=> Booting WEBrick => Rails 4.2.7.1 application starting in development on http://0.0.0.0:3000 => Run `rails server -h` for more startup options => Ctrl-C to shutdown server Started GET "/customers/15/report_show" for 192.168.1.11 at 2016-12-27 10:26:09 +0900 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by CustomersController#report_show as HTML Parameters: {"id"=>"15"} Customer Load (0.2ms) SELECT "customers".* FROM "customers" WHERE "customers"."id" = ? LIMIT 1 [["id", 15]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "reports" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2016-12-27 01:26:09.181308"], ["updated_at", "2016-12-27 01:26:09.181308"]]  (140.5ms) commit transaction Rendered shared/_header.html.erb (1.0ms) Rendered customers/_sidebar.html.erb (1.0ms) Rendered customers/_title.html.erb (0.2ms) Report Load (0.2ms) SELECT "reports".* FROM "reports" WHERE "reports"."customer_id" = ? ORDER BY date desc [["customer_id", 15]] Content Load (0.2ms) SELECT "contents".* FROM "contents" WHERE "contents"."report_id" = ? [["report_id", 92]] Content Load (0.1ms) SELECT "contents".* FROM "contents" WHERE "contents"."report_id" = ? [["report_id", 86]] Content Load (0.1ms) SELECT "contents".* FROM "contents" WHERE "contents"."report_id" = ? [["report_id", 89]] Rendered customers/report_show.html.erb within layouts/application (26.2ms) Rendered layouts/_shim.html.erb (0.2ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (8.8ms) Rendered layouts/_footer.html.erb (0.4ms) Completed 200 OK in 377ms (Views: 181.9ms | ActiveRecord: 142.6ms) Started GET "/customers/report_edit/15/89" for 192.168.1.11 at 2016-12-27 10:26:11 +0900 Processing by CustomersController#report_edit as HTML Parameters: {"id"=>"15", "report_id"=>"89"} Customer Load (0.1ms) SELECT "customers".* FROM "customers" WHERE "customers"."id" = ? LIMIT 1 [["id", 15]] Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."id" = ? LIMIT 1 [["id", 89]] Content Load (0.1ms) SELECT "contents".* FROM "contents" WHERE "contents"."report_id" = ? [["report_id", 89]] Rendered shared/_header.html.erb (0.3ms) Rendered customers/_sidebar.html.erb (0.5ms) Rendered customers/_title.html.erb (0.0ms) Rendered customers/_report_form.html.erb (6.3ms) Rendered customers/report_edit.html.erb within layouts/application (9.4ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.5ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 28ms (Views: 24.9ms | ActiveRecord: 0.4ms) Started PATCH "/customers/15" for 192.168.1.11 at 2016-12-27 10:26:12 +0900 Processing by CustomersController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"pGi2tcaJh508uDp2+y+FkYBrLN7dq5wf8UlFlX4O/WZGPGcGk6JlJ0j0B9VBcAobglHLgeBH4oP6lQWPMoZaWg==", "customer"=>{"reports_attributes"=>{"0"=>{"name"=>"test", "date"=>"2015-01-03", "detail"=>"", "contents_attributes"=>{"0"=>{"id"=>"100"}, "1"=>{"id"=>"101"}, "2"=>{"id"=>"102"}}, "id"=>"89"}}}, "report_update"=>"更新", "id"=>"15"} Customer Load (0.1ms) SELECT "customers".* FROM "customers" WHERE "customers"."id" = ? LIMIT 1 [["id", 15]] "!!!!!!!!!!!!!!!!!" CACHE (0.0ms) SELECT "customers".* FROM "customers" WHERE "customers"."id" = ? LIMIT 1 [["id", "15"]] Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."id" = ? LIMIT 1 [["id", 89]] CACHE (0.0ms) SELECT "reports".* FROM "reports" WHERE "reports"."id" = ? LIMIT 1 [["id", "89"]]  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) commit transaction ReportList Load (0.1ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? ORDER BY "report_lists"."id" ASC LIMIT 1 [["year", 2015], ["month", 1]] Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."report_list_id" = ? [["report_list_id", 1]]  (0.0ms) begin transaction  (0.0ms) commit transaction #  (0.0ms) begin transaction  (0.0ms) commit transaction # "!!!!!!!!!!!!!" Unpermitted parameter: contents_attributes  (0.0ms) begin transaction Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."customer_id" = ? AND "reports"."id" = 89 [["customer_id", 15]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) INSERT INTO "reports" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2016-12-27 01:26:12.976470"], ["updated_at", "2016-12-27 01:26:12.976470"]]  (137.8ms) commit transaction Redirected to http://192.168.1.19:3000/customers/report_edit/15/89 Completed 302 Found in 154ms (ActiveRecord: 139.1ms) Started GET "/customers/report_edit/15/89" for 192.168.1.11 at 2016-12-27 10:26:13 +0900 Processing by CustomersController#report_edit as HTML Parameters: {"id"=>"15", "report_id"=>"89"} Customer Load (0.2ms) SELECT "customers".* FROM "customers" WHERE "customers"."id" = ? LIMIT 1 [["id", 15]] Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."id" = ? LIMIT 1 [["id", 89]] Content Load (0.1ms) SELECT "contents".* FROM "contents" WHERE "contents"."report_id" = ? [["report_id", 89]] Rendered shared/_header.html.erb (0.7ms) Rendered customers/_sidebar.html.erb (1.0ms) Rendered customers/_title.html.erb (0.2ms) Rendered customers/_report_form.html.erb (2.4ms) Rendered customers/report_edit.html.erb within layouts/application (6.2ms) Rendered layouts/_shim.html.erb (0.2ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.8ms) Rendered layouts/_footer.html.erb (0.3ms) Completed 200 OK in 25ms (Views: 21.4ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css?body=1" for 192.168.1.11 at 2016-12-27 10:26:13 +0900 Started GET "/assets/jquery.fileupload-ui.css?body=1" for 192.168.1.11 at 2016-12-27 10:26:13 +0900 Started GET "/assets/bootstrap_and_overrides.css?body=1" for 192.168.1.11 at 2016-12-27 10:26:13 +0900 Started GET "/assets/_custom.css?body=1" for 192.168.1.11 at 2016-12-27 10:26:13 +0900 Started GET "/assets/contracts.css?body=1" for 192.168.1.11 at 2016-12-27 10:26:13 +0900 Started GET "/assets/custom.css?body=1" for 192.168.1.11 at 2016-12-27 10:26:13 +0900 Started GET "/assets/eset_account_ones.css?body=1" for 192.168.1.11 at 2016-12-27 10:26:13 +0900 Started GET "/assets/eset_accounts.css?body=1" for 192.168.1.11 at 2016-12-27 10:26:13 +0900 Started GET "/assets/estimates.css?body=1" for 192.168.1.11 at 2016-12-27 10:26:13 +0900 Started GET "/assets/good_histories.css?body=1" for 192.168.1.11 at 2016-12-27 10:26:13 +0900 Started GET "/assets/goods.css?body=1" for 192.168.1.11 at 2016-12-27 10:26:13 +0900 Started GET "/assets/greps.css?body=1" for 192.168.1.11 at 2016-12-27 10:26:13 +0900 Started GET "/assets/pdfs.css?body=1" for 192.168.1.11 at 2016-12-27 10:26:13 +0900 Started GET "/assets/others.css?body=1" for 192.168.1.11 at 2016-12-27 10:26:13 +0900 Started GET "/assets/pictures.css?body=1" for 192.168.1.11 at 2016-12-27 10:26:13 +0900 Started GET "/assets/report_lists.css?body=1" for 192.168.1.11 at 2016-12-27 10:26:13 +0900 Started GET "/assets/scaffolds.css?body=1" for 192.168.1.11 at 2016-12-27 10:26:13 +0900 Started GET "/assets/reports.css?body=1" for 192.168.1.11 at 2016-12-27 10:26:13 +0900 Started GET "/assets/static_pages.css?body=1" for 192.168.1.11 at 2016-12-27 10:26:13 +0900 Started GET "/assets/transactions.css?body=1" for 192.168.1.11 at 2016-12-27 10:26:13 +0900 Started GET "/assets/sessions.css?body=1" for 192.168.1.11 at 2016-12-27 10:26:13 +0900 Started GET "/assets/uploads.css?body=1" for 192.168.1.11 at 2016-12-27 10:26:13 +0900 Started GET "/assets/jquery.js?body=1" for 192.168.1.11 at 2016-12-27 10:26:13 +0900 Started GET "/assets/users.css?body=1" for 192.168.1.11 at 2016-12-27 10:26:13 +0900 Started GET "/assets/warranties.css?body=1" for 192.168.1.11 at 2016-12-27 10:26:13 +0900 Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 192.168.1.11 at 2016-12-27 10:26:13 +0900 Started GET "/assets/jquery_ujs.js?body=1" for 192.168.1.11 at 2016-12-27 10:26:13 +0900 Started GET "/assets/jquery-fileupload/vendor/load-image.all.min.js?body=1" for 192.168.1.11 at 2016-12-27 10:26:13 +0900 Started GET "/assets/jquery-fileupload/vendor/tmpl.js?body=1" for 192.168.1.11 at 2016-12-27 10:26:13 +0900 Started GET "/assets/jquery-fileupload/vendor/canvas-to-blob.js?body=1" for 192.168.1.11 at 2016-12-27 10:26:13 +0900 Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 192.168.1.11 at 2016-12-27 10:26:13 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 192.168.1.11 at 2016-12-27 10:26:13 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-audio.js?body=1" for 192.168.1.11 at 2016-12-27 10:26:13 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-process.js?body=1" for 192.168.1.11 at 2016-12-27 10:26:13 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-image.js?body=1" for 192.168.1.11 at 2016-12-27 10:26:13 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-validate.js?body=1" for 192.168.1.11 at 2016-12-27 10:26:13 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-video.js?body=1" for 192.168.1.11 at 2016-12-27 10:26:13 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-ui.js?body=1" for 192.168.1.11 at 2016-12-27 10:26:13 +0900 Started GET "/assets/jquery-fileupload/locale.js?body=1" for 192.168.1.11 at 2016-12-27 10:26:13 +0900 Started GET "/assets/jquery-fileupload/index.js?body=1" for 192.168.1.11 at 2016-12-27 10:26:13 +0900 Started GET "/assets/turbolinks.js?body=1" for 192.168.1.11 at 2016-12-27 10:26:13 +0900 Started GET "/assets/contents.js?body=1" for 192.168.1.11 at 2016-12-27 10:26:13 +0900 Started GET "/assets/contracts.js?body=1" for 192.168.1.11 at 2016-12-27 10:26:13 +0900 Started GET "/assets/application.js?body=1" for 192.168.1.11 at 2016-12-27 10:26:13 +0900 Started GET "/assets/customers.js?body=1" for 192.168.1.11 at 2016-12-27 10:26:13 +0900 Started GET "/assets/eset_account_ones.js?body=1" for 192.168.1.11 at 2016-12-27 10:26:13 +0900 Started GET "/assets/eset_accounts.js?body=1" for 192.168.1.11 at 2016-12-27 10:26:13 +0900 Started GET "/assets/good_histories.js?body=1" for 192.168.1.11 at 2016-12-27 10:26:13 +0900 Started GET "/assets/estimates.js?body=1" for 192.168.1.11 at 2016-12-27 10:26:13 +0900 Started GET "/assets/goods.js?body=1" for 192.168.1.11 at 2016-12-27 10:26:13 +0900 Started GET "/assets/greps.js?body=1" for 192.168.1.11 at 2016-12-27 10:26:13 +0900 Started GET "/assets/pdfs.js?body=1" for 192.168.1.11 at 2016-12-27 10:26:13 +0900 Started GET "/assets/others.js?body=1" for 192.168.1.11 at 2016-12-27 10:26:13 +0900 Started GET "/assets/report_lists.js?body=1" for 192.168.1.11 at 2016-12-27 10:26:13 +0900 Started GET "/assets/pictures.js?body=1" for 192.168.1.11 at 2016-12-27 10:26:13 +0900 Started GET "/assets/reports.js?body=1" for 192.168.1.11 at 2016-12-27 10:26:13 +0900 Started GET "/assets/sessions.js?body=1" for 192.168.1.11 at 2016-12-27 10:26:13 +0900 Started GET "/assets/static_pages.js?body=1" for 192.168.1.11 at 2016-12-27 10:26:13 +0900 Started GET "/assets/transactions.js?body=1" for 192.168.1.11 at 2016-12-27 10:26:13 +0900 Started GET "/assets/warranties.js?body=1" for 192.168.1.11 at 2016-12-27 10:26:13 +0900 Started GET "/assets/users.js?body=1" for 192.168.1.11 at 2016-12-27 10:26:13 +0900 Started GET "/assets/uploads.js?body=1" for 192.168.1.11 at 2016-12-27 10:26:13 +0900 Started GET "/assets/opensans-light-webfont.woff" for 192.168.1.11 at 2016-12-27 10:26:13 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.woff"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (9.2ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.7ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (61.8ms) Started GET "/assets/opensans-light-webfont.ttf" for 192.168.1.11 at 2016-12-27 10:26:13 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.ttf"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.7ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (44.5ms) Started GET "/" for 192.168.1.11 at 2016-12-27 10:26:48 +0900 Processing by StaticPagesController#home as HTML Rendered shared/_header.html.erb (0.1ms) Rendered static_pages/home.html.erb within layouts/application (1.6ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.5ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 19ms (Views: 18.7ms | ActiveRecord: 0.1ms) Started GET "/reports/2016-12-01/month" for 192.168.1.11 at 2016-12-27 10:26:50 +0900 Processing by ReportsController#report_list as HTML Parameters: {"start"=>"2016-12-01", "span"=>"month"} ReportList Load (0.2ms) SELECT "report_lists".* FROM "report_lists" ORDER BY year asc ReportList Load (0.1ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 12]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 12]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 12]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 12]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 12]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 12]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 12]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 12]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 12]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 12]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 12]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 12]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 12]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 12]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 12]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 12]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 12]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 12]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 12]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 12]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 12]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 12]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 12]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 12]] #  (0.1ms) SELECT "report_lists"."id" FROM "report_lists" WHERE "report_lists"."year" = ? [["year", 2016]]  (0.1ms) SELECT "report_lists"."id" FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 12]] Rendered shared/_header.html.erb (0.2ms) Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE 1=0 ORDER BY date DESC LIMIT 10 OFFSET 0 Rendered reports/report_list.html.erb within layouts/application (3.3ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.5ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 31ms (Views: 20.8ms | ActiveRecord: 0.9ms) Started GET "/reports/2016-01-01/month" for 192.168.1.11 at 2016-12-27 10:26:52 +0900 Processing by ReportsController#report_list as HTML Parameters: {"start"=>"2016-01-01", "span"=>"month"} ReportList Load (0.2ms) SELECT "report_lists".* FROM "report_lists" ORDER BY year asc ReportList Load (0.1ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] #  (0.1ms) SELECT "report_lists"."id" FROM "report_lists" WHERE "report_lists"."year" = ? [["year", 2016]]  (0.0ms) SELECT "report_lists"."id" FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] Rendered shared/_header.html.erb (0.2ms) Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE 1=0 ORDER BY date DESC LIMIT 10 OFFSET 0 Rendered reports/report_list.html.erb within layouts/application (1.8ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.4ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 25ms (Views: 16.4ms | ActiveRecord: 0.7ms) Started GET "/reports/2016-03-01/month" for 192.168.1.11 at 2016-12-27 10:26:53 +0900 Processing by ReportsController#report_list as HTML Parameters: {"start"=>"2016-03-01", "span"=>"month"} ReportList Load (0.4ms) SELECT "report_lists".* FROM "report_lists" ORDER BY year asc ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 3]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 3]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 3]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 3]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 3]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 3]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 3]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 3]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 3]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 3]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 3]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 3]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 3]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 3]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 3]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 3]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 3]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 3]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 3]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 3]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 3]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 3]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 3]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 3]] #  (0.1ms) SELECT "report_lists"."id" FROM "report_lists" WHERE "report_lists"."year" = ? [["year", 2016]]  (0.0ms) SELECT "report_lists"."id" FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 3]] Rendered shared/_header.html.erb (0.2ms) Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE 1=0 ORDER BY date DESC LIMIT 10 OFFSET 0 Rendered reports/report_list.html.erb within layouts/application (1.8ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.4ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 26ms (Views: 16.5ms | ActiveRecord: 0.9ms) Started GET "/reports/2016-04-01/month" for 192.168.1.11 at 2016-12-27 10:26:54 +0900 Processing by ReportsController#report_list as HTML Parameters: {"start"=>"2016-04-01", "span"=>"month"} ReportList Load (0.2ms) SELECT "report_lists".* FROM "report_lists" ORDER BY year asc ReportList Load (0.1ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] CACHE (0.1ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] #]>  (0.1ms) SELECT "report_lists"."id" FROM "report_lists" WHERE "report_lists"."year" = ? [["year", 2016]]  (0.0ms) SELECT "report_lists"."id" FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] Rendered shared/_header.html.erb (0.2ms) Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."report_list_id" = 2 ORDER BY date DESC LIMIT 10 OFFSET 0 Customer Load (0.1ms) SELECT "customers".* FROM "customers" WHERE "customers"."id" = ? LIMIT 1 [["id", 15]] Rendered reports/report_list.html.erb within layouts/application (2.1ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.4ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 28ms (Views: 16.7ms | ActiveRecord: 0.9ms) Started GET "/reports/2015-01-01/year" for 192.168.1.11 at 2016-12-27 10:32:13 +0900 Processing by ReportsController#report_list as HTML Parameters: {"start"=>"2015-01-01", "span"=>"year"} ReportList Load (0.4ms) SELECT "report_lists".* FROM "report_lists" ORDER BY year asc ReportList Load (0.2ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] #]>  (0.2ms) SELECT "report_lists"."id" FROM "report_lists" WHERE "report_lists"."year" = ? [["year", 2015]]  (0.1ms) SELECT "report_lists"."id" FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] Rendered shared/_header.html.erb (0.2ms) Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."report_list_id" = 1 ORDER BY date DESC LIMIT 10 OFFSET 0 Customer Load (0.1ms) SELECT "customers".* FROM "customers" WHERE "customers"."id" = ? LIMIT 1 [["id", 15]] Rendered reports/report_list.html.erb within layouts/application (20.1ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (3.2ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 63ms (Views: 39.7ms | ActiveRecord: 2.3ms) Started GET "/reports/2016-01-01/year" for 192.168.1.11 at 2016-12-27 10:32:14 +0900 Processing by ReportsController#report_list as HTML Parameters: {"start"=>"2016-01-01", "span"=>"year"} ReportList Load (0.2ms) SELECT "report_lists".* FROM "report_lists" ORDER BY year asc ReportList Load (0.1ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] #  (0.1ms) SELECT "report_lists"."id" FROM "report_lists" WHERE "report_lists"."year" = ? [["year", 2016]]  (0.0ms) SELECT "report_lists"."id" FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] Rendered shared/_header.html.erb (0.2ms) Report Load (0.2ms) SELECT "reports".* FROM "reports" WHERE "reports"."report_list_id" = 2 ORDER BY date DESC LIMIT 10 OFFSET 0 Customer Load (0.1ms) SELECT "customers".* FROM "customers" WHERE "customers"."id" = ? LIMIT 1 [["id", 15]] Rendered reports/report_list.html.erb within layouts/application (2.9ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.4ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 29ms (Views: 17.9ms | ActiveRecord: 0.9ms) Started GET "/reports/2016-05-01/month" for 192.168.1.11 at 2016-12-27 10:32:18 +0900 Processing by ReportsController#report_list as HTML Parameters: {"start"=>"2016-05-01", "span"=>"month"} ReportList Load (0.2ms) SELECT "report_lists".* FROM "report_lists" ORDER BY year asc ReportList Load (0.1ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 5]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 5]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 5]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 5]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 5]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 5]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 5]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 5]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 5]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 5]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 5]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 5]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 5]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 5]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 5]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 5]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 5]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 5]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 5]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 5]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 5]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 5]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 5]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 5]] #  (0.1ms) SELECT "report_lists"."id" FROM "report_lists" WHERE "report_lists"."year" = ? [["year", 2016]]  (0.0ms) SELECT "report_lists"."id" FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 5]] Rendered shared/_header.html.erb (0.2ms) Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE 1=0 ORDER BY date DESC LIMIT 10 OFFSET 0 Rendered reports/report_list.html.erb within layouts/application (1.8ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.4ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 25ms (Views: 15.9ms | ActiveRecord: 0.7ms) Started GET "/reports/2016-04-01/month" for 192.168.1.11 at 2016-12-27 10:32:19 +0900 Processing by ReportsController#report_list as HTML Parameters: {"start"=>"2016-04-01", "span"=>"month"} ReportList Load (0.2ms) SELECT "report_lists".* FROM "report_lists" ORDER BY year asc ReportList Load (0.1ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] #]>  (0.1ms) SELECT "report_lists"."id" FROM "report_lists" WHERE "report_lists"."year" = ? [["year", 2016]]  (0.0ms) SELECT "report_lists"."id" FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] Rendered shared/_header.html.erb (0.2ms) Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."report_list_id" = 2 ORDER BY date DESC LIMIT 10 OFFSET 0 Customer Load (0.0ms) SELECT "customers".* FROM "customers" WHERE "customers"."id" = ? LIMIT 1 [["id", 15]] Rendered reports/report_list.html.erb within layouts/application (2.0ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.4ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 27ms (Views: 16.0ms | ActiveRecord: 0.8ms) Started GET "/reports/2015-01-01/year" for 192.168.1.11 at 2016-12-27 10:32:22 +0900 Processing by ReportsController#report_list as HTML Parameters: {"start"=>"2015-01-01", "span"=>"year"} ReportList Load (0.1ms) SELECT "report_lists".* FROM "report_lists" ORDER BY year asc ReportList Load (0.1ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] #]>  (0.1ms) SELECT "report_lists"."id" FROM "report_lists" WHERE "report_lists"."year" = ? [["year", 2015]]  (0.0ms) SELECT "report_lists"."id" FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] Rendered shared/_header.html.erb (0.2ms) Report Load (0.2ms) SELECT "reports".* FROM "reports" WHERE "reports"."report_list_id" = 1 ORDER BY date DESC LIMIT 10 OFFSET 0 Customer Load (0.1ms) SELECT "customers".* FROM "customers" WHERE "customers"."id" = ? LIMIT 1 [["id", 15]] Rendered reports/report_list.html.erb within layouts/application (2.0ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.4ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 26ms (Views: 15.8ms | ActiveRecord: 0.8ms) Started GET "/reports/2015-01-01/year" for 192.168.1.11 at 2016-12-27 10:32:23 +0900 Processing by ReportsController#report_list as HTML Parameters: {"start"=>"2015-01-01", "span"=>"year"} ReportList Load (0.4ms) SELECT "report_lists".* FROM "report_lists" ORDER BY year asc ReportList Load (0.1ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] #]>  (0.1ms) SELECT "report_lists"."id" FROM "report_lists" WHERE "report_lists"."year" = ? [["year", 2015]]  (0.0ms) SELECT "report_lists"."id" FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] Rendered shared/_header.html.erb (0.2ms) Report Load (0.2ms) SELECT "reports".* FROM "reports" WHERE "reports"."report_list_id" = 1 ORDER BY date DESC LIMIT 10 OFFSET 0 Customer Load (0.1ms) SELECT "customers".* FROM "customers" WHERE "customers"."id" = ? LIMIT 1 [["id", 15]] Rendered reports/report_list.html.erb within layouts/application (3.0ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.4ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 29ms (Views: 16.9ms | ActiveRecord: 1.1ms) Started GET "/assets/application.css?body=1" for 192.168.1.11 at 2016-12-27 10:32:23 +0900 Started GET "/assets/jquery.fileupload-ui.css?body=1" for 192.168.1.11 at 2016-12-27 10:32:23 +0900 Started GET "/assets/_custom.css?body=1" for 192.168.1.11 at 2016-12-27 10:32:23 +0900 Started GET "/assets/contracts.css?body=1" for 192.168.1.11 at 2016-12-27 10:32:23 +0900 Started GET "/assets/custom.css?body=1" for 192.168.1.11 at 2016-12-27 10:32:23 +0900 Started GET "/assets/bootstrap_and_overrides.css?body=1" for 192.168.1.11 at 2016-12-27 10:32:23 +0900 Started GET "/assets/eset_accounts.css?body=1" for 192.168.1.11 at 2016-12-27 10:32:23 +0900 Started GET "/assets/eset_account_ones.css?body=1" for 192.168.1.11 at 2016-12-27 10:32:23 +0900 Started GET "/assets/estimates.css?body=1" for 192.168.1.11 at 2016-12-27 10:32:23 +0900 Started GET "/assets/good_histories.css?body=1" for 192.168.1.11 at 2016-12-27 10:32:23 +0900 Started GET "/assets/goods.css?body=1" for 192.168.1.11 at 2016-12-27 10:32:23 +0900 Started GET "/assets/greps.css?body=1" for 192.168.1.11 at 2016-12-27 10:32:23 +0900 Started GET "/assets/others.css?body=1" for 192.168.1.11 at 2016-12-27 10:32:23 +0900 Started GET "/assets/pdfs.css?body=1" for 192.168.1.11 at 2016-12-27 10:32:23 +0900 Started GET "/assets/pictures.css?body=1" for 192.168.1.11 at 2016-12-27 10:32:23 +0900 Started GET "/assets/report_lists.css?body=1" for 192.168.1.11 at 2016-12-27 10:32:23 +0900 Started GET "/assets/reports.css?body=1" for 192.168.1.11 at 2016-12-27 10:32:23 +0900 Started GET "/assets/sessions.css?body=1" for 192.168.1.11 at 2016-12-27 10:32:23 +0900 Started GET "/assets/scaffolds.css?body=1" for 192.168.1.11 at 2016-12-27 10:32:23 +0900 Started GET "/assets/transactions.css?body=1" for 192.168.1.11 at 2016-12-27 10:32:23 +0900 Started GET "/assets/static_pages.css?body=1" for 192.168.1.11 at 2016-12-27 10:32:23 +0900 Started GET "/assets/users.css?body=1" for 192.168.1.11 at 2016-12-27 10:32:23 +0900 Started GET "/assets/warranties.css?body=1" for 192.168.1.11 at 2016-12-27 10:32:23 +0900 Started GET "/assets/uploads.css?body=1" for 192.168.1.11 at 2016-12-27 10:32:23 +0900 Started GET "/assets/jquery_ujs.js?body=1" for 192.168.1.11 at 2016-12-27 10:32:23 +0900 Started GET "/assets/jquery.js?body=1" for 192.168.1.11 at 2016-12-27 10:32:23 +0900 Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 192.168.1.11 at 2016-12-27 10:32:23 +0900 Started GET "/assets/jquery-fileupload/vendor/tmpl.js?body=1" for 192.168.1.11 at 2016-12-27 10:32:23 +0900 Started GET "/assets/jquery-fileupload/vendor/canvas-to-blob.js?body=1" for 192.168.1.11 at 2016-12-27 10:32:23 +0900 Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 192.168.1.11 at 2016-12-27 10:32:23 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 192.168.1.11 at 2016-12-27 10:32:23 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-process.js?body=1" for 192.168.1.11 at 2016-12-27 10:32:23 +0900 Started GET "/assets/jquery-fileupload/vendor/load-image.all.min.js?body=1" for 192.168.1.11 at 2016-12-27 10:32:23 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-image.js?body=1" for 192.168.1.11 at 2016-12-27 10:32:23 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-audio.js?body=1" for 192.168.1.11 at 2016-12-27 10:32:23 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-video.js?body=1" for 192.168.1.11 at 2016-12-27 10:32:23 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-ui.js?body=1" for 192.168.1.11 at 2016-12-27 10:32:23 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-validate.js?body=1" for 192.168.1.11 at 2016-12-27 10:32:23 +0900 Started GET "/assets/jquery-fileupload/locale.js?body=1" for 192.168.1.11 at 2016-12-27 10:32:23 +0900 Started GET "/assets/jquery-fileupload/index.js?body=1" for 192.168.1.11 at 2016-12-27 10:32:23 +0900 Started GET "/assets/turbolinks.js?body=1" for 192.168.1.11 at 2016-12-27 10:32:23 +0900 Started GET "/assets/application.js?body=1" for 192.168.1.11 at 2016-12-27 10:32:23 +0900 Started GET "/assets/contents.js?body=1" for 192.168.1.11 at 2016-12-27 10:32:23 +0900 Started GET "/assets/contracts.js?body=1" for 192.168.1.11 at 2016-12-27 10:32:23 +0900 Started GET "/assets/eset_account_ones.js?body=1" for 192.168.1.11 at 2016-12-27 10:32:23 +0900 Started GET "/assets/customers.js?body=1" for 192.168.1.11 at 2016-12-27 10:32:23 +0900 Started GET "/assets/eset_accounts.js?body=1" for 192.168.1.11 at 2016-12-27 10:32:23 +0900 Started GET "/assets/good_histories.js?body=1" for 192.168.1.11 at 2016-12-27 10:32:23 +0900 Started GET "/assets/estimates.js?body=1" for 192.168.1.11 at 2016-12-27 10:32:24 +0900 Started GET "/assets/goods.js?body=1" for 192.168.1.11 at 2016-12-27 10:32:24 +0900 Started GET "/assets/pdfs.js?body=1" for 192.168.1.11 at 2016-12-27 10:32:24 +0900 Started GET "/assets/greps.js?body=1" for 192.168.1.11 at 2016-12-27 10:32:24 +0900 Started GET "/assets/others.js?body=1" for 192.168.1.11 at 2016-12-27 10:32:24 +0900 Started GET "/assets/pictures.js?body=1" for 192.168.1.11 at 2016-12-27 10:32:24 +0900 Started GET "/assets/report_lists.js?body=1" for 192.168.1.11 at 2016-12-27 10:32:24 +0900 Started GET "/assets/reports.js?body=1" for 192.168.1.11 at 2016-12-27 10:32:24 +0900 Started GET "/assets/transactions.js?body=1" for 192.168.1.11 at 2016-12-27 10:32:24 +0900 Started GET "/assets/sessions.js?body=1" for 192.168.1.11 at 2016-12-27 10:32:24 +0900 Started GET "/assets/uploads.js?body=1" for 192.168.1.11 at 2016-12-27 10:32:24 +0900 Started GET "/assets/static_pages.js?body=1" for 192.168.1.11 at 2016-12-27 10:32:24 +0900 Started GET "/assets/users.js?body=1" for 192.168.1.11 at 2016-12-27 10:32:24 +0900 Started GET "/assets/warranties.js?body=1" for 192.168.1.11 at 2016-12-27 10:32:24 +0900 Started GET "/assets/opensans-light-webfont.woff" for 192.168.1.11 at 2016-12-27 10:32:24 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.woff"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.2ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (49.8ms) Started GET "/assets/opensans-light-webfont.ttf" for 192.168.1.11 at 2016-12-27 10:32:24 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.ttf"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (45.4ms) Started GET "/reports/2016-01-01/year" for 192.168.1.11 at 2016-12-27 10:32:28 +0900 Processing by ReportsController#report_list as HTML Parameters: {"start"=>"2016-01-01", "span"=>"year"} ReportList Load (0.4ms) SELECT "report_lists".* FROM "report_lists" ORDER BY year asc ReportList Load (0.1ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] #  (0.1ms) SELECT "report_lists"."id" FROM "report_lists" WHERE "report_lists"."year" = ? [["year", 2016]]  (0.0ms) SELECT "report_lists"."id" FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] Rendered shared/_header.html.erb (0.2ms) Report Load (0.2ms) SELECT "reports".* FROM "reports" WHERE "reports"."report_list_id" = 2 ORDER BY date DESC LIMIT 10 OFFSET 0 Customer Load (0.1ms) SELECT "customers".* FROM "customers" WHERE "customers"."id" = ? LIMIT 1 [["id", 15]] Rendered reports/report_list.html.erb within layouts/application (2.6ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.4ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 27ms (Views: 17.0ms | ActiveRecord: 1.1ms) Started GET "/reports/2016-01-01/month" for 192.168.1.11 at 2016-12-27 10:32:29 +0900 Processing by ReportsController#report_list as HTML Parameters: {"start"=>"2016-01-01", "span"=>"month"} ReportList Load (0.2ms) SELECT "report_lists".* FROM "report_lists" ORDER BY year asc ReportList Load (0.1ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] #  (0.1ms) SELECT "report_lists"."id" FROM "report_lists" WHERE "report_lists"."year" = ? [["year", 2016]]  (0.0ms) SELECT "report_lists"."id" FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] Rendered shared/_header.html.erb (0.2ms) Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE 1=0 ORDER BY date DESC LIMIT 10 OFFSET 0 Rendered reports/report_list.html.erb within layouts/application (1.7ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.4ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 25ms (Views: 16.2ms | ActiveRecord: 0.7ms) Started GET "/reports/2016-02-01/month" for 192.168.1.11 at 2016-12-27 10:32:30 +0900 Processing by ReportsController#report_list as HTML Parameters: {"start"=>"2016-02-01", "span"=>"month"} ReportList Load (0.2ms) SELECT "report_lists".* FROM "report_lists" ORDER BY year asc ReportList Load (0.1ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 2]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 2]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 2]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 2]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 2]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 2]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 2]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 2]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 2]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 2]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 2]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 2]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 2]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 2]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 2]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 2]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 2]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 2]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 2]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 2]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 2]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 2]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 2]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 2]] #  (0.1ms) SELECT "report_lists"."id" FROM "report_lists" WHERE "report_lists"."year" = ? [["year", 2016]]  (0.0ms) SELECT "report_lists"."id" FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 2]] Rendered shared/_header.html.erb (0.2ms) Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE 1=0 ORDER BY date DESC LIMIT 10 OFFSET 0 Rendered reports/report_list.html.erb within layouts/application (1.8ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.4ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 25ms (Views: 16.0ms | ActiveRecord: 0.7ms) Started GET "/reports/2016-03-01/month" for 192.168.1.11 at 2016-12-27 10:32:31 +0900 Processing by ReportsController#report_list as HTML Parameters: {"start"=>"2016-03-01", "span"=>"month"} ReportList Load (0.5ms) SELECT "report_lists".* FROM "report_lists" ORDER BY year asc ReportList Load (0.1ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 3]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 3]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 3]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 3]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 3]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 3]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 3]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 3]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 3]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 3]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 3]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 3]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 3]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 3]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 3]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 3]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 3]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 3]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 3]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 3]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 3]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 3]] # CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 3]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 3]] #  (0.1ms) SELECT "report_lists"."id" FROM "report_lists" WHERE "report_lists"."year" = ? [["year", 2016]]  (0.0ms) SELECT "report_lists"."id" FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 3]] Rendered shared/_header.html.erb (0.2ms) Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE 1=0 ORDER BY date DESC LIMIT 10 OFFSET 0 Rendered reports/report_list.html.erb within layouts/application (1.7ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.4ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 27ms (Views: 17.0ms | ActiveRecord: 1.0ms) Started GET "/reports/2016-04-01/month" for 192.168.1.11 at 2016-12-27 10:32:31 +0900 Processing by ReportsController#report_list as HTML Parameters: {"start"=>"2016-04-01", "span"=>"month"} ReportList Load (0.1ms) SELECT "report_lists".* FROM "report_lists" ORDER BY year asc ReportList Load (0.1ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] #]>  (0.1ms) SELECT "report_lists"."id" FROM "report_lists" WHERE "report_lists"."year" = ? [["year", 2016]]  (0.0ms) SELECT "report_lists"."id" FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] Rendered shared/_header.html.erb (0.2ms) Report Load (0.2ms) SELECT "reports".* FROM "reports" WHERE "reports"."report_list_id" = 2 ORDER BY date DESC LIMIT 10 OFFSET 0 Customer Load (0.0ms) SELECT "customers".* FROM "customers" WHERE "customers"."id" = ? LIMIT 1 [["id", 15]] Rendered reports/report_list.html.erb within layouts/application (2.0ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.4ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 27ms (Views: 16.5ms | ActiveRecord: 0.8ms) Started GET "/reports/2015-01-01/year" for 192.168.1.11 at 2016-12-27 10:32:33 +0900 Processing by ReportsController#report_list as HTML Parameters: {"start"=>"2015-01-01", "span"=>"year"} ReportList Load (0.1ms) SELECT "report_lists".* FROM "report_lists" ORDER BY year asc ReportList Load (0.1ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] #]>  (0.1ms) SELECT "report_lists"."id" FROM "report_lists" WHERE "report_lists"."year" = ? [["year", 2015]]  (0.0ms) SELECT "report_lists"."id" FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] Rendered shared/_header.html.erb (0.2ms) Report Load (0.2ms) SELECT "reports".* FROM "reports" WHERE "reports"."report_list_id" = 1 ORDER BY date DESC LIMIT 10 OFFSET 0 Customer Load (0.0ms) SELECT "customers".* FROM "customers" WHERE "customers"."id" = ? LIMIT 1 [["id", 15]] Rendered reports/report_list.html.erb within layouts/application (1.9ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.4ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 27ms (Views: 16.8ms | ActiveRecord: 0.7ms) Started GET "/reports/2015-01-01/year" for 192.168.1.11 at 2016-12-27 10:32:35 +0900 Processing by ReportsController#report_list as HTML Parameters: {"start"=>"2015-01-01", "span"=>"year"} ReportList Load (0.4ms) SELECT "report_lists".* FROM "report_lists" ORDER BY year asc ReportList Load (0.2ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] #]> CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] CACHE (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] #]>  (0.1ms) SELECT "report_lists"."id" FROM "report_lists" WHERE "report_lists"."year" = ? [["year", 2015]]  (0.0ms) SELECT "report_lists"."id" FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] Rendered shared/_header.html.erb (0.2ms) Report Load (0.2ms) SELECT "reports".* FROM "reports" WHERE "reports"."report_list_id" = 1 ORDER BY date DESC LIMIT 10 OFFSET 0 Customer Load (0.1ms) SELECT "customers".* FROM "customers" WHERE "customers"."id" = ? LIMIT 1 [["id", 15]] Rendered reports/report_list.html.erb within layouts/application (1.9ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.4ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 32ms (Views: 15.8ms | ActiveRecord: 1.2ms) Started GET "/assets/application.css?body=1" for 192.168.1.11 at 2016-12-27 10:32:35 +0900 Started GET "/assets/_custom.css?body=1" for 192.168.1.11 at 2016-12-27 10:32:36 +0900 Started GET "/assets/jquery.fileupload-ui.css?body=1" for 192.168.1.11 at 2016-12-27 10:32:36 +0900 Started GET "/assets/bootstrap_and_overrides.css?body=1" for 192.168.1.11 at 2016-12-27 10:32:36 +0900 Started GET "/assets/contracts.css?body=1" for 192.168.1.11 at 2016-12-27 10:32:36 +0900 Started GET "/assets/custom.css?body=1" for 192.168.1.11 at 2016-12-27 10:32:36 +0900 Started GET "/assets/eset_accounts.css?body=1" for 192.168.1.11 at 2016-12-27 10:32:36 +0900 Started GET "/assets/estimates.css?body=1" for 192.168.1.11 at 2016-12-27 10:32:36 +0900 Started GET "/assets/good_histories.css?body=1" for 192.168.1.11 at 2016-12-27 10:32:36 +0900 Started GET "/assets/eset_account_ones.css?body=1" for 192.168.1.11 at 2016-12-27 10:32:36 +0900 Started GET "/assets/goods.css?body=1" for 192.168.1.11 at 2016-12-27 10:32:36 +0900 Started GET "/assets/greps.css?body=1" for 192.168.1.11 at 2016-12-27 10:32:36 +0900 Started GET "/assets/pdfs.css?body=1" for 192.168.1.11 at 2016-12-27 10:32:36 +0900 Started GET "/assets/pictures.css?body=1" for 192.168.1.11 at 2016-12-27 10:32:36 +0900 Started GET "/assets/others.css?body=1" for 192.168.1.11 at 2016-12-27 10:32:36 +0900 Started GET "/assets/report_lists.css?body=1" for 192.168.1.11 at 2016-12-27 10:32:36 +0900 Started GET "/assets/reports.css?body=1" for 192.168.1.11 at 2016-12-27 10:32:36 +0900 Started GET "/assets/scaffolds.css?body=1" for 192.168.1.11 at 2016-12-27 10:32:36 +0900 Started GET "/assets/sessions.css?body=1" for 192.168.1.11 at 2016-12-27 10:32:36 +0900 Started GET "/assets/static_pages.css?body=1" for 192.168.1.11 at 2016-12-27 10:32:36 +0900 Started GET "/assets/users.css?body=1" for 192.168.1.11 at 2016-12-27 10:32:36 +0900 Started GET "/assets/uploads.css?body=1" for 192.168.1.11 at 2016-12-27 10:32:36 +0900 Started GET "/assets/warranties.css?body=1" for 192.168.1.11 at 2016-12-27 10:32:36 +0900 Started GET "/assets/transactions.css?body=1" for 192.168.1.11 at 2016-12-27 10:32:36 +0900 Started GET "/assets/jquery_ujs.js?body=1" for 192.168.1.11 at 2016-12-27 10:32:36 +0900 Started GET "/assets/jquery.js?body=1" for 192.168.1.11 at 2016-12-27 10:32:36 +0900 Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 192.168.1.11 at 2016-12-27 10:32:36 +0900 Started GET "/assets/jquery-fileupload/vendor/tmpl.js?body=1" for 192.168.1.11 at 2016-12-27 10:32:36 +0900 Started GET "/assets/jquery-fileupload/vendor/load-image.all.min.js?body=1" for 192.168.1.11 at 2016-12-27 10:32:36 +0900 Started GET "/assets/jquery-fileupload/vendor/canvas-to-blob.js?body=1" for 192.168.1.11 at 2016-12-27 10:32:36 +0900 Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 192.168.1.11 at 2016-12-27 10:32:36 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-process.js?body=1" for 192.168.1.11 at 2016-12-27 10:32:36 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 192.168.1.11 at 2016-12-27 10:32:36 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-image.js?body=1" for 192.168.1.11 at 2016-12-27 10:32:36 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-video.js?body=1" for 192.168.1.11 at 2016-12-27 10:32:36 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-ui.js?body=1" for 192.168.1.11 at 2016-12-27 10:32:36 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-validate.js?body=1" for 192.168.1.11 at 2016-12-27 10:32:36 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-audio.js?body=1" for 192.168.1.11 at 2016-12-27 10:32:36 +0900 Started GET "/assets/turbolinks.js?body=1" for 192.168.1.11 at 2016-12-27 10:32:36 +0900 Started GET "/assets/jquery-fileupload/locale.js?body=1" for 192.168.1.11 at 2016-12-27 10:32:36 +0900 Started GET "/assets/jquery-fileupload/index.js?body=1" for 192.168.1.11 at 2016-12-27 10:32:36 +0900 Started GET "/assets/application.js?body=1" for 192.168.1.11 at 2016-12-27 10:32:36 +0900 Started GET "/assets/contents.js?body=1" for 192.168.1.11 at 2016-12-27 10:32:36 +0900 Started GET "/assets/contracts.js?body=1" for 192.168.1.11 at 2016-12-27 10:32:36 +0900 Started GET "/assets/customers.js?body=1" for 192.168.1.11 at 2016-12-27 10:32:36 +0900 Started GET "/assets/eset_accounts.js?body=1" for 192.168.1.11 at 2016-12-27 10:32:36 +0900 Started GET "/assets/eset_account_ones.js?body=1" for 192.168.1.11 at 2016-12-27 10:32:36 +0900 Started GET "/assets/estimates.js?body=1" for 192.168.1.11 at 2016-12-27 10:32:36 +0900 Started GET "/assets/good_histories.js?body=1" for 192.168.1.11 at 2016-12-27 10:32:36 +0900 Started GET "/assets/goods.js?body=1" for 192.168.1.11 at 2016-12-27 10:32:36 +0900 Started GET "/assets/others.js?body=1" for 192.168.1.11 at 2016-12-27 10:32:36 +0900 Started GET "/assets/greps.js?body=1" for 192.168.1.11 at 2016-12-27 10:32:36 +0900 Started GET "/assets/pictures.js?body=1" for 192.168.1.11 at 2016-12-27 10:32:36 +0900 Started GET "/assets/pdfs.js?body=1" for 192.168.1.11 at 2016-12-27 10:32:36 +0900 Started GET "/assets/report_lists.js?body=1" for 192.168.1.11 at 2016-12-27 10:32:36 +0900 Started GET "/assets/reports.js?body=1" for 192.168.1.11 at 2016-12-27 10:32:36 +0900 Started GET "/assets/sessions.js?body=1" for 192.168.1.11 at 2016-12-27 10:32:36 +0900 Started GET "/assets/transactions.js?body=1" for 192.168.1.11 at 2016-12-27 10:32:36 +0900 Started GET "/assets/uploads.js?body=1" for 192.168.1.11 at 2016-12-27 10:32:36 +0900 Started GET "/assets/static_pages.js?body=1" for 192.168.1.11 at 2016-12-27 10:32:36 +0900 Started GET "/assets/users.js?body=1" for 192.168.1.11 at 2016-12-27 10:32:36 +0900 Started GET "/assets/warranties.js?body=1" for 192.168.1.11 at 2016-12-27 10:32:36 +0900 Started GET "/assets/opensans-light-webfont.woff" for 192.168.1.11 at 2016-12-27 10:32:36 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.woff"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (44.7ms) Started GET "/assets/opensans-light-webfont.ttf" for 192.168.1.11 at 2016-12-27 10:32:36 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.ttf"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.2ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (46.0ms) Started GET "/reports/2015-01-01/year" for 192.168.1.11 at 2016-12-27 10:34:07 +0900 Processing by ReportsController#report_list as HTML Parameters: {"start"=>"2015-01-01", "span"=>"year"} ReportList Load (0.4ms) SELECT "report_lists".* FROM "report_lists" ORDER BY year asc ReportList Load (0.1ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 2]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 3]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 4]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 5]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 6]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 7]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 8]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 9]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 10]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 11]] ReportList Load (0.1ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 12]]  (0.1ms) SELECT "report_lists"."id" FROM "report_lists" WHERE "report_lists"."year" = ? [["year", 2015]]  (0.1ms) SELECT "report_lists"."id" FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] Rendered shared/_header.html.erb (0.2ms) Report Load (0.2ms) SELECT "reports".* FROM "reports" WHERE "reports"."report_list_id" = 1 ORDER BY date DESC LIMIT 10 OFFSET 0 Customer Load (0.2ms) SELECT "customers".* FROM "customers" WHERE "customers"."id" = ? LIMIT 1 [["id", 15]] Rendered reports/report_list.html.erb within layouts/application (19.0ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (3.2ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 59ms (Views: 44.3ms | ActiveRecord: 2.3ms) Started GET "/assets/application.css?body=1" for 192.168.1.11 at 2016-12-27 10:34:07 +0900 Started GET "/assets/jquery.fileupload-ui.css?body=1" for 192.168.1.11 at 2016-12-27 10:34:07 +0900 Started GET "/assets/_custom.css?body=1" for 192.168.1.11 at 2016-12-27 10:34:07 +0900 Started GET "/assets/eset_account_ones.css?body=1" for 192.168.1.11 at 2016-12-27 10:34:07 +0900 Started GET "/assets/contracts.css?body=1" for 192.168.1.11 at 2016-12-27 10:34:07 +0900 Started GET "/assets/bootstrap_and_overrides.css?body=1" for 192.168.1.11 at 2016-12-27 10:34:07 +0900 Started GET "/assets/custom.css?body=1" for 192.168.1.11 at 2016-12-27 10:34:07 +0900 Started GET "/assets/eset_accounts.css?body=1" for 192.168.1.11 at 2016-12-27 10:34:07 +0900 Started GET "/assets/goods.css?body=1" for 192.168.1.11 at 2016-12-27 10:34:07 +0900 Started GET "/assets/estimates.css?body=1" for 192.168.1.11 at 2016-12-27 10:34:07 +0900 Started GET "/assets/good_histories.css?body=1" for 192.168.1.11 at 2016-12-27 10:34:07 +0900 Started GET "/assets/greps.css?body=1" for 192.168.1.11 at 2016-12-27 10:34:07 +0900 Started GET "/assets/pdfs.css?body=1" for 192.168.1.11 at 2016-12-27 10:34:07 +0900 Started GET "/assets/others.css?body=1" for 192.168.1.11 at 2016-12-27 10:34:07 +0900 Started GET "/assets/report_lists.css?body=1" for 192.168.1.11 at 2016-12-27 10:34:07 +0900 Started GET "/assets/pictures.css?body=1" for 192.168.1.11 at 2016-12-27 10:34:07 +0900 Started GET "/assets/reports.css?body=1" for 192.168.1.11 at 2016-12-27 10:34:07 +0900 Started GET "/assets/sessions.css?body=1" for 192.168.1.11 at 2016-12-27 10:34:07 +0900 Started GET "/assets/scaffolds.css?body=1" for 192.168.1.11 at 2016-12-27 10:34:07 +0900 Started GET "/assets/transactions.css?body=1" for 192.168.1.11 at 2016-12-27 10:34:07 +0900 Started GET "/assets/static_pages.css?body=1" for 192.168.1.11 at 2016-12-27 10:34:07 +0900 Started GET "/assets/users.css?body=1" for 192.168.1.11 at 2016-12-27 10:34:07 +0900 Started GET "/assets/uploads.css?body=1" for 192.168.1.11 at 2016-12-27 10:34:07 +0900 Started GET "/assets/warranties.css?body=1" for 192.168.1.11 at 2016-12-27 10:34:07 +0900 Started GET "/assets/jquery.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:07 +0900 Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:07 +0900 Started GET "/assets/jquery_ujs.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:07 +0900 Started GET "/assets/jquery-fileupload/vendor/tmpl.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:07 +0900 Started GET "/assets/jquery-fileupload/vendor/load-image.all.min.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:07 +0900 Started GET "/assets/jquery-fileupload/vendor/canvas-to-blob.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:07 +0900 Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:07 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-image.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:07 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:07 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-audio.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:07 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-process.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:07 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-video.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:07 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-validate.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:07 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-ui.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:07 +0900 Started GET "/assets/jquery-fileupload/locale.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:07 +0900 Started GET "/assets/turbolinks.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:07 +0900 Started GET "/assets/jquery-fileupload/index.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:07 +0900 Started GET "/assets/application.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:07 +0900 Started GET "/assets/contracts.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:07 +0900 Started GET "/assets/customers.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:07 +0900 Started GET "/assets/contents.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:07 +0900 Started GET "/assets/eset_account_ones.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:07 +0900 Started GET "/assets/eset_accounts.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:07 +0900 Started GET "/assets/estimates.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:07 +0900 Started GET "/assets/good_histories.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:07 +0900 Started GET "/assets/greps.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:07 +0900 Started GET "/assets/others.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:07 +0900 Started GET "/assets/goods.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:07 +0900 Started GET "/assets/pdfs.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:07 +0900 Started GET "/assets/pictures.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:07 +0900 Started GET "/assets/report_lists.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:07 +0900 Started GET "/assets/sessions.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:07 +0900 Started GET "/assets/reports.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:07 +0900 Started GET "/assets/static_pages.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:07 +0900 Started GET "/assets/transactions.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:07 +0900 Started GET "/assets/uploads.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:07 +0900 Started GET "/assets/warranties.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:07 +0900 Started GET "/assets/users.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:07 +0900 Started GET "/assets/opensans-light-webfont.woff" for 192.168.1.11 at 2016-12-27 10:34:07 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.woff"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.7ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (6.4ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (54.3ms) Started GET "/assets/opensans-light-webfont.ttf" for 192.168.1.11 at 2016-12-27 10:34:07 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.ttf"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.6ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (44.5ms) Started GET "/reports/2015-01-01/year" for 192.168.1.11 at 2016-12-27 10:34:17 +0900 Processing by ReportsController#report_list as HTML Parameters: {"start"=>"2015-01-01", "span"=>"year"} ReportList Load (0.4ms) SELECT "report_lists".* FROM "report_lists" ORDER BY year asc  (0.1ms) SELECT "report_lists"."id" FROM "report_lists" WHERE "report_lists"."year" = ? [["year", 2015]]  (0.1ms) SELECT "report_lists"."id" FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] Rendered shared/_header.html.erb (0.2ms) Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."report_list_id" = 1 ORDER BY date DESC LIMIT 10 OFFSET 0 Customer Load (0.1ms) SELECT "customers".* FROM "customers" WHERE "customers"."id" = ? LIMIT 1 [["id", 15]] Rendered reports/report_list.html.erb within layouts/application (17.7ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (3.1ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 48ms (Views: 37.0ms | ActiveRecord: 1.7ms) Started GET "/assets/application.css?body=1" for 192.168.1.11 at 2016-12-27 10:34:17 +0900 Started GET "/assets/_custom.css?body=1" for 192.168.1.11 at 2016-12-27 10:34:17 +0900 Started GET "/assets/bootstrap_and_overrides.css?body=1" for 192.168.1.11 at 2016-12-27 10:34:17 +0900 Started GET "/assets/contracts.css?body=1" for 192.168.1.11 at 2016-12-27 10:34:17 +0900 Started GET "/assets/eset_account_ones.css?body=1" for 192.168.1.11 at 2016-12-27 10:34:17 +0900 Started GET "/assets/jquery.fileupload-ui.css?body=1" for 192.168.1.11 at 2016-12-27 10:34:17 +0900 Started GET "/assets/eset_accounts.css?body=1" for 192.168.1.11 at 2016-12-27 10:34:17 +0900 Started GET "/assets/estimates.css?body=1" for 192.168.1.11 at 2016-12-27 10:34:17 +0900 Started GET "/assets/custom.css?body=1" for 192.168.1.11 at 2016-12-27 10:34:17 +0900 Started GET "/assets/greps.css?body=1" for 192.168.1.11 at 2016-12-27 10:34:17 +0900 Started GET "/assets/good_histories.css?body=1" for 192.168.1.11 at 2016-12-27 10:34:17 +0900 Started GET "/assets/goods.css?body=1" for 192.168.1.11 at 2016-12-27 10:34:17 +0900 Started GET "/assets/others.css?body=1" for 192.168.1.11 at 2016-12-27 10:34:17 +0900 Started GET "/assets/pdfs.css?body=1" for 192.168.1.11 at 2016-12-27 10:34:17 +0900 Started GET "/assets/pictures.css?body=1" for 192.168.1.11 at 2016-12-27 10:34:17 +0900 Started GET "/assets/scaffolds.css?body=1" for 192.168.1.11 at 2016-12-27 10:34:17 +0900 Started GET "/assets/report_lists.css?body=1" for 192.168.1.11 at 2016-12-27 10:34:17 +0900 Started GET "/assets/reports.css?body=1" for 192.168.1.11 at 2016-12-27 10:34:17 +0900 Started GET "/assets/static_pages.css?body=1" for 192.168.1.11 at 2016-12-27 10:34:17 +0900 Started GET "/assets/sessions.css?body=1" for 192.168.1.11 at 2016-12-27 10:34:17 +0900 Started GET "/assets/transactions.css?body=1" for 192.168.1.11 at 2016-12-27 10:34:17 +0900 Started GET "/assets/uploads.css?body=1" for 192.168.1.11 at 2016-12-27 10:34:17 +0900 Started GET "/assets/users.css?body=1" for 192.168.1.11 at 2016-12-27 10:34:17 +0900 Started GET "/assets/warranties.css?body=1" for 192.168.1.11 at 2016-12-27 10:34:17 +0900 Started GET "/assets/jquery.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:17 +0900 Started GET "/assets/jquery_ujs.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:17 +0900 Started GET "/assets/jquery-fileupload/vendor/load-image.all.min.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:17 +0900 Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:17 +0900 Started GET "/assets/jquery-fileupload/vendor/tmpl.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:17 +0900 Started GET "/assets/jquery-fileupload/vendor/canvas-to-blob.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:17 +0900 Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:17 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:17 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-process.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:17 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-audio.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:17 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-image.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:17 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-ui.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:17 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-validate.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:17 +0900 Started GET "/assets/jquery-fileupload/locale.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:17 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-video.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:17 +0900 Started GET "/assets/turbolinks.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:17 +0900 Started GET "/assets/jquery-fileupload/index.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:17 +0900 Started GET "/assets/contents.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:17 +0900 Started GET "/assets/application.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:17 +0900 Started GET "/assets/contracts.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:17 +0900 Started GET "/assets/customers.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:17 +0900 Started GET "/assets/estimates.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:17 +0900 Started GET "/assets/eset_account_ones.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:17 +0900 Started GET "/assets/eset_accounts.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:17 +0900 Started GET "/assets/good_histories.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:17 +0900 Started GET "/assets/greps.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:17 +0900 Started GET "/assets/goods.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:17 +0900 Started GET "/assets/others.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:17 +0900 Started GET "/assets/report_lists.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:17 +0900 Started GET "/assets/pdfs.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:17 +0900 Started GET "/assets/pictures.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:17 +0900 Started GET "/assets/static_pages.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:17 +0900 Started GET "/assets/sessions.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:17 +0900 Started GET "/assets/reports.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:17 +0900 Started GET "/assets/transactions.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:17 +0900 Started GET "/assets/warranties.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:17 +0900 Started GET "/assets/users.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:17 +0900 Started GET "/assets/uploads.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:17 +0900 Started GET "/assets/opensans-light-webfont.woff" for 192.168.1.11 at 2016-12-27 10:34:17 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.woff"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.2ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (48.7ms) Started GET "/assets/opensans-light-webfont.ttf" for 192.168.1.11 at 2016-12-27 10:34:17 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.ttf"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (9.8ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (50.6ms) Started GET "/reports/2015-01-01/year" for 192.168.1.11 at 2016-12-27 10:34:29 +0900 Processing by ReportsController#report_list as HTML Parameters: {"start"=>"2015-01-01", "span"=>"year"} ReportList Load (0.4ms) SELECT "report_lists".* FROM "report_lists" ORDER BY year asc ReportList Load (0.1ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 2]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 3]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 4]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 5]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 6]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 7]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 8]] ReportList Load (0.1ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 9]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 10]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 11]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 12]]  (0.1ms) SELECT "report_lists"."id" FROM "report_lists" WHERE "report_lists"."year" = ? [["year", 2015]]  (0.1ms) SELECT "report_lists"."id" FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] Rendered shared/_header.html.erb (0.2ms) Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."report_list_id" = 1 ORDER BY date DESC LIMIT 10 OFFSET 0 Customer Load (0.1ms) SELECT "customers".* FROM "customers" WHERE "customers"."id" = ? LIMIT 1 [["id", 15]] Rendered reports/report_list.html.erb within layouts/application (17.2ms) Rendered layouts/_shim.html.erb (0.1ms) User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (3.8ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 52ms (Views: 37.8ms | ActiveRecord: 2.3ms) Started GET "/assets/application.css?body=1" for 192.168.1.11 at 2016-12-27 10:34:29 +0900 Started GET "/assets/jquery.fileupload-ui.css?body=1" for 192.168.1.11 at 2016-12-27 10:34:29 +0900 Started GET "/assets/bootstrap_and_overrides.css?body=1" for 192.168.1.11 at 2016-12-27 10:34:29 +0900 Started GET "/assets/contracts.css?body=1" for 192.168.1.11 at 2016-12-27 10:34:29 +0900 Started GET "/assets/_custom.css?body=1" for 192.168.1.11 at 2016-12-27 10:34:29 +0900 Started GET "/assets/custom.css?body=1" for 192.168.1.11 at 2016-12-27 10:34:29 +0900 Started GET "/assets/eset_account_ones.css?body=1" for 192.168.1.11 at 2016-12-27 10:34:29 +0900 Started GET "/assets/good_histories.css?body=1" for 192.168.1.11 at 2016-12-27 10:34:29 +0900 Started GET "/assets/estimates.css?body=1" for 192.168.1.11 at 2016-12-27 10:34:29 +0900 Started GET "/assets/eset_accounts.css?body=1" for 192.168.1.11 at 2016-12-27 10:34:29 +0900 Started GET "/assets/greps.css?body=1" for 192.168.1.11 at 2016-12-27 10:34:29 +0900 Started GET "/assets/goods.css?body=1" for 192.168.1.11 at 2016-12-27 10:34:29 +0900 Started GET "/assets/pictures.css?body=1" for 192.168.1.11 at 2016-12-27 10:34:29 +0900 Started GET "/assets/others.css?body=1" for 192.168.1.11 at 2016-12-27 10:34:29 +0900 Started GET "/assets/report_lists.css?body=1" for 192.168.1.11 at 2016-12-27 10:34:29 +0900 Started GET "/assets/pdfs.css?body=1" for 192.168.1.11 at 2016-12-27 10:34:29 +0900 Started GET "/assets/reports.css?body=1" for 192.168.1.11 at 2016-12-27 10:34:29 +0900 Started GET "/assets/static_pages.css?body=1" for 192.168.1.11 at 2016-12-27 10:34:29 +0900 Started GET "/assets/sessions.css?body=1" for 192.168.1.11 at 2016-12-27 10:34:29 +0900 Started GET "/assets/scaffolds.css?body=1" for 192.168.1.11 at 2016-12-27 10:34:29 +0900 Started GET "/assets/transactions.css?body=1" for 192.168.1.11 at 2016-12-27 10:34:29 +0900 Started GET "/assets/uploads.css?body=1" for 192.168.1.11 at 2016-12-27 10:34:29 +0900 Started GET "/assets/warranties.css?body=1" for 192.168.1.11 at 2016-12-27 10:34:29 +0900 Started GET "/assets/users.css?body=1" for 192.168.1.11 at 2016-12-27 10:34:29 +0900 Started GET "/assets/jquery.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:29 +0900 Started GET "/assets/jquery_ujs.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:29 +0900 Started GET "/assets/jquery-fileupload/vendor/tmpl.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:29 +0900 Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:29 +0900 Started GET "/assets/jquery-fileupload/vendor/load-image.all.min.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:29 +0900 Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:29 +0900 Started GET "/assets/jquery-fileupload/vendor/canvas-to-blob.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:29 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:29 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-process.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:29 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-image.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:29 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-audio.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:29 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-video.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:29 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-validate.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:29 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-ui.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:29 +0900 Started GET "/assets/jquery-fileupload/locale.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:29 +0900 Started GET "/assets/jquery-fileupload/index.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:29 +0900 Started GET "/assets/turbolinks.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:29 +0900 Started GET "/assets/contents.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:29 +0900 Started GET "/assets/contracts.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:29 +0900 Started GET "/assets/application.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:29 +0900 Started GET "/assets/customers.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:29 +0900 Started GET "/assets/eset_account_ones.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:29 +0900 Started GET "/assets/eset_accounts.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:29 +0900 Started GET "/assets/estimates.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:29 +0900 Started GET "/assets/good_histories.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:29 +0900 Started GET "/assets/goods.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:29 +0900 Started GET "/assets/greps.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:29 +0900 Started GET "/assets/others.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:29 +0900 Started GET "/assets/pdfs.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:29 +0900 Started GET "/assets/pictures.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:29 +0900 Started GET "/assets/report_lists.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:29 +0900 Started GET "/assets/reports.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:29 +0900 Started GET "/assets/sessions.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:29 +0900 Started GET "/assets/static_pages.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:29 +0900 Started GET "/assets/transactions.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:29 +0900 Started GET "/assets/uploads.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:29 +0900 Started GET "/assets/users.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:29 +0900 Started GET "/assets/warranties.js?body=1" for 192.168.1.11 at 2016-12-27 10:34:29 +0900 Started GET "/assets/opensans-light-webfont.woff" for 192.168.1.11 at 2016-12-27 10:34:29 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.woff"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (48.0ms) Started GET "/assets/opensans-light-webfont.ttf" for 192.168.1.11 at 2016-12-27 10:34:29 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.ttf"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.1ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (46.9ms) Started GET "/reports/2015-01-01/month" for 192.168.1.11 at 2016-12-27 10:34:30 +0900 Processing by ReportsController#report_list as HTML Parameters: {"start"=>"2015-01-01", "span"=>"month"} ReportList Load (0.2ms) SELECT "report_lists".* FROM "report_lists" ORDER BY year asc ReportList Load (0.1ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 2]] ReportList Load (0.1ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 3]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 4]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 5]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 6]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 7]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 8]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 9]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 10]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 11]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 12]]  (0.0ms) SELECT "report_lists"."id" FROM "report_lists" WHERE "report_lists"."year" = ? [["year", 2015]]  (0.0ms) SELECT "report_lists"."id" FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2015], ["month", 1]] Rendered shared/_header.html.erb (0.2ms) Report Load (0.2ms) SELECT "reports".* FROM "reports" WHERE "reports"."report_list_id" = 1 ORDER BY date DESC LIMIT 10 OFFSET 0 Customer Load (0.1ms) SELECT "customers".* FROM "customers" WHERE "customers"."id" = ? LIMIT 1 [["id", 15]] Rendered reports/report_list.html.erb within layouts/application (2.3ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.4ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 29ms (Views: 22.8ms | ActiveRecord: 1.0ms) Started GET "/reports/2016-01-01/year" for 192.168.1.11 at 2016-12-27 10:34:31 +0900 Processing by ReportsController#report_list as HTML Parameters: {"start"=>"2016-01-01", "span"=>"year"} ReportList Load (0.2ms) SELECT "report_lists".* FROM "report_lists" ORDER BY year asc ReportList Load (0.1ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 2]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 3]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 5]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 6]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 7]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 8]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 9]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 10]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 11]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 12]]  (0.0ms) SELECT "report_lists"."id" FROM "report_lists" WHERE "report_lists"."year" = ? [["year", 2016]]  (0.0ms) SELECT "report_lists"."id" FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] Rendered shared/_header.html.erb (0.2ms) Report Load (0.2ms) SELECT "reports".* FROM "reports" WHERE "reports"."report_list_id" = 2 ORDER BY date DESC LIMIT 10 OFFSET 0 Customer Load (0.0ms) SELECT "customers".* FROM "customers" WHERE "customers"."id" = ? LIMIT 1 [["id", 15]] Rendered reports/report_list.html.erb within layouts/application (2.1ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.4ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 22ms (Views: 16.2ms | ActiveRecord: 1.0ms) Started GET "/reports/2016-04-01/month" for 192.168.1.11 at 2016-12-27 10:34:32 +0900 Processing by ReportsController#report_list as HTML Parameters: {"start"=>"2016-04-01", "span"=>"month"} ReportList Load (0.3ms) SELECT "report_lists".* FROM "report_lists" ORDER BY year asc ReportList Load (0.1ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] ReportList Load (0.1ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 2]] ReportList Load (0.1ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 3]] ReportList Load (0.1ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 5]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 6]] ReportList Load (0.1ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 7]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 8]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 9]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 10]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 11]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 12]]  (0.0ms) SELECT "report_lists"."id" FROM "report_lists" WHERE "report_lists"."year" = ? [["year", 2016]]  (0.0ms) SELECT "report_lists"."id" FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] Rendered shared/_header.html.erb (0.2ms) Report Load (0.2ms) SELECT "reports".* FROM "reports" WHERE "reports"."report_list_id" = 2 ORDER BY date DESC LIMIT 10 OFFSET 0 Customer Load (0.1ms) SELECT "customers".* FROM "customers" WHERE "customers"."id" = ? LIMIT 1 [["id", 15]] Rendered reports/report_list.html.erb within layouts/application (2.3ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.5ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 26ms (Views: 17.0ms | ActiveRecord: 1.4ms) Started GET "/reports/2016-04-01/month" for 192.168.1.11 at 2016-12-27 10:38:08 +0900 Processing by ReportsController#report_list as HTML Parameters: {"start"=>"2016-04-01", "span"=>"month"} ReportList Load (0.2ms) SELECT "report_lists".* FROM "report_lists" ORDER BY year asc ReportList Load (0.1ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 2]] ReportList Load (0.1ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 3]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 5]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 6]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 7]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 8]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 9]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 10]] ReportList Load (0.1ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 11]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 12]]  (0.0ms) SELECT "report_lists"."id" FROM "report_lists" WHERE "report_lists"."year" = ? [["year", 2016]]  (0.0ms) SELECT "report_lists"."id" FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] Rendered shared/_header.html.erb (0.2ms) Report Load (0.2ms) SELECT "reports".* FROM "reports" WHERE "reports"."report_list_id" = 2 ORDER BY date DESC LIMIT 10 OFFSET 0 Customer Load (0.1ms) SELECT "customers".* FROM "customers" WHERE "customers"."id" = ? LIMIT 1 [["id", 15]] Rendered reports/report_list.html.erb within layouts/application (3.3ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.4ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 24ms (Views: 17.5ms | ActiveRecord: 1.0ms) Started GET "/assets/application.css?body=1" for 192.168.1.11 at 2016-12-27 10:38:08 +0900 Started GET "/assets/_custom.css?body=1" for 192.168.1.11 at 2016-12-27 10:38:08 +0900 Started GET "/assets/jquery.fileupload-ui.css?body=1" for 192.168.1.11 at 2016-12-27 10:38:08 +0900 Started GET "/assets/bootstrap_and_overrides.css?body=1" for 192.168.1.11 at 2016-12-27 10:38:08 +0900 Started GET "/assets/custom.css?body=1" for 192.168.1.11 at 2016-12-27 10:38:08 +0900 Started GET "/assets/contracts.css?body=1" for 192.168.1.11 at 2016-12-27 10:38:08 +0900 Started GET "/assets/eset_account_ones.css?body=1" for 192.168.1.11 at 2016-12-27 10:38:08 +0900 Started GET "/assets/eset_accounts.css?body=1" for 192.168.1.11 at 2016-12-27 10:38:08 +0900 Started GET "/assets/estimates.css?body=1" for 192.168.1.11 at 2016-12-27 10:38:08 +0900 Started GET "/assets/good_histories.css?body=1" for 192.168.1.11 at 2016-12-27 10:38:08 +0900 Started GET "/assets/goods.css?body=1" for 192.168.1.11 at 2016-12-27 10:38:08 +0900 Started GET "/assets/greps.css?body=1" for 192.168.1.11 at 2016-12-27 10:38:08 +0900 Started GET "/assets/pdfs.css?body=1" for 192.168.1.11 at 2016-12-27 10:38:08 +0900 Started GET "/assets/others.css?body=1" for 192.168.1.11 at 2016-12-27 10:38:08 +0900 Started GET "/assets/report_lists.css?body=1" for 192.168.1.11 at 2016-12-27 10:38:08 +0900 Started GET "/assets/pictures.css?body=1" for 192.168.1.11 at 2016-12-27 10:38:08 +0900 Started GET "/assets/reports.css?body=1" for 192.168.1.11 at 2016-12-27 10:38:08 +0900 Started GET "/assets/sessions.css?body=1" for 192.168.1.11 at 2016-12-27 10:38:08 +0900 Started GET "/assets/scaffolds.css?body=1" for 192.168.1.11 at 2016-12-27 10:38:08 +0900 Started GET "/assets/static_pages.css?body=1" for 192.168.1.11 at 2016-12-27 10:38:08 +0900 Started GET "/assets/transactions.css?body=1" for 192.168.1.11 at 2016-12-27 10:38:08 +0900 Started GET "/assets/uploads.css?body=1" for 192.168.1.11 at 2016-12-27 10:38:08 +0900 Started GET "/assets/warranties.css?body=1" for 192.168.1.11 at 2016-12-27 10:38:08 +0900 Started GET "/assets/users.css?body=1" for 192.168.1.11 at 2016-12-27 10:38:08 +0900 Started GET "/assets/jquery.js?body=1" for 192.168.1.11 at 2016-12-27 10:38:08 +0900 Started GET "/assets/jquery_ujs.js?body=1" for 192.168.1.11 at 2016-12-27 10:38:08 +0900 Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 192.168.1.11 at 2016-12-27 10:38:08 +0900 Started GET "/assets/jquery-fileupload/vendor/tmpl.js?body=1" for 192.168.1.11 at 2016-12-27 10:38:08 +0900 Started GET "/assets/jquery-fileupload/vendor/load-image.all.min.js?body=1" for 192.168.1.11 at 2016-12-27 10:38:08 +0900 Started GET "/assets/jquery-fileupload/vendor/canvas-to-blob.js?body=1" for 192.168.1.11 at 2016-12-27 10:38:08 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 192.168.1.11 at 2016-12-27 10:38:08 +0900 Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 192.168.1.11 at 2016-12-27 10:38:08 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-image.js?body=1" for 192.168.1.11 at 2016-12-27 10:38:08 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-process.js?body=1" for 192.168.1.11 at 2016-12-27 10:38:08 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-video.js?body=1" for 192.168.1.11 at 2016-12-27 10:38:08 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-audio.js?body=1" for 192.168.1.11 at 2016-12-27 10:38:08 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-ui.js?body=1" for 192.168.1.11 at 2016-12-27 10:38:08 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-validate.js?body=1" for 192.168.1.11 at 2016-12-27 10:38:08 +0900 Started GET "/assets/jquery-fileupload/locale.js?body=1" for 192.168.1.11 at 2016-12-27 10:38:08 +0900 Started GET "/assets/turbolinks.js?body=1" for 192.168.1.11 at 2016-12-27 10:38:08 +0900 Started GET "/assets/jquery-fileupload/index.js?body=1" for 192.168.1.11 at 2016-12-27 10:38:08 +0900 Started GET "/assets/contracts.js?body=1" for 192.168.1.11 at 2016-12-27 10:38:08 +0900 Started GET "/assets/application.js?body=1" for 192.168.1.11 at 2016-12-27 10:38:08 +0900 Started GET "/assets/contents.js?body=1" for 192.168.1.11 at 2016-12-27 10:38:08 +0900 Started GET "/assets/eset_account_ones.js?body=1" for 192.168.1.11 at 2016-12-27 10:38:08 +0900 Started GET "/assets/customers.js?body=1" for 192.168.1.11 at 2016-12-27 10:38:08 +0900 Started GET "/assets/eset_accounts.js?body=1" for 192.168.1.11 at 2016-12-27 10:38:08 +0900 Started GET "/assets/estimates.js?body=1" for 192.168.1.11 at 2016-12-27 10:38:08 +0900 Started GET "/assets/goods.js?body=1" for 192.168.1.11 at 2016-12-27 10:38:08 +0900 Started GET "/assets/good_histories.js?body=1" for 192.168.1.11 at 2016-12-27 10:38:08 +0900 Started GET "/assets/others.js?body=1" for 192.168.1.11 at 2016-12-27 10:38:08 +0900 Started GET "/assets/greps.js?body=1" for 192.168.1.11 at 2016-12-27 10:38:08 +0900 Started GET "/assets/pdfs.js?body=1" for 192.168.1.11 at 2016-12-27 10:38:08 +0900 Started GET "/assets/pictures.js?body=1" for 192.168.1.11 at 2016-12-27 10:38:08 +0900 Started GET "/assets/report_lists.js?body=1" for 192.168.1.11 at 2016-12-27 10:38:08 +0900 Started GET "/assets/sessions.js?body=1" for 192.168.1.11 at 2016-12-27 10:38:08 +0900 Started GET "/assets/reports.js?body=1" for 192.168.1.11 at 2016-12-27 10:38:08 +0900 Started GET "/assets/static_pages.js?body=1" for 192.168.1.11 at 2016-12-27 10:38:08 +0900 Started GET "/assets/transactions.js?body=1" for 192.168.1.11 at 2016-12-27 10:38:08 +0900 Started GET "/assets/uploads.js?body=1" for 192.168.1.11 at 2016-12-27 10:38:08 +0900 Started GET "/assets/users.js?body=1" for 192.168.1.11 at 2016-12-27 10:38:08 +0900 Started GET "/assets/warranties.js?body=1" for 192.168.1.11 at 2016-12-27 10:38:08 +0900 Started GET "/assets/opensans-light-webfont.woff" for 192.168.1.11 at 2016-12-27 10:38:08 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.woff"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (44.9ms) Started GET "/assets/opensans-light-webfont.ttf" for 192.168.1.11 at 2016-12-27 10:38:08 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.ttf"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.5ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (44.3ms) Started GET "/reports/2016-04-01/month" for 192.168.1.11 at 2016-12-27 10:38:24 +0900 Processing by ReportsController#report_list as HTML Parameters: {"start"=>"2016-04-01", "span"=>"month"} ReportList Load (0.2ms) SELECT "report_lists".* FROM "report_lists" ORDER BY year asc ReportList Load (0.1ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] ReportList Load (0.1ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 2]] ReportList Load (0.1ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 3]] ReportList Load (0.1ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] ReportList Load (0.1ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 5]] ReportList Load (0.1ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 6]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 7]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 8]] ReportList Load (0.1ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 9]] ReportList Load (0.1ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 10]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 11]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 12]]  (0.1ms) SELECT "report_lists"."id" FROM "report_lists" WHERE "report_lists"."year" = ? [["year", 2016]]  (0.1ms) SELECT "report_lists"."id" FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] Rendered shared/_header.html.erb (0.2ms) Report Load (0.2ms) SELECT "reports".* FROM "reports" WHERE "reports"."report_list_id" = 2 ORDER BY date DESC LIMIT 10 OFFSET 0 Customer Load (0.1ms) SELECT "customers".* FROM "customers" WHERE "customers"."id" = ? LIMIT 1 [["id", 15]] Rendered reports/report_list.html.erb within layouts/application (3.1ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.4ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 26ms (Views: 17.6ms | ActiveRecord: 1.3ms) Started GET "/assets/application.css?body=1" for 192.168.1.11 at 2016-12-27 10:38:24 +0900 Started GET "/assets/jquery.fileupload-ui.css?body=1" for 192.168.1.11 at 2016-12-27 10:38:24 +0900 Started GET "/assets/_custom.css?body=1" for 192.168.1.11 at 2016-12-27 10:38:24 +0900 Started GET "/assets/contracts.css?body=1" for 192.168.1.11 at 2016-12-27 10:38:24 +0900 Started GET "/assets/custom.css?body=1" for 192.168.1.11 at 2016-12-27 10:38:24 +0900 Started GET "/assets/bootstrap_and_overrides.css?body=1" for 192.168.1.11 at 2016-12-27 10:38:24 +0900 Started GET "/assets/eset_accounts.css?body=1" for 192.168.1.11 at 2016-12-27 10:38:24 +0900 Started GET "/assets/estimates.css?body=1" for 192.168.1.11 at 2016-12-27 10:38:24 +0900 Started GET "/assets/good_histories.css?body=1" for 192.168.1.11 at 2016-12-27 10:38:24 +0900 Started GET "/assets/eset_account_ones.css?body=1" for 192.168.1.11 at 2016-12-27 10:38:24 +0900 Started GET "/assets/goods.css?body=1" for 192.168.1.11 at 2016-12-27 10:38:24 +0900 Started GET "/assets/greps.css?body=1" for 192.168.1.11 at 2016-12-27 10:38:24 +0900 Started GET "/assets/others.css?body=1" for 192.168.1.11 at 2016-12-27 10:38:24 +0900 Started GET "/assets/pdfs.css?body=1" for 192.168.1.11 at 2016-12-27 10:38:24 +0900 Started GET "/assets/pictures.css?body=1" for 192.168.1.11 at 2016-12-27 10:38:24 +0900 Started GET "/assets/reports.css?body=1" for 192.168.1.11 at 2016-12-27 10:38:24 +0900 Started GET "/assets/report_lists.css?body=1" for 192.168.1.11 at 2016-12-27 10:38:24 +0900 Started GET "/assets/scaffolds.css?body=1" for 192.168.1.11 at 2016-12-27 10:38:24 +0900 Started GET "/assets/sessions.css?body=1" for 192.168.1.11 at 2016-12-27 10:38:24 +0900 Started GET "/assets/transactions.css?body=1" for 192.168.1.11 at 2016-12-27 10:38:24 +0900 Started GET "/assets/static_pages.css?body=1" for 192.168.1.11 at 2016-12-27 10:38:24 +0900 Started GET "/assets/users.css?body=1" for 192.168.1.11 at 2016-12-27 10:38:24 +0900 Started GET "/assets/uploads.css?body=1" for 192.168.1.11 at 2016-12-27 10:38:24 +0900 Started GET "/assets/warranties.css?body=1" for 192.168.1.11 at 2016-12-27 10:38:24 +0900 Started GET "/assets/jquery.js?body=1" for 192.168.1.11 at 2016-12-27 10:38:24 +0900 Started GET "/assets/jquery_ujs.js?body=1" for 192.168.1.11 at 2016-12-27 10:38:24 +0900 Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 192.168.1.11 at 2016-12-27 10:38:24 +0900 Started GET "/assets/jquery-fileupload/vendor/tmpl.js?body=1" for 192.168.1.11 at 2016-12-27 10:38:24 +0900 Started GET "/assets/jquery-fileupload/vendor/load-image.all.min.js?body=1" for 192.168.1.11 at 2016-12-27 10:38:24 +0900 Started GET "/assets/jquery-fileupload/vendor/canvas-to-blob.js?body=1" for 192.168.1.11 at 2016-12-27 10:38:24 +0900 Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 192.168.1.11 at 2016-12-27 10:38:24 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 192.168.1.11 at 2016-12-27 10:38:24 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-process.js?body=1" for 192.168.1.11 at 2016-12-27 10:38:24 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-image.js?body=1" for 192.168.1.11 at 2016-12-27 10:38:24 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-audio.js?body=1" for 192.168.1.11 at 2016-12-27 10:38:24 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-validate.js?body=1" for 192.168.1.11 at 2016-12-27 10:38:24 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-video.js?body=1" for 192.168.1.11 at 2016-12-27 10:38:24 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-ui.js?body=1" for 192.168.1.11 at 2016-12-27 10:38:24 +0900 Started GET "/assets/jquery-fileupload/locale.js?body=1" for 192.168.1.11 at 2016-12-27 10:38:24 +0900 Started GET "/assets/application.js?body=1" for 192.168.1.11 at 2016-12-27 10:38:24 +0900 Started GET "/assets/jquery-fileupload/index.js?body=1" for 192.168.1.11 at 2016-12-27 10:38:24 +0900 Started GET "/assets/contracts.js?body=1" for 192.168.1.11 at 2016-12-27 10:38:24 +0900 Started GET "/assets/turbolinks.js?body=1" for 192.168.1.11 at 2016-12-27 10:38:24 +0900 Started GET "/assets/customers.js?body=1" for 192.168.1.11 at 2016-12-27 10:38:24 +0900 Started GET "/assets/contents.js?body=1" for 192.168.1.11 at 2016-12-27 10:38:24 +0900 Started GET "/assets/eset_account_ones.js?body=1" for 192.168.1.11 at 2016-12-27 10:38:24 +0900 Started GET "/assets/eset_accounts.js?body=1" for 192.168.1.11 at 2016-12-27 10:38:24 +0900 Started GET "/assets/estimates.js?body=1" for 192.168.1.11 at 2016-12-27 10:38:24 +0900 Started GET "/assets/good_histories.js?body=1" for 192.168.1.11 at 2016-12-27 10:38:24 +0900 Started GET "/assets/goods.js?body=1" for 192.168.1.11 at 2016-12-27 10:38:24 +0900 Started GET "/assets/greps.js?body=1" for 192.168.1.11 at 2016-12-27 10:38:24 +0900 Started GET "/assets/pdfs.js?body=1" for 192.168.1.11 at 2016-12-27 10:38:24 +0900 Started GET "/assets/report_lists.js?body=1" for 192.168.1.11 at 2016-12-27 10:38:24 +0900 Started GET "/assets/pictures.js?body=1" for 192.168.1.11 at 2016-12-27 10:38:24 +0900 Started GET "/assets/others.js?body=1" for 192.168.1.11 at 2016-12-27 10:38:24 +0900 Started GET "/assets/reports.js?body=1" for 192.168.1.11 at 2016-12-27 10:38:24 +0900 Started GET "/assets/static_pages.js?body=1" for 192.168.1.11 at 2016-12-27 10:38:24 +0900 Started GET "/assets/transactions.js?body=1" for 192.168.1.11 at 2016-12-27 10:38:24 +0900 Started GET "/assets/sessions.js?body=1" for 192.168.1.11 at 2016-12-27 10:38:24 +0900 Started GET "/assets/users.js?body=1" for 192.168.1.11 at 2016-12-27 10:38:24 +0900 Started GET "/assets/uploads.js?body=1" for 192.168.1.11 at 2016-12-27 10:38:24 +0900 Started GET "/assets/warranties.js?body=1" for 192.168.1.11 at 2016-12-27 10:38:24 +0900 Started GET "/assets/opensans-light-webfont.woff" for 192.168.1.11 at 2016-12-27 10:38:24 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.woff"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.2ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (47.3ms) Started GET "/assets/opensans-light-webfont.ttf" for 192.168.1.11 at 2016-12-27 10:38:24 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.ttf"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (10.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (52.1ms) Started GET "/reports/2016-04-01/month" for 192.168.1.11 at 2016-12-27 10:39:40 +0900 Processing by ReportsController#report_list as HTML Parameters: {"start"=>"2016-04-01", "span"=>"month"} ReportList Load (0.2ms) SELECT "report_lists".* FROM "report_lists" ORDER BY year asc ReportList Load (0.1ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 2]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 3]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 5]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 6]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 7]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 8]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 9]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 10]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 11]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 12]]  (0.0ms) SELECT "report_lists"."id" FROM "report_lists" WHERE "report_lists"."year" = ? [["year", 2016]]  (0.0ms) SELECT "report_lists"."id" FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] Rendered shared/_header.html.erb (0.2ms) Report Load (0.2ms) SELECT "reports".* FROM "reports" WHERE "reports"."report_list_id" = 2 ORDER BY date DESC LIMIT 10 OFFSET 0 Customer Load (0.1ms) SELECT "customers".* FROM "customers" WHERE "customers"."id" = ? LIMIT 1 [["id", 15]] Rendered reports/report_list.html.erb within layouts/application (3.2ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.9ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 25ms (Views: 18.3ms | ActiveRecord: 1.1ms) Started GET "/assets/application.css?body=1" for 192.168.1.11 at 2016-12-27 10:39:40 +0900 Started GET "/assets/jquery.fileupload-ui.css?body=1" for 192.168.1.11 at 2016-12-27 10:39:40 +0900 Started GET "/assets/_custom.css?body=1" for 192.168.1.11 at 2016-12-27 10:39:40 +0900 Started GET "/assets/bootstrap_and_overrides.css?body=1" for 192.168.1.11 at 2016-12-27 10:39:40 +0900 Started GET "/assets/contracts.css?body=1" for 192.168.1.11 at 2016-12-27 10:39:40 +0900 Started GET "/assets/custom.css?body=1" for 192.168.1.11 at 2016-12-27 10:39:40 +0900 Started GET "/assets/eset_accounts.css?body=1" for 192.168.1.11 at 2016-12-27 10:39:40 +0900 Started GET "/assets/eset_account_ones.css?body=1" for 192.168.1.11 at 2016-12-27 10:39:40 +0900 Started GET "/assets/estimates.css?body=1" for 192.168.1.11 at 2016-12-27 10:39:40 +0900 Started GET "/assets/good_histories.css?body=1" for 192.168.1.11 at 2016-12-27 10:39:40 +0900 Started GET "/assets/goods.css?body=1" for 192.168.1.11 at 2016-12-27 10:39:40 +0900 Started GET "/assets/others.css?body=1" for 192.168.1.11 at 2016-12-27 10:39:40 +0900 Started GET "/assets/greps.css?body=1" for 192.168.1.11 at 2016-12-27 10:39:40 +0900 Started GET "/assets/pictures.css?body=1" for 192.168.1.11 at 2016-12-27 10:39:40 +0900 Started GET "/assets/report_lists.css?body=1" for 192.168.1.11 at 2016-12-27 10:39:40 +0900 Started GET "/assets/pdfs.css?body=1" for 192.168.1.11 at 2016-12-27 10:39:40 +0900 Started GET "/assets/sessions.css?body=1" for 192.168.1.11 at 2016-12-27 10:39:40 +0900 Started GET "/assets/reports.css?body=1" for 192.168.1.11 at 2016-12-27 10:39:40 +0900 Started GET "/assets/scaffolds.css?body=1" for 192.168.1.11 at 2016-12-27 10:39:40 +0900 Started GET "/assets/transactions.css?body=1" for 192.168.1.11 at 2016-12-27 10:39:40 +0900 Started GET "/assets/uploads.css?body=1" for 192.168.1.11 at 2016-12-27 10:39:40 +0900 Started GET "/assets/static_pages.css?body=1" for 192.168.1.11 at 2016-12-27 10:39:40 +0900 Started GET "/assets/users.css?body=1" for 192.168.1.11 at 2016-12-27 10:39:40 +0900 Started GET "/assets/warranties.css?body=1" for 192.168.1.11 at 2016-12-27 10:39:40 +0900 Started GET "/assets/jquery.js?body=1" for 192.168.1.11 at 2016-12-27 10:39:40 +0900 Started GET "/assets/jquery_ujs.js?body=1" for 192.168.1.11 at 2016-12-27 10:39:40 +0900 Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 192.168.1.11 at 2016-12-27 10:39:40 +0900 Started GET "/assets/jquery-fileupload/vendor/load-image.all.min.js?body=1" for 192.168.1.11 at 2016-12-27 10:39:40 +0900 Started GET "/assets/jquery-fileupload/vendor/tmpl.js?body=1" for 192.168.1.11 at 2016-12-27 10:39:40 +0900 Started GET "/assets/jquery-fileupload/vendor/canvas-to-blob.js?body=1" for 192.168.1.11 at 2016-12-27 10:39:40 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 192.168.1.11 at 2016-12-27 10:39:40 +0900 Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 192.168.1.11 at 2016-12-27 10:39:40 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-process.js?body=1" for 192.168.1.11 at 2016-12-27 10:39:40 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-image.js?body=1" for 192.168.1.11 at 2016-12-27 10:39:40 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-audio.js?body=1" for 192.168.1.11 at 2016-12-27 10:39:40 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-video.js?body=1" for 192.168.1.11 at 2016-12-27 10:39:40 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-validate.js?body=1" for 192.168.1.11 at 2016-12-27 10:39:40 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-ui.js?body=1" for 192.168.1.11 at 2016-12-27 10:39:40 +0900 Started GET "/assets/jquery-fileupload/locale.js?body=1" for 192.168.1.11 at 2016-12-27 10:39:40 +0900 Started GET "/assets/application.js?body=1" for 192.168.1.11 at 2016-12-27 10:39:40 +0900 Started GET "/assets/turbolinks.js?body=1" for 192.168.1.11 at 2016-12-27 10:39:40 +0900 Started GET "/assets/contents.js?body=1" for 192.168.1.11 at 2016-12-27 10:39:40 +0900 Started GET "/assets/jquery-fileupload/index.js?body=1" for 192.168.1.11 at 2016-12-27 10:39:40 +0900 Started GET "/assets/contracts.js?body=1" for 192.168.1.11 at 2016-12-27 10:39:40 +0900 Started GET "/assets/customers.js?body=1" for 192.168.1.11 at 2016-12-27 10:39:40 +0900 Started GET "/assets/eset_account_ones.js?body=1" for 192.168.1.11 at 2016-12-27 10:39:40 +0900 Started GET "/assets/eset_accounts.js?body=1" for 192.168.1.11 at 2016-12-27 10:39:40 +0900 Started GET "/assets/estimates.js?body=1" for 192.168.1.11 at 2016-12-27 10:39:40 +0900 Started GET "/assets/good_histories.js?body=1" for 192.168.1.11 at 2016-12-27 10:39:40 +0900 Started GET "/assets/goods.js?body=1" for 192.168.1.11 at 2016-12-27 10:39:40 +0900 Started GET "/assets/others.js?body=1" for 192.168.1.11 at 2016-12-27 10:39:40 +0900 Started GET "/assets/greps.js?body=1" for 192.168.1.11 at 2016-12-27 10:39:40 +0900 Started GET "/assets/pdfs.js?body=1" for 192.168.1.11 at 2016-12-27 10:39:40 +0900 Started GET "/assets/report_lists.js?body=1" for 192.168.1.11 at 2016-12-27 10:39:40 +0900 Started GET "/assets/pictures.js?body=1" for 192.168.1.11 at 2016-12-27 10:39:40 +0900 Started GET "/assets/reports.js?body=1" for 192.168.1.11 at 2016-12-27 10:39:40 +0900 Started GET "/assets/sessions.js?body=1" for 192.168.1.11 at 2016-12-27 10:39:40 +0900 Started GET "/assets/static_pages.js?body=1" for 192.168.1.11 at 2016-12-27 10:39:40 +0900 Started GET "/assets/users.js?body=1" for 192.168.1.11 at 2016-12-27 10:39:40 +0900 Started GET "/assets/transactions.js?body=1" for 192.168.1.11 at 2016-12-27 10:39:40 +0900 Started GET "/assets/uploads.js?body=1" for 192.168.1.11 at 2016-12-27 10:39:40 +0900 Started GET "/assets/warranties.js?body=1" for 192.168.1.11 at 2016-12-27 10:39:40 +0900 Started GET "/assets/opensans-light-webfont.woff" for 192.168.1.11 at 2016-12-27 10:39:40 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.woff"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.8ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (45.6ms) Started GET "/assets/opensans-light-webfont.ttf" for 192.168.1.11 at 2016-12-27 10:39:40 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.ttf"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.6ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (43.8ms) Started GET "/reports/2016-04-01/month" for 192.168.1.11 at 2016-12-27 10:40:12 +0900 Processing by ReportsController#report_list as HTML Parameters: {"start"=>"2016-04-01", "span"=>"month"} ReportList Load (0.2ms) SELECT "report_lists".* FROM "report_lists" ORDER BY year asc ReportList Load (0.1ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 2]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 3]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 5]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 6]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 7]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 8]] ReportList Load (0.1ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 9]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 10]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 11]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 12]]  (0.0ms) SELECT "report_lists"."id" FROM "report_lists" WHERE "report_lists"."year" = ? [["year", 2016]]  (0.0ms) SELECT "report_lists"."id" FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] Rendered shared/_header.html.erb (0.2ms) Report Load (0.2ms) SELECT "reports".* FROM "reports" WHERE "reports"."report_list_id" = 2 ORDER BY date DESC LIMIT 10 OFFSET 0 Customer Load (0.0ms) SELECT "customers".* FROM "customers" WHERE "customers"."id" = ? LIMIT 1 [["id", 15]] Rendered reports/report_list.html.erb within layouts/application (2.1ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.4ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 23ms (Views: 16.4ms | ActiveRecord: 1.0ms) Started GET "/assets/application.css?body=1" for 192.168.1.11 at 2016-12-27 10:40:12 +0900 Started GET "/assets/jquery.fileupload-ui.css?body=1" for 192.168.1.11 at 2016-12-27 10:40:12 +0900 Started GET "/assets/custom.css?body=1" for 192.168.1.11 at 2016-12-27 10:40:12 +0900 Started GET "/assets/_custom.css?body=1" for 192.168.1.11 at 2016-12-27 10:40:12 +0900 Started GET "/assets/contracts.css?body=1" for 192.168.1.11 at 2016-12-27 10:40:12 +0900 Started GET "/assets/bootstrap_and_overrides.css?body=1" for 192.168.1.11 at 2016-12-27 10:40:12 +0900 Started GET "/assets/eset_accounts.css?body=1" for 192.168.1.11 at 2016-12-27 10:40:12 +0900 Started GET "/assets/estimates.css?body=1" for 192.168.1.11 at 2016-12-27 10:40:12 +0900 Started GET "/assets/eset_account_ones.css?body=1" for 192.168.1.11 at 2016-12-27 10:40:12 +0900 Started GET "/assets/goods.css?body=1" for 192.168.1.11 at 2016-12-27 10:40:12 +0900 Started GET "/assets/good_histories.css?body=1" for 192.168.1.11 at 2016-12-27 10:40:12 +0900 Started GET "/assets/greps.css?body=1" for 192.168.1.11 at 2016-12-27 10:40:12 +0900 Started GET "/assets/others.css?body=1" for 192.168.1.11 at 2016-12-27 10:40:12 +0900 Started GET "/assets/pdfs.css?body=1" for 192.168.1.11 at 2016-12-27 10:40:12 +0900 Started GET "/assets/report_lists.css?body=1" for 192.168.1.11 at 2016-12-27 10:40:12 +0900 Started GET "/assets/pictures.css?body=1" for 192.168.1.11 at 2016-12-27 10:40:12 +0900 Started GET "/assets/reports.css?body=1" for 192.168.1.11 at 2016-12-27 10:40:12 +0900 Started GET "/assets/sessions.css?body=1" for 192.168.1.11 at 2016-12-27 10:40:12 +0900 Started GET "/assets/static_pages.css?body=1" for 192.168.1.11 at 2016-12-27 10:40:12 +0900 Started GET "/assets/scaffolds.css?body=1" for 192.168.1.11 at 2016-12-27 10:40:12 +0900 Started GET "/assets/transactions.css?body=1" for 192.168.1.11 at 2016-12-27 10:40:12 +0900 Started GET "/assets/users.css?body=1" for 192.168.1.11 at 2016-12-27 10:40:12 +0900 Started GET "/assets/uploads.css?body=1" for 192.168.1.11 at 2016-12-27 10:40:12 +0900 Started GET "/assets/warranties.css?body=1" for 192.168.1.11 at 2016-12-27 10:40:12 +0900 Started GET "/assets/jquery.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:12 +0900 Started GET "/assets/jquery_ujs.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:12 +0900 Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:12 +0900 Started GET "/assets/jquery-fileupload/vendor/tmpl.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:12 +0900 Started GET "/assets/jquery-fileupload/vendor/canvas-to-blob.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:12 +0900 Started GET "/assets/jquery-fileupload/vendor/load-image.all.min.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:12 +0900 Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:12 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:12 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-audio.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:12 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-process.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:12 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-image.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:12 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-video.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:12 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-ui.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:12 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-validate.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:12 +0900 Started GET "/assets/jquery-fileupload/index.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:12 +0900 Started GET "/assets/turbolinks.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:12 +0900 Started GET "/assets/jquery-fileupload/locale.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:12 +0900 Started GET "/assets/contents.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:12 +0900 Started GET "/assets/application.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:12 +0900 Started GET "/assets/contracts.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:12 +0900 Started GET "/assets/customers.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:12 +0900 Started GET "/assets/eset_accounts.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:12 +0900 Started GET "/assets/eset_account_ones.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:12 +0900 Started GET "/assets/estimates.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:12 +0900 Started GET "/assets/good_histories.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:12 +0900 Started GET "/assets/goods.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:12 +0900 Started GET "/assets/greps.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:12 +0900 Started GET "/assets/others.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:12 +0900 Started GET "/assets/pdfs.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:12 +0900 Started GET "/assets/report_lists.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:12 +0900 Started GET "/assets/pictures.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:12 +0900 Started GET "/assets/reports.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:12 +0900 Started GET "/assets/sessions.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:12 +0900 Started GET "/assets/static_pages.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:12 +0900 Started GET "/assets/transactions.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:12 +0900 Started GET "/assets/users.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:12 +0900 Started GET "/assets/uploads.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:12 +0900 Started GET "/assets/warranties.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:12 +0900 Started GET "/assets/opensans-light-webfont.woff" for 192.168.1.11 at 2016-12-27 10:40:12 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.woff"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.3ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (46.7ms) Started GET "/assets/opensans-light-webfont.ttf" for 192.168.1.11 at 2016-12-27 10:40:13 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.ttf"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.3ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (46.6ms) Started GET "/reports/2016-04-01/month" for 192.168.1.11 at 2016-12-27 10:40:18 +0900 Processing by ReportsController#report_list as HTML Parameters: {"start"=>"2016-04-01", "span"=>"month"} ReportList Load (0.2ms) SELECT "report_lists".* FROM "report_lists" ORDER BY year asc ReportList Load (0.1ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] ReportList Load (0.1ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 2]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 3]] ReportList Load (0.1ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 5]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 6]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 7]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 8]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 9]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 10]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 11]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 12]]  (0.0ms) SELECT "report_lists"."id" FROM "report_lists" WHERE "report_lists"."year" = ? [["year", 2016]]  (0.0ms) SELECT "report_lists"."id" FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] Rendered shared/_header.html.erb (0.2ms) Report Load (0.2ms) SELECT "reports".* FROM "reports" WHERE "reports"."report_list_id" = 2 ORDER BY date DESC LIMIT 10 OFFSET 0 Customer Load (0.1ms) SELECT "customers".* FROM "customers" WHERE "customers"."id" = ? LIMIT 1 [["id", 15]] Rendered reports/report_list.html.erb within layouts/application (3.5ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.4ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 26ms (Views: 19.2ms | ActiveRecord: 1.1ms) Started GET "/assets/application.css?body=1" for 192.168.1.11 at 2016-12-27 10:40:18 +0900 Started GET "/assets/jquery.fileupload-ui.css?body=1" for 192.168.1.11 at 2016-12-27 10:40:18 +0900 Started GET "/assets/_custom.css?body=1" for 192.168.1.11 at 2016-12-27 10:40:18 +0900 Started GET "/assets/bootstrap_and_overrides.css?body=1" for 192.168.1.11 at 2016-12-27 10:40:18 +0900 Started GET "/assets/eset_accounts.css?body=1" for 192.168.1.11 at 2016-12-27 10:40:18 +0900 Started GET "/assets/eset_account_ones.css?body=1" for 192.168.1.11 at 2016-12-27 10:40:18 +0900 Started GET "/assets/estimates.css?body=1" for 192.168.1.11 at 2016-12-27 10:40:18 +0900 Started GET "/assets/contracts.css?body=1" for 192.168.1.11 at 2016-12-27 10:40:18 +0900 Started GET "/assets/custom.css?body=1" for 192.168.1.11 at 2016-12-27 10:40:18 +0900 Started GET "/assets/good_histories.css?body=1" for 192.168.1.11 at 2016-12-27 10:40:18 +0900 Started GET "/assets/goods.css?body=1" for 192.168.1.11 at 2016-12-27 10:40:18 +0900 Started GET "/assets/greps.css?body=1" for 192.168.1.11 at 2016-12-27 10:40:18 +0900 Started GET "/assets/pdfs.css?body=1" for 192.168.1.11 at 2016-12-27 10:40:18 +0900 Started GET "/assets/others.css?body=1" for 192.168.1.11 at 2016-12-27 10:40:18 +0900 Started GET "/assets/pictures.css?body=1" for 192.168.1.11 at 2016-12-27 10:40:18 +0900 Started GET "/assets/scaffolds.css?body=1" for 192.168.1.11 at 2016-12-27 10:40:18 +0900 Started GET "/assets/report_lists.css?body=1" for 192.168.1.11 at 2016-12-27 10:40:18 +0900 Started GET "/assets/reports.css?body=1" for 192.168.1.11 at 2016-12-27 10:40:18 +0900 Started GET "/assets/sessions.css?body=1" for 192.168.1.11 at 2016-12-27 10:40:18 +0900 Started GET "/assets/static_pages.css?body=1" for 192.168.1.11 at 2016-12-27 10:40:18 +0900 Started GET "/assets/transactions.css?body=1" for 192.168.1.11 at 2016-12-27 10:40:19 +0900 Started GET "/assets/users.css?body=1" for 192.168.1.11 at 2016-12-27 10:40:19 +0900 Started GET "/assets/uploads.css?body=1" for 192.168.1.11 at 2016-12-27 10:40:19 +0900 Started GET "/assets/jquery.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:19 +0900 Started GET "/assets/warranties.css?body=1" for 192.168.1.11 at 2016-12-27 10:40:19 +0900 Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:19 +0900 Started GET "/assets/jquery_ujs.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:19 +0900 Started GET "/assets/jquery-fileupload/vendor/tmpl.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:19 +0900 Started GET "/assets/jquery-fileupload/vendor/load-image.all.min.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:19 +0900 Started GET "/assets/jquery-fileupload/vendor/canvas-to-blob.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:19 +0900 Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:19 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:19 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-process.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:19 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-image.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:19 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-video.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:19 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-ui.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:19 +0900 Started GET "/assets/jquery-fileupload/locale.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:19 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-validate.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:19 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-audio.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:19 +0900 Started GET "/assets/jquery-fileupload/index.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:19 +0900 Started GET "/assets/turbolinks.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:19 +0900 Started GET "/assets/contents.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:19 +0900 Started GET "/assets/application.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:19 +0900 Started GET "/assets/customers.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:19 +0900 Started GET "/assets/contracts.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:19 +0900 Started GET "/assets/eset_account_ones.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:19 +0900 Started GET "/assets/eset_accounts.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:19 +0900 Started GET "/assets/estimates.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:19 +0900 Started GET "/assets/goods.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:19 +0900 Started GET "/assets/good_histories.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:19 +0900 Started GET "/assets/greps.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:19 +0900 Started GET "/assets/others.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:19 +0900 Started GET "/assets/pdfs.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:19 +0900 Started GET "/assets/pictures.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:19 +0900 Started GET "/assets/report_lists.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:19 +0900 Started GET "/assets/sessions.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:19 +0900 Started GET "/assets/static_pages.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:19 +0900 Started GET "/assets/reports.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:19 +0900 Started GET "/assets/transactions.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:19 +0900 Started GET "/assets/users.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:19 +0900 Started GET "/assets/warranties.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:19 +0900 Started GET "/assets/uploads.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:19 +0900 Started GET "/assets/opensans-light-webfont.woff" for 192.168.1.11 at 2016-12-27 10:40:19 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.woff"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.7ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (50.0ms) Started GET "/assets/opensans-light-webfont.ttf" for 192.168.1.11 at 2016-12-27 10:40:19 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.ttf"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.1ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (45.1ms) Started GET "/reports/2016-04-01/month" for 192.168.1.11 at 2016-12-27 10:40:29 +0900 Processing by ReportsController#report_list as HTML Parameters: {"start"=>"2016-04-01", "span"=>"month"} ReportList Load (0.2ms) SELECT "report_lists".* FROM "report_lists" ORDER BY year asc ReportList Load (0.1ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 2]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 3]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 5]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 6]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 7]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 8]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 9]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 10]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 11]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 12]]  (0.0ms) SELECT "report_lists"."id" FROM "report_lists" WHERE "report_lists"."year" = ? [["year", 2016]]  (0.0ms) SELECT "report_lists"."id" FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] Rendered shared/_header.html.erb (0.2ms) Report Load (0.2ms) SELECT "reports".* FROM "reports" WHERE "reports"."report_list_id" = 2 ORDER BY date DESC LIMIT 10 OFFSET 0 Customer Load (0.1ms) SELECT "customers".* FROM "customers" WHERE "customers"."id" = ? LIMIT 1 [["id", 15]] Rendered reports/report_list.html.erb within layouts/application (3.6ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.4ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 25ms (Views: 17.8ms | ActiveRecord: 1.0ms) Started GET "/assets/jquery.fileupload-ui.css?body=1" for 192.168.1.11 at 2016-12-27 10:40:29 +0900 Started GET "/assets/application.css?body=1" for 192.168.1.11 at 2016-12-27 10:40:29 +0900 Started GET "/assets/_custom.css?body=1" for 192.168.1.11 at 2016-12-27 10:40:29 +0900 Started GET "/assets/bootstrap_and_overrides.css?body=1" for 192.168.1.11 at 2016-12-27 10:40:29 +0900 Started GET "/assets/custom.css?body=1" for 192.168.1.11 at 2016-12-27 10:40:29 +0900 Started GET "/assets/estimates.css?body=1" for 192.168.1.11 at 2016-12-27 10:40:29 +0900 Started GET "/assets/eset_accounts.css?body=1" for 192.168.1.11 at 2016-12-27 10:40:29 +0900 Started GET "/assets/good_histories.css?body=1" for 192.168.1.11 at 2016-12-27 10:40:29 +0900 Started GET "/assets/eset_account_ones.css?body=1" for 192.168.1.11 at 2016-12-27 10:40:29 +0900 Started GET "/assets/contracts.css?body=1" for 192.168.1.11 at 2016-12-27 10:40:29 +0900 Started GET "/assets/greps.css?body=1" for 192.168.1.11 at 2016-12-27 10:40:29 +0900 Started GET "/assets/goods.css?body=1" for 192.168.1.11 at 2016-12-27 10:40:30 +0900 Started GET "/assets/pdfs.css?body=1" for 192.168.1.11 at 2016-12-27 10:40:30 +0900 Started GET "/assets/others.css?body=1" for 192.168.1.11 at 2016-12-27 10:40:30 +0900 Started GET "/assets/reports.css?body=1" for 192.168.1.11 at 2016-12-27 10:40:30 +0900 Started GET "/assets/pictures.css?body=1" for 192.168.1.11 at 2016-12-27 10:40:30 +0900 Started GET "/assets/scaffolds.css?body=1" for 192.168.1.11 at 2016-12-27 10:40:30 +0900 Started GET "/assets/report_lists.css?body=1" for 192.168.1.11 at 2016-12-27 10:40:30 +0900 Started GET "/assets/sessions.css?body=1" for 192.168.1.11 at 2016-12-27 10:40:30 +0900 Started GET "/assets/static_pages.css?body=1" for 192.168.1.11 at 2016-12-27 10:40:30 +0900 Started GET "/assets/transactions.css?body=1" for 192.168.1.11 at 2016-12-27 10:40:30 +0900 Started GET "/assets/uploads.css?body=1" for 192.168.1.11 at 2016-12-27 10:40:30 +0900 Started GET "/assets/users.css?body=1" for 192.168.1.11 at 2016-12-27 10:40:30 +0900 Started GET "/assets/jquery.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:30 +0900 Started GET "/assets/warranties.css?body=1" for 192.168.1.11 at 2016-12-27 10:40:30 +0900 Started GET "/assets/jquery_ujs.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:30 +0900 Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:30 +0900 Started GET "/assets/jquery-fileupload/vendor/tmpl.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:30 +0900 Started GET "/assets/jquery-fileupload/vendor/canvas-to-blob.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:30 +0900 Started GET "/assets/jquery-fileupload/vendor/load-image.all.min.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:30 +0900 Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:30 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:30 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-process.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:30 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-audio.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:30 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-video.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:30 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-image.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:30 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-ui.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:30 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-validate.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:30 +0900 Started GET "/assets/jquery-fileupload/locale.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:30 +0900 Started GET "/assets/jquery-fileupload/index.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:30 +0900 Started GET "/assets/turbolinks.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:30 +0900 Started GET "/assets/contracts.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:30 +0900 Started GET "/assets/application.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:30 +0900 Started GET "/assets/contents.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:30 +0900 Started GET "/assets/eset_account_ones.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:30 +0900 Started GET "/assets/customers.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:30 +0900 Started GET "/assets/estimates.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:30 +0900 Started GET "/assets/eset_accounts.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:30 +0900 Started GET "/assets/good_histories.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:30 +0900 Started GET "/assets/greps.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:30 +0900 Started GET "/assets/others.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:30 +0900 Started GET "/assets/goods.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:30 +0900 Started GET "/assets/pictures.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:30 +0900 Started GET "/assets/pdfs.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:30 +0900 Started GET "/assets/sessions.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:30 +0900 Started GET "/assets/report_lists.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:30 +0900 Started GET "/assets/reports.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:30 +0900 Started GET "/assets/uploads.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:30 +0900 Started GET "/assets/transactions.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:30 +0900 Started GET "/assets/static_pages.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:30 +0900 Started GET "/assets/users.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:30 +0900 Started GET "/assets/warranties.js?body=1" for 192.168.1.11 at 2016-12-27 10:40:30 +0900 Started GET "/assets/opensans-light-webfont.woff" for 192.168.1.11 at 2016-12-27 10:40:30 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.woff"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (46.1ms) Started GET "/assets/opensans-light-webfont.ttf" for 192.168.1.11 at 2016-12-27 10:40:30 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.ttf"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.7ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (43.9ms) Started GET "/reports/2016-04-01/month" for 192.168.1.11 at 2016-12-27 10:41:06 +0900 Processing by ReportsController#report_list as HTML Parameters: {"start"=>"2016-04-01", "span"=>"month"} ReportList Load (0.4ms) SELECT "report_lists".* FROM "report_lists" ORDER BY year asc ReportList Load (0.1ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] ReportList Load (0.1ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 2]] ReportList Load (0.1ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 3]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 5]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 6]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 7]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 8]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 9]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 10]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 11]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 12]]  (0.0ms) SELECT "report_lists"."id" FROM "report_lists" WHERE "report_lists"."year" = ? [["year", 2016]]  (0.1ms) SELECT "report_lists"."id" FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] Rendered shared/_header.html.erb (0.2ms) Report Load (0.2ms) SELECT "reports".* FROM "reports" WHERE "reports"."report_list_id" = 2 ORDER BY date DESC LIMIT 10 OFFSET 0 Customer Load (0.1ms) SELECT "customers".* FROM "customers" WHERE "customers"."id" = ? LIMIT 1 [["id", 15]] Rendered reports/report_list.html.erb within layouts/application (3.3ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.4ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 27ms (Views: 17.8ms | ActiveRecord: 1.4ms) Started GET "/assets/application.css?body=1" for 192.168.1.11 at 2016-12-27 10:41:06 +0900 Started GET "/assets/jquery.fileupload-ui.css?body=1" for 192.168.1.11 at 2016-12-27 10:41:06 +0900 Started GET "/assets/_custom.css?body=1" for 192.168.1.11 at 2016-12-27 10:41:06 +0900 Started GET "/assets/custom.css?body=1" for 192.168.1.11 at 2016-12-27 10:41:06 +0900 Started GET "/assets/bootstrap_and_overrides.css?body=1" for 192.168.1.11 at 2016-12-27 10:41:06 +0900 Started GET "/assets/contracts.css?body=1" for 192.168.1.11 at 2016-12-27 10:41:06 +0900 Started GET "/assets/eset_account_ones.css?body=1" for 192.168.1.11 at 2016-12-27 10:41:06 +0900 Started GET "/assets/estimates.css?body=1" for 192.168.1.11 at 2016-12-27 10:41:06 +0900 Started GET "/assets/eset_accounts.css?body=1" for 192.168.1.11 at 2016-12-27 10:41:06 +0900 Started GET "/assets/good_histories.css?body=1" for 192.168.1.11 at 2016-12-27 10:41:06 +0900 Started GET "/assets/goods.css?body=1" for 192.168.1.11 at 2016-12-27 10:41:06 +0900 Started GET "/assets/greps.css?body=1" for 192.168.1.11 at 2016-12-27 10:41:06 +0900 Started GET "/assets/pdfs.css?body=1" for 192.168.1.11 at 2016-12-27 10:41:06 +0900 Started GET "/assets/others.css?body=1" for 192.168.1.11 at 2016-12-27 10:41:06 +0900 Started GET "/assets/pictures.css?body=1" for 192.168.1.11 at 2016-12-27 10:41:06 +0900 Started GET "/assets/report_lists.css?body=1" for 192.168.1.11 at 2016-12-27 10:41:06 +0900 Started GET "/assets/reports.css?body=1" for 192.168.1.11 at 2016-12-27 10:41:06 +0900 Started GET "/assets/scaffolds.css?body=1" for 192.168.1.11 at 2016-12-27 10:41:06 +0900 Started GET "/assets/static_pages.css?body=1" for 192.168.1.11 at 2016-12-27 10:41:06 +0900 Started GET "/assets/sessions.css?body=1" for 192.168.1.11 at 2016-12-27 10:41:06 +0900 Started GET "/assets/uploads.css?body=1" for 192.168.1.11 at 2016-12-27 10:41:06 +0900 Started GET "/assets/transactions.css?body=1" for 192.168.1.11 at 2016-12-27 10:41:06 +0900 Started GET "/assets/users.css?body=1" for 192.168.1.11 at 2016-12-27 10:41:06 +0900 Started GET "/assets/warranties.css?body=1" for 192.168.1.11 at 2016-12-27 10:41:06 +0900 Started GET "/assets/jquery.js?body=1" for 192.168.1.11 at 2016-12-27 10:41:06 +0900 Started GET "/assets/jquery_ujs.js?body=1" for 192.168.1.11 at 2016-12-27 10:41:06 +0900 Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 192.168.1.11 at 2016-12-27 10:41:06 +0900 Started GET "/assets/jquery-fileupload/vendor/tmpl.js?body=1" for 192.168.1.11 at 2016-12-27 10:41:06 +0900 Started GET "/assets/jquery-fileupload/vendor/load-image.all.min.js?body=1" for 192.168.1.11 at 2016-12-27 10:41:06 +0900 Started GET "/assets/jquery-fileupload/vendor/canvas-to-blob.js?body=1" for 192.168.1.11 at 2016-12-27 10:41:06 +0900 Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 192.168.1.11 at 2016-12-27 10:41:06 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 192.168.1.11 at 2016-12-27 10:41:06 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-process.js?body=1" for 192.168.1.11 at 2016-12-27 10:41:06 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-image.js?body=1" for 192.168.1.11 at 2016-12-27 10:41:06 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-audio.js?body=1" for 192.168.1.11 at 2016-12-27 10:41:06 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-video.js?body=1" for 192.168.1.11 at 2016-12-27 10:41:06 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-ui.js?body=1" for 192.168.1.11 at 2016-12-27 10:41:06 +0900 Started GET "/assets/jquery-fileupload/locale.js?body=1" for 192.168.1.11 at 2016-12-27 10:41:06 +0900 Started GET "/assets/jquery-fileupload/index.js?body=1" for 192.168.1.11 at 2016-12-27 10:41:06 +0900 Started GET "/assets/turbolinks.js?body=1" for 192.168.1.11 at 2016-12-27 10:41:06 +0900 Started GET "/assets/application.js?body=1" for 192.168.1.11 at 2016-12-27 10:41:06 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-validate.js?body=1" for 192.168.1.11 at 2016-12-27 10:41:06 +0900 Started GET "/assets/contents.js?body=1" for 192.168.1.11 at 2016-12-27 10:41:06 +0900 Started GET "/assets/contracts.js?body=1" for 192.168.1.11 at 2016-12-27 10:41:06 +0900 Started GET "/assets/eset_account_ones.js?body=1" for 192.168.1.11 at 2016-12-27 10:41:06 +0900 Started GET "/assets/customers.js?body=1" for 192.168.1.11 at 2016-12-27 10:41:06 +0900 Started GET "/assets/eset_accounts.js?body=1" for 192.168.1.11 at 2016-12-27 10:41:06 +0900 Started GET "/assets/estimates.js?body=1" for 192.168.1.11 at 2016-12-27 10:41:06 +0900 Started GET "/assets/greps.js?body=1" for 192.168.1.11 at 2016-12-27 10:41:06 +0900 Started GET "/assets/good_histories.js?body=1" for 192.168.1.11 at 2016-12-27 10:41:06 +0900 Started GET "/assets/goods.js?body=1" for 192.168.1.11 at 2016-12-27 10:41:06 +0900 Started GET "/assets/others.js?body=1" for 192.168.1.11 at 2016-12-27 10:41:06 +0900 Started GET "/assets/pdfs.js?body=1" for 192.168.1.11 at 2016-12-27 10:41:06 +0900 Started GET "/assets/pictures.js?body=1" for 192.168.1.11 at 2016-12-27 10:41:06 +0900 Started GET "/assets/report_lists.js?body=1" for 192.168.1.11 at 2016-12-27 10:41:06 +0900 Started GET "/assets/reports.js?body=1" for 192.168.1.11 at 2016-12-27 10:41:06 +0900 Started GET "/assets/sessions.js?body=1" for 192.168.1.11 at 2016-12-27 10:41:06 +0900 Started GET "/assets/transactions.js?body=1" for 192.168.1.11 at 2016-12-27 10:41:06 +0900 Started GET "/assets/static_pages.js?body=1" for 192.168.1.11 at 2016-12-27 10:41:06 +0900 Started GET "/assets/warranties.js?body=1" for 192.168.1.11 at 2016-12-27 10:41:06 +0900 Started GET "/assets/users.js?body=1" for 192.168.1.11 at 2016-12-27 10:41:06 +0900 Started GET "/assets/uploads.js?body=1" for 192.168.1.11 at 2016-12-27 10:41:06 +0900 Started GET "/assets/opensans-light-webfont.woff" for 192.168.1.11 at 2016-12-27 10:41:06 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.woff"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.2ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (45.6ms) Started GET "/assets/opensans-light-webfont.ttf" for 192.168.1.11 at 2016-12-27 10:41:06 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.ttf"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (6.1ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.7ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (49.8ms) Started GET "/reports/2016-04-01/month" for 192.168.1.11 at 2016-12-27 10:42:35 +0900 Processing by ReportsController#report_list as HTML Parameters: {"start"=>"2016-04-01", "span"=>"month"} ReportList Load (0.2ms) SELECT "report_lists".* FROM "report_lists" ORDER BY year asc ReportList Load (0.1ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 2]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 3]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 5]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 6]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 7]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 8]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 9]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 10]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 11]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 12]]  (0.0ms) SELECT "report_lists"."id" FROM "report_lists" WHERE "report_lists"."year" = ? [["year", 2016]]  (0.0ms) SELECT "report_lists"."id" FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] Rendered shared/_header.html.erb (0.2ms) Report Load (0.2ms) SELECT "reports".* FROM "reports" WHERE "reports"."report_list_id" = 2 ORDER BY date DESC LIMIT 10 OFFSET 0 Customer Load (0.1ms) SELECT "customers".* FROM "customers" WHERE "customers"."id" = ? LIMIT 1 [["id", 15]] Rendered reports/report_list.html.erb within layouts/application (3.2ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.4ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 24ms (Views: 17.4ms | ActiveRecord: 1.0ms) Started GET "/assets/application.css?body=1" for 192.168.1.11 at 2016-12-27 10:42:35 +0900 Started GET "/assets/jquery.fileupload-ui.css?body=1" for 192.168.1.11 at 2016-12-27 10:42:35 +0900 Started GET "/assets/_custom.css?body=1" for 192.168.1.11 at 2016-12-27 10:42:35 +0900 Started GET "/assets/bootstrap_and_overrides.css?body=1" for 192.168.1.11 at 2016-12-27 10:42:35 +0900 Started GET "/assets/eset_accounts.css?body=1" for 192.168.1.11 at 2016-12-27 10:42:35 +0900 Started GET "/assets/custom.css?body=1" for 192.168.1.11 at 2016-12-27 10:42:35 +0900 Started GET "/assets/contracts.css?body=1" for 192.168.1.11 at 2016-12-27 10:42:35 +0900 Started GET "/assets/eset_account_ones.css?body=1" for 192.168.1.11 at 2016-12-27 10:42:35 +0900 Started GET "/assets/estimates.css?body=1" for 192.168.1.11 at 2016-12-27 10:42:35 +0900 Started GET "/assets/good_histories.css?body=1" for 192.168.1.11 at 2016-12-27 10:42:35 +0900 Started GET "/assets/goods.css?body=1" for 192.168.1.11 at 2016-12-27 10:42:35 +0900 Started GET "/assets/greps.css?body=1" for 192.168.1.11 at 2016-12-27 10:42:35 +0900 Started GET "/assets/others.css?body=1" for 192.168.1.11 at 2016-12-27 10:42:35 +0900 Started GET "/assets/pictures.css?body=1" for 192.168.1.11 at 2016-12-27 10:42:35 +0900 Started GET "/assets/report_lists.css?body=1" for 192.168.1.11 at 2016-12-27 10:42:35 +0900 Started GET "/assets/pdfs.css?body=1" for 192.168.1.11 at 2016-12-27 10:42:35 +0900 Started GET "/assets/reports.css?body=1" for 192.168.1.11 at 2016-12-27 10:42:35 +0900 Started GET "/assets/sessions.css?body=1" for 192.168.1.11 at 2016-12-27 10:42:35 +0900 Started GET "/assets/scaffolds.css?body=1" for 192.168.1.11 at 2016-12-27 10:42:35 +0900 Started GET "/assets/static_pages.css?body=1" for 192.168.1.11 at 2016-12-27 10:42:35 +0900 Started GET "/assets/transactions.css?body=1" for 192.168.1.11 at 2016-12-27 10:42:35 +0900 Started GET "/assets/users.css?body=1" for 192.168.1.11 at 2016-12-27 10:42:35 +0900 Started GET "/assets/uploads.css?body=1" for 192.168.1.11 at 2016-12-27 10:42:35 +0900 Started GET "/assets/warranties.css?body=1" for 192.168.1.11 at 2016-12-27 10:42:35 +0900 Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 192.168.1.11 at 2016-12-27 10:42:35 +0900 Started GET "/assets/jquery_ujs.js?body=1" for 192.168.1.11 at 2016-12-27 10:42:35 +0900 Started GET "/assets/jquery.js?body=1" for 192.168.1.11 at 2016-12-27 10:42:35 +0900 Started GET "/assets/jquery-fileupload/vendor/tmpl.js?body=1" for 192.168.1.11 at 2016-12-27 10:42:35 +0900 Started GET "/assets/jquery-fileupload/vendor/load-image.all.min.js?body=1" for 192.168.1.11 at 2016-12-27 10:42:35 +0900 Started GET "/assets/jquery-fileupload/vendor/canvas-to-blob.js?body=1" for 192.168.1.11 at 2016-12-27 10:42:35 +0900 Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 192.168.1.11 at 2016-12-27 10:42:35 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 192.168.1.11 at 2016-12-27 10:42:35 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-process.js?body=1" for 192.168.1.11 at 2016-12-27 10:42:35 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-image.js?body=1" for 192.168.1.11 at 2016-12-27 10:42:35 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-audio.js?body=1" for 192.168.1.11 at 2016-12-27 10:42:35 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-video.js?body=1" for 192.168.1.11 at 2016-12-27 10:42:36 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-ui.js?body=1" for 192.168.1.11 at 2016-12-27 10:42:36 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-validate.js?body=1" for 192.168.1.11 at 2016-12-27 10:42:36 +0900 Started GET "/assets/jquery-fileupload/index.js?body=1" for 192.168.1.11 at 2016-12-27 10:42:36 +0900 Started GET "/assets/turbolinks.js?body=1" for 192.168.1.11 at 2016-12-27 10:42:36 +0900 Started GET "/assets/jquery-fileupload/locale.js?body=1" for 192.168.1.11 at 2016-12-27 10:42:36 +0900 Started GET "/assets/application.js?body=1" for 192.168.1.11 at 2016-12-27 10:42:36 +0900 Started GET "/assets/contents.js?body=1" for 192.168.1.11 at 2016-12-27 10:42:36 +0900 Started GET "/assets/contracts.js?body=1" for 192.168.1.11 at 2016-12-27 10:42:36 +0900 Started GET "/assets/eset_accounts.js?body=1" for 192.168.1.11 at 2016-12-27 10:42:36 +0900 Started GET "/assets/customers.js?body=1" for 192.168.1.11 at 2016-12-27 10:42:36 +0900 Started GET "/assets/eset_account_ones.js?body=1" for 192.168.1.11 at 2016-12-27 10:42:36 +0900 Started GET "/assets/estimates.js?body=1" for 192.168.1.11 at 2016-12-27 10:42:36 +0900 Started GET "/assets/good_histories.js?body=1" for 192.168.1.11 at 2016-12-27 10:42:36 +0900 Started GET "/assets/goods.js?body=1" for 192.168.1.11 at 2016-12-27 10:42:36 +0900 Started GET "/assets/others.js?body=1" for 192.168.1.11 at 2016-12-27 10:42:36 +0900 Started GET "/assets/greps.js?body=1" for 192.168.1.11 at 2016-12-27 10:42:36 +0900 Started GET "/assets/pdfs.js?body=1" for 192.168.1.11 at 2016-12-27 10:42:36 +0900 Started GET "/assets/pictures.js?body=1" for 192.168.1.11 at 2016-12-27 10:42:36 +0900 Started GET "/assets/reports.js?body=1" for 192.168.1.11 at 2016-12-27 10:42:36 +0900 Started GET "/assets/sessions.js?body=1" for 192.168.1.11 at 2016-12-27 10:42:36 +0900 Started GET "/assets/static_pages.js?body=1" for 192.168.1.11 at 2016-12-27 10:42:36 +0900 Started GET "/assets/report_lists.js?body=1" for 192.168.1.11 at 2016-12-27 10:42:36 +0900 Started GET "/assets/transactions.js?body=1" for 192.168.1.11 at 2016-12-27 10:42:36 +0900 Started GET "/assets/uploads.js?body=1" for 192.168.1.11 at 2016-12-27 10:42:36 +0900 Started GET "/assets/warranties.js?body=1" for 192.168.1.11 at 2016-12-27 10:42:36 +0900 Started GET "/assets/users.js?body=1" for 192.168.1.11 at 2016-12-27 10:42:36 +0900 Started GET "/assets/opensans-light-webfont.woff" for 192.168.1.11 at 2016-12-27 10:42:36 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.woff"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.7ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (44.5ms) Started GET "/assets/opensans-light-webfont.ttf" for 192.168.1.11 at 2016-12-27 10:42:36 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.ttf"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.8ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (46.6ms) Started GET "/reports/2016-04-01/month" for 192.168.1.11 at 2016-12-27 10:43:07 +0900 Processing by ReportsController#report_list as HTML Parameters: {"start"=>"2016-04-01", "span"=>"month"} ReportList Load (0.2ms) SELECT "report_lists".* FROM "report_lists" ORDER BY year asc ReportList Load (0.1ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 2]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 3]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 5]] ReportList Load (0.1ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 6]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 7]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 8]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 9]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 10]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 11]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 12]]  (0.0ms) SELECT "report_lists"."id" FROM "report_lists" WHERE "report_lists"."year" = ? [["year", 2016]]  (0.0ms) SELECT "report_lists"."id" FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] Rendered shared/_header.html.erb (0.2ms) Report Load (0.2ms) SELECT "reports".* FROM "reports" WHERE "reports"."report_list_id" = 2 ORDER BY date DESC LIMIT 10 OFFSET 0 Customer Load (0.1ms) SELECT "customers".* FROM "customers" WHERE "customers"."id" = ? LIMIT 1 [["id", 15]] Rendered reports/report_list.html.erb within layouts/application (3.3ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.4ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 25ms (Views: 17.9ms | ActiveRecord: 1.0ms) Started GET "/assets/application.css?body=1" for 192.168.1.11 at 2016-12-27 10:43:07 +0900 Started GET "/assets/jquery.fileupload-ui.css?body=1" for 192.168.1.11 at 2016-12-27 10:43:07 +0900 Started GET "/assets/eset_account_ones.css?body=1" for 192.168.1.11 at 2016-12-27 10:43:07 +0900 Started GET "/assets/bootstrap_and_overrides.css?body=1" for 192.168.1.11 at 2016-12-27 10:43:07 +0900 Started GET "/assets/custom.css?body=1" for 192.168.1.11 at 2016-12-27 10:43:07 +0900 Started GET "/assets/_custom.css?body=1" for 192.168.1.11 at 2016-12-27 10:43:07 +0900 Started GET "/assets/contracts.css?body=1" for 192.168.1.11 at 2016-12-27 10:43:07 +0900 Started GET "/assets/eset_accounts.css?body=1" for 192.168.1.11 at 2016-12-27 10:43:07 +0900 Started GET "/assets/good_histories.css?body=1" for 192.168.1.11 at 2016-12-27 10:43:07 +0900 Started GET "/assets/estimates.css?body=1" for 192.168.1.11 at 2016-12-27 10:43:07 +0900 Started GET "/assets/goods.css?body=1" for 192.168.1.11 at 2016-12-27 10:43:07 +0900 Started GET "/assets/greps.css?body=1" for 192.168.1.11 at 2016-12-27 10:43:07 +0900 Started GET "/assets/pdfs.css?body=1" for 192.168.1.11 at 2016-12-27 10:43:07 +0900 Started GET "/assets/others.css?body=1" for 192.168.1.11 at 2016-12-27 10:43:07 +0900 Started GET "/assets/pictures.css?body=1" for 192.168.1.11 at 2016-12-27 10:43:07 +0900 Started GET "/assets/reports.css?body=1" for 192.168.1.11 at 2016-12-27 10:43:07 +0900 Started GET "/assets/report_lists.css?body=1" for 192.168.1.11 at 2016-12-27 10:43:07 +0900 Started GET "/assets/scaffolds.css?body=1" for 192.168.1.11 at 2016-12-27 10:43:07 +0900 Started GET "/assets/sessions.css?body=1" for 192.168.1.11 at 2016-12-27 10:43:07 +0900 Started GET "/assets/static_pages.css?body=1" for 192.168.1.11 at 2016-12-27 10:43:07 +0900 Started GET "/assets/transactions.css?body=1" for 192.168.1.11 at 2016-12-27 10:43:07 +0900 Started GET "/assets/uploads.css?body=1" for 192.168.1.11 at 2016-12-27 10:43:07 +0900 Started GET "/assets/users.css?body=1" for 192.168.1.11 at 2016-12-27 10:43:07 +0900 Started GET "/assets/warranties.css?body=1" for 192.168.1.11 at 2016-12-27 10:43:07 +0900 Started GET "/assets/jquery.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:07 +0900 Started GET "/assets/jquery-fileupload/vendor/tmpl.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:07 +0900 Started GET "/assets/jquery_ujs.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:07 +0900 Started GET "/assets/jquery-fileupload/vendor/load-image.all.min.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:07 +0900 Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:07 +0900 Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:07 +0900 Started GET "/assets/jquery-fileupload/vendor/canvas-to-blob.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:07 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:07 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-process.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:07 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-image.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:07 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-audio.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:07 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-video.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:07 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-validate.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:07 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-ui.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:07 +0900 Started GET "/assets/turbolinks.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:07 +0900 Started GET "/assets/jquery-fileupload/locale.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:07 +0900 Started GET "/assets/jquery-fileupload/index.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:07 +0900 Started GET "/assets/contents.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:07 +0900 Started GET "/assets/contracts.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:07 +0900 Started GET "/assets/application.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:07 +0900 Started GET "/assets/customers.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:07 +0900 Started GET "/assets/eset_account_ones.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:07 +0900 Started GET "/assets/estimates.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:07 +0900 Started GET "/assets/eset_accounts.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:07 +0900 Started GET "/assets/good_histories.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:07 +0900 Started GET "/assets/goods.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:07 +0900 Started GET "/assets/greps.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:07 +0900 Started GET "/assets/others.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:07 +0900 Started GET "/assets/pictures.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:07 +0900 Started GET "/assets/report_lists.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:07 +0900 Started GET "/assets/pdfs.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:07 +0900 Started GET "/assets/reports.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:07 +0900 Started GET "/assets/sessions.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:07 +0900 Started GET "/assets/static_pages.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:07 +0900 Started GET "/assets/uploads.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:07 +0900 Started GET "/assets/transactions.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:07 +0900 Started GET "/assets/users.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:07 +0900 Started GET "/assets/warranties.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:07 +0900 Started GET "/assets/opensans-light-webfont.woff" for 192.168.1.11 at 2016-12-27 10:43:07 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.woff"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (46.2ms) Started GET "/assets/opensans-light-webfont.ttf" for 192.168.1.11 at 2016-12-27 10:43:07 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.ttf"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.3ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (46.8ms) Started GET "/reports/2016-04-01/month" for 192.168.1.11 at 2016-12-27 10:43:17 +0900 Processing by ReportsController#report_list as HTML Parameters: {"start"=>"2016-04-01", "span"=>"month"} ReportList Load (0.2ms) SELECT "report_lists".* FROM "report_lists" ORDER BY year asc ReportList Load (0.1ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 2]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 3]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 5]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 6]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 7]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 8]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 9]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 10]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 11]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 12]]  (0.0ms) SELECT "report_lists"."id" FROM "report_lists" WHERE "report_lists"."year" = ? [["year", 2016]]  (0.0ms) SELECT "report_lists"."id" FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] Rendered shared/_header.html.erb (0.2ms) Report Load (0.2ms) SELECT "reports".* FROM "reports" WHERE "reports"."report_list_id" = 2 ORDER BY date DESC LIMIT 10 OFFSET 0 Customer Load (0.1ms) SELECT "customers".* FROM "customers" WHERE "customers"."id" = ? LIMIT 1 [["id", 15]] Rendered reports/report_list.html.erb within layouts/application (3.4ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.4ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 24ms (Views: 17.6ms | ActiveRecord: 1.1ms) Started GET "/assets/application.css?body=1" for 192.168.1.11 at 2016-12-27 10:43:17 +0900 Started GET "/assets/jquery.fileupload-ui.css?body=1" for 192.168.1.11 at 2016-12-27 10:43:17 +0900 Started GET "/assets/_custom.css?body=1" for 192.168.1.11 at 2016-12-27 10:43:17 +0900 Started GET "/assets/bootstrap_and_overrides.css?body=1" for 192.168.1.11 at 2016-12-27 10:43:17 +0900 Started GET "/assets/eset_accounts.css?body=1" for 192.168.1.11 at 2016-12-27 10:43:17 +0900 Started GET "/assets/contracts.css?body=1" for 192.168.1.11 at 2016-12-27 10:43:17 +0900 Started GET "/assets/eset_account_ones.css?body=1" for 192.168.1.11 at 2016-12-27 10:43:17 +0900 Started GET "/assets/estimates.css?body=1" for 192.168.1.11 at 2016-12-27 10:43:17 +0900 Started GET "/assets/custom.css?body=1" for 192.168.1.11 at 2016-12-27 10:43:17 +0900 Started GET "/assets/good_histories.css?body=1" for 192.168.1.11 at 2016-12-27 10:43:17 +0900 Started GET "/assets/goods.css?body=1" for 192.168.1.11 at 2016-12-27 10:43:17 +0900 Started GET "/assets/greps.css?body=1" for 192.168.1.11 at 2016-12-27 10:43:17 +0900 Started GET "/assets/others.css?body=1" for 192.168.1.11 at 2016-12-27 10:43:17 +0900 Started GET "/assets/pictures.css?body=1" for 192.168.1.11 at 2016-12-27 10:43:17 +0900 Started GET "/assets/pdfs.css?body=1" for 192.168.1.11 at 2016-12-27 10:43:17 +0900 Started GET "/assets/report_lists.css?body=1" for 192.168.1.11 at 2016-12-27 10:43:17 +0900 Started GET "/assets/reports.css?body=1" for 192.168.1.11 at 2016-12-27 10:43:17 +0900 Started GET "/assets/scaffolds.css?body=1" for 192.168.1.11 at 2016-12-27 10:43:17 +0900 Started GET "/assets/sessions.css?body=1" for 192.168.1.11 at 2016-12-27 10:43:17 +0900 Started GET "/assets/transactions.css?body=1" for 192.168.1.11 at 2016-12-27 10:43:17 +0900 Started GET "/assets/users.css?body=1" for 192.168.1.11 at 2016-12-27 10:43:17 +0900 Started GET "/assets/static_pages.css?body=1" for 192.168.1.11 at 2016-12-27 10:43:17 +0900 Started GET "/assets/uploads.css?body=1" for 192.168.1.11 at 2016-12-27 10:43:17 +0900 Started GET "/assets/jquery.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:17 +0900 Started GET "/assets/warranties.css?body=1" for 192.168.1.11 at 2016-12-27 10:43:17 +0900 Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:17 +0900 Started GET "/assets/jquery-fileupload/vendor/tmpl.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:17 +0900 Started GET "/assets/jquery_ujs.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:17 +0900 Started GET "/assets/jquery-fileupload/vendor/canvas-to-blob.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:17 +0900 Started GET "/assets/jquery-fileupload/vendor/load-image.all.min.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:17 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:17 +0900 Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:17 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-process.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:17 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-image.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:17 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-audio.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:17 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-video.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:17 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-validate.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:17 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-ui.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:17 +0900 Started GET "/assets/jquery-fileupload/locale.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:17 +0900 Started GET "/assets/jquery-fileupload/index.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:17 +0900 Started GET "/assets/application.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:17 +0900 Started GET "/assets/turbolinks.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:17 +0900 Started GET "/assets/contracts.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:17 +0900 Started GET "/assets/contents.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:17 +0900 Started GET "/assets/customers.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:17 +0900 Started GET "/assets/eset_account_ones.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:17 +0900 Started GET "/assets/good_histories.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:17 +0900 Started GET "/assets/eset_accounts.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:17 +0900 Started GET "/assets/estimates.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:17 +0900 Started GET "/assets/goods.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:17 +0900 Started GET "/assets/greps.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:17 +0900 Started GET "/assets/pdfs.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:17 +0900 Started GET "/assets/others.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:17 +0900 Started GET "/assets/report_lists.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:17 +0900 Started GET "/assets/pictures.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:17 +0900 Started GET "/assets/sessions.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:17 +0900 Started GET "/assets/reports.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:17 +0900 Started GET "/assets/static_pages.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:17 +0900 Started GET "/assets/uploads.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:17 +0900 Started GET "/assets/transactions.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:17 +0900 Started GET "/assets/warranties.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:17 +0900 Started GET "/assets/users.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:17 +0900 Started GET "/assets/opensans-light-webfont.woff" for 192.168.1.11 at 2016-12-27 10:43:17 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.woff"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.7ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (45.2ms) Started GET "/assets/opensans-light-webfont.ttf" for 192.168.1.11 at 2016-12-27 10:43:17 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.ttf"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.4ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.3ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (46.5ms) Started GET "/reports/2016-04-01/month" for 192.168.1.11 at 2016-12-27 10:43:43 +0900 Processing by ReportsController#report_list as HTML Parameters: {"start"=>"2016-04-01", "span"=>"month"} ReportList Load (0.5ms) SELECT "report_lists".* FROM "report_lists" ORDER BY year asc ReportList Load (0.1ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 2]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 3]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 5]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 6]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 7]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 8]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 9]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 10]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 11]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 12]]  (0.0ms) SELECT "report_lists"."id" FROM "report_lists" WHERE "report_lists"."year" = ? [["year", 2016]]  (0.0ms) SELECT "report_lists"."id" FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] Rendered shared/_header.html.erb (0.2ms) Report Load (0.2ms) SELECT "reports".* FROM "reports" WHERE "reports"."report_list_id" = 2 ORDER BY date DESC LIMIT 10 OFFSET 0 Customer Load (0.1ms) SELECT "customers".* FROM "customers" WHERE "customers"."id" = ? LIMIT 1 [["id", 15]] Rendered reports/report_list.html.erb within layouts/application (3.2ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.4ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 25ms (Views: 17.3ms | ActiveRecord: 1.3ms) Started GET "/assets/application.css?body=1" for 192.168.1.11 at 2016-12-27 10:43:43 +0900 Started GET "/assets/jquery.fileupload-ui.css?body=1" for 192.168.1.11 at 2016-12-27 10:43:43 +0900 Started GET "/assets/_custom.css?body=1" for 192.168.1.11 at 2016-12-27 10:43:43 +0900 Started GET "/assets/bootstrap_and_overrides.css?body=1" for 192.168.1.11 at 2016-12-27 10:43:43 +0900 Started GET "/assets/contracts.css?body=1" for 192.168.1.11 at 2016-12-27 10:43:43 +0900 Started GET "/assets/eset_accounts.css?body=1" for 192.168.1.11 at 2016-12-27 10:43:43 +0900 Started GET "/assets/eset_account_ones.css?body=1" for 192.168.1.11 at 2016-12-27 10:43:43 +0900 Started GET "/assets/custom.css?body=1" for 192.168.1.11 at 2016-12-27 10:43:43 +0900 Started GET "/assets/estimates.css?body=1" for 192.168.1.11 at 2016-12-27 10:43:43 +0900 Started GET "/assets/good_histories.css?body=1" for 192.168.1.11 at 2016-12-27 10:43:43 +0900 Started GET "/assets/greps.css?body=1" for 192.168.1.11 at 2016-12-27 10:43:43 +0900 Started GET "/assets/goods.css?body=1" for 192.168.1.11 at 2016-12-27 10:43:43 +0900 Started GET "/assets/others.css?body=1" for 192.168.1.11 at 2016-12-27 10:43:43 +0900 Started GET "/assets/pdfs.css?body=1" for 192.168.1.11 at 2016-12-27 10:43:43 +0900 Started GET "/assets/report_lists.css?body=1" for 192.168.1.11 at 2016-12-27 10:43:43 +0900 Started GET "/assets/pictures.css?body=1" for 192.168.1.11 at 2016-12-27 10:43:43 +0900 Started GET "/assets/reports.css?body=1" for 192.168.1.11 at 2016-12-27 10:43:43 +0900 Started GET "/assets/scaffolds.css?body=1" for 192.168.1.11 at 2016-12-27 10:43:43 +0900 Started GET "/assets/static_pages.css?body=1" for 192.168.1.11 at 2016-12-27 10:43:43 +0900 Started GET "/assets/transactions.css?body=1" for 192.168.1.11 at 2016-12-27 10:43:43 +0900 Started GET "/assets/sessions.css?body=1" for 192.168.1.11 at 2016-12-27 10:43:43 +0900 Started GET "/assets/uploads.css?body=1" for 192.168.1.11 at 2016-12-27 10:43:43 +0900 Started GET "/assets/users.css?body=1" for 192.168.1.11 at 2016-12-27 10:43:43 +0900 Started GET "/assets/jquery.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:43 +0900 Started GET "/assets/warranties.css?body=1" for 192.168.1.11 at 2016-12-27 10:43:43 +0900 Started GET "/assets/jquery_ujs.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:43 +0900 Started GET "/assets/jquery-fileupload/vendor/tmpl.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:43 +0900 Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:44 +0900 Started GET "/assets/jquery-fileupload/vendor/load-image.all.min.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:44 +0900 Started GET "/assets/jquery-fileupload/vendor/canvas-to-blob.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:44 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:44 +0900 Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:44 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-image.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:44 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-process.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:44 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-video.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:44 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-audio.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:44 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-ui.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:44 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-validate.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:44 +0900 Started GET "/assets/jquery-fileupload/locale.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:44 +0900 Started GET "/assets/turbolinks.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:44 +0900 Started GET "/assets/jquery-fileupload/index.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:44 +0900 Started GET "/assets/application.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:44 +0900 Started GET "/assets/contents.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:44 +0900 Started GET "/assets/contracts.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:44 +0900 Started GET "/assets/eset_accounts.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:44 +0900 Started GET "/assets/customers.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:44 +0900 Started GET "/assets/eset_account_ones.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:44 +0900 Started GET "/assets/estimates.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:44 +0900 Started GET "/assets/good_histories.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:44 +0900 Started GET "/assets/greps.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:44 +0900 Started GET "/assets/goods.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:44 +0900 Started GET "/assets/report_lists.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:44 +0900 Started GET "/assets/others.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:44 +0900 Started GET "/assets/pdfs.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:44 +0900 Started GET "/assets/reports.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:44 +0900 Started GET "/assets/sessions.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:44 +0900 Started GET "/assets/pictures.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:44 +0900 Started GET "/assets/static_pages.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:44 +0900 Started GET "/assets/transactions.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:44 +0900 Started GET "/assets/uploads.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:44 +0900 Started GET "/assets/users.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:44 +0900 Started GET "/assets/warranties.js?body=1" for 192.168.1.11 at 2016-12-27 10:43:44 +0900 Started GET "/assets/opensans-light-webfont.woff" for 192.168.1.11 at 2016-12-27 10:43:44 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.woff"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.7ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (44.4ms) Started GET "/assets/opensans-light-webfont.ttf" for 192.168.1.11 at 2016-12-27 10:43:44 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.ttf"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (45.5ms) Started GET "/reports/2016-04-01/month" for 192.168.1.11 at 2016-12-27 10:44:08 +0900 Processing by ReportsController#report_list as HTML Parameters: {"start"=>"2016-04-01", "span"=>"month"} ReportList Load (0.4ms) SELECT "report_lists".* FROM "report_lists" ORDER BY year asc ReportList Load (0.2ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] ReportList Load (0.1ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 2]] ReportList Load (0.1ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 3]] ReportList Load (0.1ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] ReportList Load (0.1ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 5]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 6]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 7]] ReportList Load (0.1ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 8]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 9]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 10]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 11]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 12]]  (0.0ms) SELECT "report_lists"."id" FROM "report_lists" WHERE "report_lists"."year" = ? [["year", 2016]]  (0.0ms) SELECT "report_lists"."id" FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] Rendered shared/_header.html.erb (0.3ms) Report Load (0.2ms) SELECT "reports".* FROM "reports" WHERE "reports"."report_list_id" = 2 ORDER BY date DESC LIMIT 10 OFFSET 0 Customer Load (0.1ms) SELECT "customers".* FROM "customers" WHERE "customers"."id" = ? LIMIT 1 [["id", 15]] Rendered reports/report_list.html.erb within layouts/application (4.0ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.4ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 29ms (Views: 19.1ms | ActiveRecord: 1.5ms) Started GET "/assets/_custom.css?body=1" for 192.168.1.11 at 2016-12-27 10:44:08 +0900 Started GET "/assets/jquery.fileupload-ui.css?body=1" for 192.168.1.11 at 2016-12-27 10:44:08 +0900 Started GET "/assets/bootstrap_and_overrides.css?body=1" for 192.168.1.11 at 2016-12-27 10:44:08 +0900 Started GET "/assets/application.css?body=1" for 192.168.1.11 at 2016-12-27 10:44:08 +0900 Started GET "/assets/contracts.css?body=1" for 192.168.1.11 at 2016-12-27 10:44:08 +0900 Started GET "/assets/eset_accounts.css?body=1" for 192.168.1.11 at 2016-12-27 10:44:08 +0900 Started GET "/assets/estimates.css?body=1" for 192.168.1.11 at 2016-12-27 10:44:08 +0900 Started GET "/assets/custom.css?body=1" for 192.168.1.11 at 2016-12-27 10:44:08 +0900 Started GET "/assets/eset_account_ones.css?body=1" for 192.168.1.11 at 2016-12-27 10:44:08 +0900 Started GET "/assets/good_histories.css?body=1" for 192.168.1.11 at 2016-12-27 10:44:08 +0900 Started GET "/assets/greps.css?body=1" for 192.168.1.11 at 2016-12-27 10:44:08 +0900 Started GET "/assets/pdfs.css?body=1" for 192.168.1.11 at 2016-12-27 10:44:08 +0900 Started GET "/assets/goods.css?body=1" for 192.168.1.11 at 2016-12-27 10:44:08 +0900 Started GET "/assets/others.css?body=1" for 192.168.1.11 at 2016-12-27 10:44:08 +0900 Started GET "/assets/pictures.css?body=1" for 192.168.1.11 at 2016-12-27 10:44:08 +0900 Started GET "/assets/report_lists.css?body=1" for 192.168.1.11 at 2016-12-27 10:44:08 +0900 Started GET "/assets/scaffolds.css?body=1" for 192.168.1.11 at 2016-12-27 10:44:08 +0900 Started GET "/assets/reports.css?body=1" for 192.168.1.11 at 2016-12-27 10:44:08 +0900 Started GET "/assets/sessions.css?body=1" for 192.168.1.11 at 2016-12-27 10:44:08 +0900 Started GET "/assets/static_pages.css?body=1" for 192.168.1.11 at 2016-12-27 10:44:08 +0900 Started GET "/assets/uploads.css?body=1" for 192.168.1.11 at 2016-12-27 10:44:08 +0900 Started GET "/assets/transactions.css?body=1" for 192.168.1.11 at 2016-12-27 10:44:08 +0900 Started GET "/assets/warranties.css?body=1" for 192.168.1.11 at 2016-12-27 10:44:08 +0900 Started GET "/assets/users.css?body=1" for 192.168.1.11 at 2016-12-27 10:44:08 +0900 Started GET "/assets/jquery.js?body=1" for 192.168.1.11 at 2016-12-27 10:44:08 +0900 Started GET "/assets/jquery_ujs.js?body=1" for 192.168.1.11 at 2016-12-27 10:44:08 +0900 Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 192.168.1.11 at 2016-12-27 10:44:08 +0900 Started GET "/assets/jquery-fileupload/vendor/tmpl.js?body=1" for 192.168.1.11 at 2016-12-27 10:44:08 +0900 Started GET "/assets/jquery-fileupload/vendor/canvas-to-blob.js?body=1" for 192.168.1.11 at 2016-12-27 10:44:08 +0900 Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 192.168.1.11 at 2016-12-27 10:44:08 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 192.168.1.11 at 2016-12-27 10:44:08 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-process.js?body=1" for 192.168.1.11 at 2016-12-27 10:44:08 +0900 Started GET "/assets/jquery-fileupload/vendor/load-image.all.min.js?body=1" for 192.168.1.11 at 2016-12-27 10:44:08 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-video.js?body=1" for 192.168.1.11 at 2016-12-27 10:44:08 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-image.js?body=1" for 192.168.1.11 at 2016-12-27 10:44:08 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-audio.js?body=1" for 192.168.1.11 at 2016-12-27 10:44:08 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-validate.js?body=1" for 192.168.1.11 at 2016-12-27 10:44:08 +0900 Started GET "/assets/jquery-fileupload/locale.js?body=1" for 192.168.1.11 at 2016-12-27 10:44:08 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-ui.js?body=1" for 192.168.1.11 at 2016-12-27 10:44:08 +0900 Started GET "/assets/jquery-fileupload/index.js?body=1" for 192.168.1.11 at 2016-12-27 10:44:08 +0900 Started GET "/assets/turbolinks.js?body=1" for 192.168.1.11 at 2016-12-27 10:44:08 +0900 Started GET "/assets/application.js?body=1" for 192.168.1.11 at 2016-12-27 10:44:08 +0900 Started GET "/assets/contracts.js?body=1" for 192.168.1.11 at 2016-12-27 10:44:08 +0900 Started GET "/assets/contents.js?body=1" for 192.168.1.11 at 2016-12-27 10:44:08 +0900 Started GET "/assets/customers.js?body=1" for 192.168.1.11 at 2016-12-27 10:44:08 +0900 Started GET "/assets/eset_account_ones.js?body=1" for 192.168.1.11 at 2016-12-27 10:44:08 +0900 Started GET "/assets/eset_accounts.js?body=1" for 192.168.1.11 at 2016-12-27 10:44:08 +0900 Started GET "/assets/good_histories.js?body=1" for 192.168.1.11 at 2016-12-27 10:44:08 +0900 Started GET "/assets/estimates.js?body=1" for 192.168.1.11 at 2016-12-27 10:44:08 +0900 Started GET "/assets/goods.js?body=1" for 192.168.1.11 at 2016-12-27 10:44:08 +0900 Started GET "/assets/others.js?body=1" for 192.168.1.11 at 2016-12-27 10:44:08 +0900 Started GET "/assets/report_lists.js?body=1" for 192.168.1.11 at 2016-12-27 10:44:08 +0900 Started GET "/assets/pictures.js?body=1" for 192.168.1.11 at 2016-12-27 10:44:08 +0900 Started GET "/assets/greps.js?body=1" for 192.168.1.11 at 2016-12-27 10:44:08 +0900 Started GET "/assets/reports.js?body=1" for 192.168.1.11 at 2016-12-27 10:44:08 +0900 Started GET "/assets/pdfs.js?body=1" for 192.168.1.11 at 2016-12-27 10:44:08 +0900 Started GET "/assets/sessions.js?body=1" for 192.168.1.11 at 2016-12-27 10:44:08 +0900 Started GET "/assets/static_pages.js?body=1" for 192.168.1.11 at 2016-12-27 10:44:08 +0900 Started GET "/assets/transactions.js?body=1" for 192.168.1.11 at 2016-12-27 10:44:08 +0900 Started GET "/assets/uploads.js?body=1" for 192.168.1.11 at 2016-12-27 10:44:08 +0900 Started GET "/assets/users.js?body=1" for 192.168.1.11 at 2016-12-27 10:44:08 +0900 Started GET "/assets/warranties.js?body=1" for 192.168.1.11 at 2016-12-27 10:44:08 +0900 Started GET "/assets/opensans-light-webfont.woff" for 192.168.1.11 at 2016-12-27 10:44:08 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.woff"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (10.3ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (51.5ms) Started GET "/assets/opensans-light-webfont.ttf" for 192.168.1.11 at 2016-12-27 10:44:08 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.ttf"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.8ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (45.3ms) Started GET "/" for 192.168.1.11 at 2016-12-27 10:52:15 +0900 Processing by StaticPagesController#home as HTML Rendered shared/_header.html.erb (0.1ms) Rendered static_pages/home.html.erb within layouts/application (1.2ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.5ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 19ms (Views: 18.6ms | ActiveRecord: 0.1ms) Started GET "/grep_show/%20" for 192.168.1.11 at 2016-12-27 10:52:16 +0900 Processing by CustomersController#grep_show as HTML Parameters: {"key"=>" "}  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'ア%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'カ%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'サ%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'タ%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'ナ%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'ハ%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'マ%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'ヤ%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'ラ%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'ワ%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'イ%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'キ%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'シ%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'チ%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'ニ%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'ヒ%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'ミ%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like '--%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'リ%') CACHE (0.0ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like '--%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'ウ%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'ク%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'ス%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'ツ%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'ヌ%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'フ%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'ム%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'ユ%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'ル%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'ヲ%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'エ%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'ケ%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'セ%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'テ%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'ネ%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'ヘ%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'メ%') CACHE (0.0ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like '--%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'レ%') CACHE (0.0ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like '--%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'オ%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'コ%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'ソ%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'ト%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'ノ%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'ホ%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'モ%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'ヨ%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'ロ%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'ン%')  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "greps" ("key", "address", "phone", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["key", ""], ["address", ""], ["phone", ""], ["created_at", "2016-12-27 01:52:16.528908"], ["updated_at", "2016-12-27 01:52:16.528908"]]  (134.3ms) commit transaction Rendered shared/_header.html.erb (0.2ms) Customer Load (0.3ms) SELECT "customers".* FROM "customers" WHERE (hurikana like '%') ORDER BY "customers"."hurikana" ASC LIMIT 10 OFFSET 0 Rendered customers/_grep_form.erb (3.2ms) Rendered customers/grep_show.html.erb within layouts/application (6.2ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.6ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 185ms (Views: 24.9ms | ActiveRecord: 138.1ms) Started GET "/customers/1" for 192.168.1.11 at 2016-12-27 10:52:18 +0900 Processing by CustomersController#show as HTML Parameters: {"id"=>"1"} Customer Load (0.1ms) SELECT "customers".* FROM "customers" WHERE "customers"."id" = ? LIMIT 1 [["id", 1]] Rendered shared/_header.html.erb (0.3ms) Rendered customers/_sidebar.html.erb (0.6ms) Rendered customers/_title.html.erb (0.0ms) Rendered customers/show.html.erb within layouts/application (3.2ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.4ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 19ms (Views: 18.0ms | ActiveRecord: 0.2ms) Started GET "/customers/1/report_show" for 192.168.1.11 at 2016-12-27 10:52:19 +0900 Processing by CustomersController#report_show as HTML Parameters: {"id"=>"1"} Customer Load (0.1ms) SELECT "customers".* FROM "customers" WHERE "customers"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "reports" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2016-12-27 01:52:20.002790"], ["updated_at", "2016-12-27 01:52:20.002790"]]  (136.0ms) commit transaction Rendered shared/_header.html.erb (0.3ms) Rendered customers/_sidebar.html.erb (0.7ms) Rendered customers/_title.html.erb (0.0ms) Report Load (0.2ms) SELECT "reports".* FROM "reports" WHERE "reports"."customer_id" = ? ORDER BY date desc [["customer_id", 1]] Content Load (0.2ms) SELECT "contents".* FROM "contents" WHERE "contents"."report_id" = ? [["report_id", 83]] Content Load (0.1ms) SELECT "contents".* FROM "contents" WHERE "contents"."report_id" = ? [["report_id", 58]] Content Load (0.1ms) SELECT "contents".* FROM "contents" WHERE "contents"."report_id" = ? [["report_id", 74]] Rendered customers/report_show.html.erb within layouts/application (15.1ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.5ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 170ms (Views: 29.7ms | ActiveRecord: 137.2ms) Started GET "/customers/1" for 192.168.1.11 at 2016-12-27 10:54:41 +0900 Processing by CustomersController#show as HTML Parameters: {"id"=>"1"} Customer Load (0.1ms) SELECT "customers".* FROM "customers" WHERE "customers"."id" = ? LIMIT 1 [["id", 1]] Rendered shared/_header.html.erb (0.3ms) Rendered customers/_sidebar.html.erb (0.6ms) Rendered customers/_title.html.erb (0.0ms) Rendered customers/show.html.erb within layouts/application (2.4ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.4ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 19ms (Views: 18.2ms | ActiveRecord: 0.2ms) Started GET "/customers/1/report_show" for 192.168.1.11 at 2016-12-27 10:54:43 +0900 Processing by CustomersController#report_show as HTML Parameters: {"id"=>"1"} Customer Load (0.1ms) SELECT "customers".* FROM "customers" WHERE "customers"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) begin transaction SQL (0.1ms) INSERT INTO "reports" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2016-12-27 01:54:43.477155"], ["updated_at", "2016-12-27 01:54:43.477155"]]  (129.5ms) commit transaction Rendered shared/_header.html.erb (0.3ms) Rendered customers/_sidebar.html.erb (0.6ms) Rendered customers/_title.html.erb (0.0ms) Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."customer_id" = ? ORDER BY date desc [["customer_id", 1]] Content Load (0.1ms) SELECT "contents".* FROM "contents" WHERE "contents"."report_id" = ? [["report_id", 83]] Content Load (0.1ms) SELECT "contents".* FROM "contents" WHERE "contents"."report_id" = ? [["report_id", 58]] Content Load (0.1ms) SELECT "contents".* FROM "contents" WHERE "contents"."report_id" = ? [["report_id", 74]] Rendered customers/report_show.html.erb within layouts/application (5.7ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.4ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 153ms (Views: 20.5ms | ActiveRecord: 130.2ms) Started GET "/customers/1/report_show" for 192.168.1.11 at 2016-12-27 10:54:53 +0900 Processing by CustomersController#report_show as HTML Parameters: {"id"=>"1"} Customer Load (0.1ms) SELECT "customers".* FROM "customers" WHERE "customers"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.1ms) INSERT INTO "reports" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2016-12-27 01:54:53.988129"], ["updated_at", "2016-12-27 01:54:53.988129"]]  (152.1ms) commit transaction Rendered shared/_header.html.erb (0.4ms) Rendered customers/_sidebar.html.erb (0.7ms) Rendered customers/_title.html.erb (0.0ms) Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."customer_id" = ? ORDER BY date desc [["customer_id", 1]] Content Load (0.1ms) SELECT "contents".* FROM "contents" WHERE "contents"."report_id" = ? [["report_id", 83]] Content Load (0.1ms) SELECT "contents".* FROM "contents" WHERE "contents"."report_id" = ? [["report_id", 58]] Content Load (0.1ms) SELECT "contents".* FROM "contents" WHERE "contents"."report_id" = ? [["report_id", 74]] Rendered customers/report_show.html.erb within layouts/application (6.7ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.5ms) Rendered layouts/_footer.html.erb (0.2ms) Completed 200 OK in 184ms (Views: 29.6ms | ActiveRecord: 152.8ms) Started GET "/assets/application.css?body=1" for 192.168.1.11 at 2016-12-27 10:54:54 +0900 Started GET "/assets/jquery.fileupload-ui.css?body=1" for 192.168.1.11 at 2016-12-27 10:54:54 +0900 Started GET "/assets/_custom.css?body=1" for 192.168.1.11 at 2016-12-27 10:54:54 +0900 Started GET "/assets/bootstrap_and_overrides.css?body=1" for 192.168.1.11 at 2016-12-27 10:54:54 +0900 Started GET "/assets/contracts.css?body=1" for 192.168.1.11 at 2016-12-27 10:54:54 +0900 Started GET "/assets/eset_account_ones.css?body=1" for 192.168.1.11 at 2016-12-27 10:54:54 +0900 Started GET "/assets/custom.css?body=1" for 192.168.1.11 at 2016-12-27 10:54:54 +0900 Started GET "/assets/estimates.css?body=1" for 192.168.1.11 at 2016-12-27 10:54:54 +0900 Started GET "/assets/eset_accounts.css?body=1" for 192.168.1.11 at 2016-12-27 10:54:54 +0900 Started GET "/assets/good_histories.css?body=1" for 192.168.1.11 at 2016-12-27 10:54:54 +0900 Started GET "/assets/goods.css?body=1" for 192.168.1.11 at 2016-12-27 10:54:54 +0900 Started GET "/assets/others.css?body=1" for 192.168.1.11 at 2016-12-27 10:54:54 +0900 Started GET "/assets/greps.css?body=1" for 192.168.1.11 at 2016-12-27 10:54:54 +0900 Started GET "/assets/pdfs.css?body=1" for 192.168.1.11 at 2016-12-27 10:54:54 +0900 Started GET "/assets/pictures.css?body=1" for 192.168.1.11 at 2016-12-27 10:54:54 +0900 Started GET "/assets/report_lists.css?body=1" for 192.168.1.11 at 2016-12-27 10:54:54 +0900 Started GET "/assets/scaffolds.css?body=1" for 192.168.1.11 at 2016-12-27 10:54:54 +0900 Started GET "/assets/reports.css?body=1" for 192.168.1.11 at 2016-12-27 10:54:54 +0900 Started GET "/assets/sessions.css?body=1" for 192.168.1.11 at 2016-12-27 10:54:54 +0900 Started GET "/assets/static_pages.css?body=1" for 192.168.1.11 at 2016-12-27 10:54:54 +0900 Started GET "/assets/uploads.css?body=1" for 192.168.1.11 at 2016-12-27 10:54:54 +0900 Started GET "/assets/transactions.css?body=1" for 192.168.1.11 at 2016-12-27 10:54:54 +0900 Started GET "/assets/warranties.css?body=1" for 192.168.1.11 at 2016-12-27 10:54:54 +0900 Started GET "/assets/users.css?body=1" for 192.168.1.11 at 2016-12-27 10:54:54 +0900 Started GET "/assets/jquery.js?body=1" for 192.168.1.11 at 2016-12-27 10:54:54 +0900 Started GET "/assets/jquery_ujs.js?body=1" for 192.168.1.11 at 2016-12-27 10:54:54 +0900 Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 192.168.1.11 at 2016-12-27 10:54:54 +0900 Started GET "/assets/jquery-fileupload/vendor/tmpl.js?body=1" for 192.168.1.11 at 2016-12-27 10:54:54 +0900 Started GET "/assets/jquery-fileupload/vendor/load-image.all.min.js?body=1" for 192.168.1.11 at 2016-12-27 10:54:54 +0900 Started GET "/assets/jquery-fileupload/vendor/canvas-to-blob.js?body=1" for 192.168.1.11 at 2016-12-27 10:54:54 +0900 Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 192.168.1.11 at 2016-12-27 10:54:54 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 192.168.1.11 at 2016-12-27 10:54:54 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-image.js?body=1" for 192.168.1.11 at 2016-12-27 10:54:54 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-process.js?body=1" for 192.168.1.11 at 2016-12-27 10:54:54 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-audio.js?body=1" for 192.168.1.11 at 2016-12-27 10:54:54 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-video.js?body=1" for 192.168.1.11 at 2016-12-27 10:54:54 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-validate.js?body=1" for 192.168.1.11 at 2016-12-27 10:54:54 +0900 Started GET "/assets/jquery-fileupload/locale.js?body=1" for 192.168.1.11 at 2016-12-27 10:54:54 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-ui.js?body=1" for 192.168.1.11 at 2016-12-27 10:54:54 +0900 Started GET "/assets/jquery-fileupload/index.js?body=1" for 192.168.1.11 at 2016-12-27 10:54:54 +0900 Started GET "/assets/application.js?body=1" for 192.168.1.11 at 2016-12-27 10:54:54 +0900 Started GET "/assets/turbolinks.js?body=1" for 192.168.1.11 at 2016-12-27 10:54:54 +0900 Started GET "/assets/eset_account_ones.js?body=1" for 192.168.1.11 at 2016-12-27 10:54:54 +0900 Started GET "/assets/contents.js?body=1" for 192.168.1.11 at 2016-12-27 10:54:54 +0900 Started GET "/assets/customers.js?body=1" for 192.168.1.11 at 2016-12-27 10:54:54 +0900 Started GET "/assets/contracts.js?body=1" for 192.168.1.11 at 2016-12-27 10:54:54 +0900 Started GET "/assets/good_histories.js?body=1" for 192.168.1.11 at 2016-12-27 10:54:54 +0900 Started GET "/assets/eset_accounts.js?body=1" for 192.168.1.11 at 2016-12-27 10:54:54 +0900 Started GET "/assets/estimates.js?body=1" for 192.168.1.11 at 2016-12-27 10:54:54 +0900 Started GET "/assets/goods.js?body=1" for 192.168.1.11 at 2016-12-27 10:54:54 +0900 Started GET "/assets/greps.js?body=1" for 192.168.1.11 at 2016-12-27 10:54:54 +0900 Started GET "/assets/others.js?body=1" for 192.168.1.11 at 2016-12-27 10:54:54 +0900 Started GET "/assets/pictures.js?body=1" for 192.168.1.11 at 2016-12-27 10:54:54 +0900 Started GET "/assets/pdfs.js?body=1" for 192.168.1.11 at 2016-12-27 10:54:54 +0900 Started GET "/assets/report_lists.js?body=1" for 192.168.1.11 at 2016-12-27 10:54:54 +0900 Started GET "/assets/reports.js?body=1" for 192.168.1.11 at 2016-12-27 10:54:54 +0900 Started GET "/assets/sessions.js?body=1" for 192.168.1.11 at 2016-12-27 10:54:54 +0900 Started GET "/assets/static_pages.js?body=1" for 192.168.1.11 at 2016-12-27 10:54:54 +0900 Started GET "/assets/transactions.js?body=1" for 192.168.1.11 at 2016-12-27 10:54:54 +0900 Started GET "/assets/users.js?body=1" for 192.168.1.11 at 2016-12-27 10:54:54 +0900 Started GET "/assets/uploads.js?body=1" for 192.168.1.11 at 2016-12-27 10:54:54 +0900 Started GET "/assets/warranties.js?body=1" for 192.168.1.11 at 2016-12-27 10:54:54 +0900 Started GET "/assets/opensans-light-webfont.woff" for 192.168.1.11 at 2016-12-27 10:54:54 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.woff"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (44.4ms) Started GET "/assets/opensans-light-webfont.ttf" for 192.168.1.11 at 2016-12-27 10:54:54 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.ttf"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.7ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (46.9ms) Started GET "/customers/1/trans_show" for 192.168.1.11 at 2016-12-27 11:07:40 +0900 Processing by CustomersController#trans_show as HTML Parameters: {"id"=>"1"} Customer Load (0.1ms) SELECT "customers".* FROM "customers" WHERE "customers"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "transactions" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2016-12-27 02:07:40.820789"], ["updated_at", "2016-12-27 02:07:40.820789"]]  (112.6ms) commit transaction Rendered shared/_header.html.erb (0.6ms) Rendered customers/_sidebar.html.erb (0.6ms) Rendered customers/_title.html.erb (0.0ms) Transaction Load (16.1ms) SELECT "transactions".* FROM "transactions" WHERE "transactions"."customer_id" = ? [["customer_id", 1]] Rendered customers/trans_show.html.erb within layouts/application (20.9ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (3.0ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 188ms (Views: 26.5ms | ActiveRecord: 130.2ms) Started GET "/customers/1/trans_show" for 192.168.1.11 at 2016-12-27 11:07:52 +0900 Processing by CustomersController#trans_show as HTML Parameters: {"id"=>"1"} Customer Load (0.1ms) SELECT "customers".* FROM "customers" WHERE "customers"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.1ms) INSERT INTO "transactions" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2016-12-27 02:07:52.372217"], ["updated_at", "2016-12-27 02:07:52.372217"]]  (152.9ms) commit transaction Rendered shared/_header.html.erb (0.4ms) Rendered customers/_sidebar.html.erb (0.7ms) Rendered customers/_title.html.erb (0.0ms) Transaction Load (0.1ms) SELECT "transactions".* FROM "transactions" WHERE "transactions"."customer_id" = ? [["customer_id", 1]] Rendered customers/trans_show.html.erb within layouts/application (4.0ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.6ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 176ms (Views: 20.4ms | ActiveRecord: 153.4ms) Started GET "/assets/application.css?body=1" for 192.168.1.11 at 2016-12-27 11:07:52 +0900 Started GET "/assets/_custom.css?body=1" for 192.168.1.11 at 2016-12-27 11:07:52 +0900 Started GET "/assets/jquery.fileupload-ui.css?body=1" for 192.168.1.11 at 2016-12-27 11:07:52 +0900 Started GET "/assets/bootstrap_and_overrides.css?body=1" for 192.168.1.11 at 2016-12-27 11:07:52 +0900 Started GET "/assets/custom.css?body=1" for 192.168.1.11 at 2016-12-27 11:07:52 +0900 Started GET "/assets/contracts.css?body=1" for 192.168.1.11 at 2016-12-27 11:07:52 +0900 Started GET "/assets/eset_accounts.css?body=1" for 192.168.1.11 at 2016-12-27 11:07:52 +0900 Started GET "/assets/eset_account_ones.css?body=1" for 192.168.1.11 at 2016-12-27 11:07:52 +0900 Started GET "/assets/estimates.css?body=1" for 192.168.1.11 at 2016-12-27 11:07:52 +0900 Started GET "/assets/goods.css?body=1" for 192.168.1.11 at 2016-12-27 11:07:52 +0900 Started GET "/assets/good_histories.css?body=1" for 192.168.1.11 at 2016-12-27 11:07:52 +0900 Started GET "/assets/others.css?body=1" for 192.168.1.11 at 2016-12-27 11:07:52 +0900 Started GET "/assets/greps.css?body=1" for 192.168.1.11 at 2016-12-27 11:07:52 +0900 Started GET "/assets/pictures.css?body=1" for 192.168.1.11 at 2016-12-27 11:07:52 +0900 Started GET "/assets/reports.css?body=1" for 192.168.1.11 at 2016-12-27 11:07:52 +0900 Started GET "/assets/pdfs.css?body=1" for 192.168.1.11 at 2016-12-27 11:07:52 +0900 Started GET "/assets/report_lists.css?body=1" for 192.168.1.11 at 2016-12-27 11:07:52 +0900 Started GET "/assets/scaffolds.css?body=1" for 192.168.1.11 at 2016-12-27 11:07:52 +0900 Started GET "/assets/sessions.css?body=1" for 192.168.1.11 at 2016-12-27 11:07:52 +0900 Started GET "/assets/static_pages.css?body=1" for 192.168.1.11 at 2016-12-27 11:07:52 +0900 Started GET "/assets/transactions.css?body=1" for 192.168.1.11 at 2016-12-27 11:07:52 +0900 Started GET "/assets/users.css?body=1" for 192.168.1.11 at 2016-12-27 11:07:52 +0900 Started GET "/assets/uploads.css?body=1" for 192.168.1.11 at 2016-12-27 11:07:52 +0900 Started GET "/assets/warranties.css?body=1" for 192.168.1.11 at 2016-12-27 11:07:52 +0900 Started GET "/assets/jquery.js?body=1" for 192.168.1.11 at 2016-12-27 11:07:52 +0900 Started GET "/assets/jquery_ujs.js?body=1" for 192.168.1.11 at 2016-12-27 11:07:52 +0900 Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 192.168.1.11 at 2016-12-27 11:07:52 +0900 Started GET "/assets/jquery-fileupload/vendor/tmpl.js?body=1" for 192.168.1.11 at 2016-12-27 11:07:52 +0900 Started GET "/assets/jquery-fileupload/vendor/load-image.all.min.js?body=1" for 192.168.1.11 at 2016-12-27 11:07:52 +0900 Started GET "/assets/jquery-fileupload/vendor/canvas-to-blob.js?body=1" for 192.168.1.11 at 2016-12-27 11:07:52 +0900 Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 192.168.1.11 at 2016-12-27 11:07:52 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 192.168.1.11 at 2016-12-27 11:07:52 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-audio.js?body=1" for 192.168.1.11 at 2016-12-27 11:07:52 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-process.js?body=1" for 192.168.1.11 at 2016-12-27 11:07:52 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-image.js?body=1" for 192.168.1.11 at 2016-12-27 11:07:52 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-validate.js?body=1" for 192.168.1.11 at 2016-12-27 11:07:52 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-video.js?body=1" for 192.168.1.11 at 2016-12-27 11:07:52 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-ui.js?body=1" for 192.168.1.11 at 2016-12-27 11:07:52 +0900 Started GET "/assets/jquery-fileupload/index.js?body=1" for 192.168.1.11 at 2016-12-27 11:07:52 +0900 Started GET "/assets/jquery-fileupload/locale.js?body=1" for 192.168.1.11 at 2016-12-27 11:07:52 +0900 Started GET "/assets/contents.js?body=1" for 192.168.1.11 at 2016-12-27 11:07:52 +0900 Started GET "/assets/turbolinks.js?body=1" for 192.168.1.11 at 2016-12-27 11:07:52 +0900 Started GET "/assets/application.js?body=1" for 192.168.1.11 at 2016-12-27 11:07:52 +0900 Started GET "/assets/contracts.js?body=1" for 192.168.1.11 at 2016-12-27 11:07:52 +0900 Started GET "/assets/customers.js?body=1" for 192.168.1.11 at 2016-12-27 11:07:52 +0900 Started GET "/assets/eset_account_ones.js?body=1" for 192.168.1.11 at 2016-12-27 11:07:52 +0900 Started GET "/assets/eset_accounts.js?body=1" for 192.168.1.11 at 2016-12-27 11:07:52 +0900 Started GET "/assets/estimates.js?body=1" for 192.168.1.11 at 2016-12-27 11:07:52 +0900 Started GET "/assets/goods.js?body=1" for 192.168.1.11 at 2016-12-27 11:07:52 +0900 Started GET "/assets/good_histories.js?body=1" for 192.168.1.11 at 2016-12-27 11:07:52 +0900 Started GET "/assets/greps.js?body=1" for 192.168.1.11 at 2016-12-27 11:07:52 +0900 Started GET "/assets/others.js?body=1" for 192.168.1.11 at 2016-12-27 11:07:52 +0900 Started GET "/assets/pictures.js?body=1" for 192.168.1.11 at 2016-12-27 11:07:52 +0900 Started GET "/assets/report_lists.js?body=1" for 192.168.1.11 at 2016-12-27 11:07:52 +0900 Started GET "/assets/pdfs.js?body=1" for 192.168.1.11 at 2016-12-27 11:07:52 +0900 Started GET "/assets/reports.js?body=1" for 192.168.1.11 at 2016-12-27 11:07:52 +0900 Started GET "/assets/sessions.js?body=1" for 192.168.1.11 at 2016-12-27 11:07:52 +0900 Started GET "/assets/transactions.js?body=1" for 192.168.1.11 at 2016-12-27 11:07:52 +0900 Started GET "/assets/static_pages.js?body=1" for 192.168.1.11 at 2016-12-27 11:07:52 +0900 Started GET "/assets/uploads.js?body=1" for 192.168.1.11 at 2016-12-27 11:07:52 +0900 Started GET "/assets/users.js?body=1" for 192.168.1.11 at 2016-12-27 11:07:52 +0900 Started GET "/assets/warranties.js?body=1" for 192.168.1.11 at 2016-12-27 11:07:52 +0900 Started GET "/assets/opensans-light-webfont.woff" for 192.168.1.11 at 2016-12-27 11:07:52 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.woff"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.8ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (47.8ms) Started GET "/assets/opensans-light-webfont.ttf" for 192.168.1.11 at 2016-12-27 11:07:53 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.ttf"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (45.5ms) Started GET "/customers/1/trans_show" for 192.168.1.11 at 2016-12-27 11:08:57 +0900 Processing by CustomersController#trans_show as HTML Parameters: {"id"=>"1"} Customer Load (0.1ms) SELECT "customers".* FROM "customers" WHERE "customers"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "transactions" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2016-12-27 02:08:57.492293"], ["updated_at", "2016-12-27 02:08:57.492293"]]  (120.9ms) commit transaction Rendered shared/_header.html.erb (0.6ms) Rendered customers/_sidebar.html.erb (1.2ms) Rendered customers/_title.html.erb (0.0ms) Transaction Load (0.1ms) SELECT "transactions".* FROM "transactions" WHERE "transactions"."customer_id" = ? [["customer_id", 1]] Rendered customers/trans_show.html.erb within layouts/application (5.7ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.4ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 146ms (Views: 22.5ms | ActiveRecord: 121.4ms) Started GET "/assets/application.css?body=1" for 192.168.1.11 at 2016-12-27 11:08:57 +0900 Started GET "/assets/jquery.fileupload-ui.css?body=1" for 192.168.1.11 at 2016-12-27 11:08:57 +0900 Started GET "/assets/bootstrap_and_overrides.css?body=1" for 192.168.1.11 at 2016-12-27 11:08:57 +0900 Started GET "/assets/contracts.css?body=1" for 192.168.1.11 at 2016-12-27 11:08:57 +0900 Started GET "/assets/_custom.css?body=1" for 192.168.1.11 at 2016-12-27 11:08:57 +0900 Started GET "/assets/eset_account_ones.css?body=1" for 192.168.1.11 at 2016-12-27 11:08:57 +0900 Started GET "/assets/eset_accounts.css?body=1" for 192.168.1.11 at 2016-12-27 11:08:57 +0900 Started GET "/assets/custom.css?body=1" for 192.168.1.11 at 2016-12-27 11:08:57 +0900 Started GET "/assets/goods.css?body=1" for 192.168.1.11 at 2016-12-27 11:08:57 +0900 Started GET "/assets/good_histories.css?body=1" for 192.168.1.11 at 2016-12-27 11:08:57 +0900 Started GET "/assets/estimates.css?body=1" for 192.168.1.11 at 2016-12-27 11:08:57 +0900 Started GET "/assets/others.css?body=1" for 192.168.1.11 at 2016-12-27 11:08:57 +0900 Started GET "/assets/greps.css?body=1" for 192.168.1.11 at 2016-12-27 11:08:57 +0900 Started GET "/assets/pictures.css?body=1" for 192.168.1.11 at 2016-12-27 11:08:57 +0900 Started GET "/assets/reports.css?body=1" for 192.168.1.11 at 2016-12-27 11:08:57 +0900 Started GET "/assets/pdfs.css?body=1" for 192.168.1.11 at 2016-12-27 11:08:57 +0900 Started GET "/assets/scaffolds.css?body=1" for 192.168.1.11 at 2016-12-27 11:08:57 +0900 Started GET "/assets/report_lists.css?body=1" for 192.168.1.11 at 2016-12-27 11:08:57 +0900 Started GET "/assets/sessions.css?body=1" for 192.168.1.11 at 2016-12-27 11:08:57 +0900 Started GET "/assets/static_pages.css?body=1" for 192.168.1.11 at 2016-12-27 11:08:57 +0900 Started GET "/assets/uploads.css?body=1" for 192.168.1.11 at 2016-12-27 11:08:57 +0900 Started GET "/assets/transactions.css?body=1" for 192.168.1.11 at 2016-12-27 11:08:57 +0900 Started GET "/assets/users.css?body=1" for 192.168.1.11 at 2016-12-27 11:08:57 +0900 Started GET "/assets/warranties.css?body=1" for 192.168.1.11 at 2016-12-27 11:08:57 +0900 Started GET "/assets/jquery-fileupload/vendor/tmpl.js?body=1" for 192.168.1.11 at 2016-12-27 11:08:57 +0900 Started GET "/assets/jquery_ujs.js?body=1" for 192.168.1.11 at 2016-12-27 11:08:57 +0900 Started GET "/assets/jquery.js?body=1" for 192.168.1.11 at 2016-12-27 11:08:57 +0900 Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 192.168.1.11 at 2016-12-27 11:08:57 +0900 Started GET "/assets/jquery-fileupload/vendor/load-image.all.min.js?body=1" for 192.168.1.11 at 2016-12-27 11:08:57 +0900 Started GET "/assets/jquery-fileupload/vendor/canvas-to-blob.js?body=1" for 192.168.1.11 at 2016-12-27 11:08:57 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 192.168.1.11 at 2016-12-27 11:08:57 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-process.js?body=1" for 192.168.1.11 at 2016-12-27 11:08:57 +0900 Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 192.168.1.11 at 2016-12-27 11:08:57 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-image.js?body=1" for 192.168.1.11 at 2016-12-27 11:08:57 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-audio.js?body=1" for 192.168.1.11 at 2016-12-27 11:08:57 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-video.js?body=1" for 192.168.1.11 at 2016-12-27 11:08:57 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-validate.js?body=1" for 192.168.1.11 at 2016-12-27 11:08:57 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-ui.js?body=1" for 192.168.1.11 at 2016-12-27 11:08:57 +0900 Started GET "/assets/jquery-fileupload/locale.js?body=1" for 192.168.1.11 at 2016-12-27 11:08:57 +0900 Started GET "/assets/application.js?body=1" for 192.168.1.11 at 2016-12-27 11:08:57 +0900 Started GET "/assets/jquery-fileupload/index.js?body=1" for 192.168.1.11 at 2016-12-27 11:08:57 +0900 Started GET "/assets/turbolinks.js?body=1" for 192.168.1.11 at 2016-12-27 11:08:57 +0900 Started GET "/assets/contents.js?body=1" for 192.168.1.11 at 2016-12-27 11:08:57 +0900 Started GET "/assets/contracts.js?body=1" for 192.168.1.11 at 2016-12-27 11:08:57 +0900 Started GET "/assets/customers.js?body=1" for 192.168.1.11 at 2016-12-27 11:08:57 +0900 Started GET "/assets/eset_account_ones.js?body=1" for 192.168.1.11 at 2016-12-27 11:08:57 +0900 Started GET "/assets/eset_accounts.js?body=1" for 192.168.1.11 at 2016-12-27 11:08:57 +0900 Started GET "/assets/estimates.js?body=1" for 192.168.1.11 at 2016-12-27 11:08:57 +0900 Started GET "/assets/good_histories.js?body=1" for 192.168.1.11 at 2016-12-27 11:08:57 +0900 Started GET "/assets/goods.js?body=1" for 192.168.1.11 at 2016-12-27 11:08:57 +0900 Started GET "/assets/greps.js?body=1" for 192.168.1.11 at 2016-12-27 11:08:57 +0900 Started GET "/assets/others.js?body=1" for 192.168.1.11 at 2016-12-27 11:08:57 +0900 Started GET "/assets/pdfs.js?body=1" for 192.168.1.11 at 2016-12-27 11:08:57 +0900 Started GET "/assets/pictures.js?body=1" for 192.168.1.11 at 2016-12-27 11:08:58 +0900 Started GET "/assets/report_lists.js?body=1" for 192.168.1.11 at 2016-12-27 11:08:58 +0900 Started GET "/assets/reports.js?body=1" for 192.168.1.11 at 2016-12-27 11:08:58 +0900 Started GET "/assets/sessions.js?body=1" for 192.168.1.11 at 2016-12-27 11:08:58 +0900 Started GET "/assets/static_pages.js?body=1" for 192.168.1.11 at 2016-12-27 11:08:58 +0900 Started GET "/assets/transactions.js?body=1" for 192.168.1.11 at 2016-12-27 11:08:58 +0900 Started GET "/assets/users.js?body=1" for 192.168.1.11 at 2016-12-27 11:08:58 +0900 Started GET "/assets/uploads.js?body=1" for 192.168.1.11 at 2016-12-27 11:08:58 +0900 Started GET "/assets/warranties.js?body=1" for 192.168.1.11 at 2016-12-27 11:08:58 +0900 Started GET "/assets/opensans-light-webfont.woff" for 192.168.1.11 at 2016-12-27 11:08:58 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.woff"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.8ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (45.4ms) Started GET "/assets/opensans-light-webfont.ttf" for 192.168.1.11 at 2016-12-27 11:08:58 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.ttf"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.6ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (49.5ms) Started GET "/customers/1" for 192.168.1.11 at 2016-12-27 11:13:52 +0900 Processing by CustomersController#show as HTML Parameters: {"id"=>"1"} Customer Load (0.1ms) SELECT "customers".* FROM "customers" WHERE "customers"."id" = ? LIMIT 1 [["id", 1]] Rendered shared/_header.html.erb (0.3ms) Rendered customers/_sidebar.html.erb (0.6ms) Rendered customers/_title.html.erb (0.0ms) Rendered customers/show.html.erb within layouts/application (3.2ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.5ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 19ms (Views: 17.7ms | ActiveRecord: 0.2ms) Started GET "/grep_show/%20" for 192.168.1.11 at 2016-12-27 11:13:52 +0900 Processing by CustomersController#grep_show as HTML Parameters: {"key"=>" "}  (0.2ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'ア%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'カ%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'サ%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'タ%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'ナ%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'ハ%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'マ%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'ヤ%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'ラ%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'ワ%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'イ%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'キ%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'シ%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'チ%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'ニ%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'ヒ%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'ミ%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like '--%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'リ%') CACHE (0.0ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like '--%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'ウ%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'ク%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'ス%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'ツ%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'ヌ%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'フ%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'ム%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'ユ%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'ル%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'ヲ%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'エ%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'ケ%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'セ%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'テ%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'ネ%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'ヘ%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'メ%') CACHE (0.0ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like '--%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'レ%') CACHE (0.0ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like '--%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'オ%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'コ%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'ソ%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'ト%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'ノ%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'ホ%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'モ%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'ヨ%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'ロ%')  (0.1ms) SELECT COUNT(*) FROM "customers" WHERE (hurikana like 'ン%')  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "greps" ("key", "address", "phone", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["key", ""], ["address", ""], ["phone", ""], ["created_at", "2016-12-27 02:13:52.436160"], ["updated_at", "2016-12-27 02:13:52.436160"]]  (134.4ms) commit transaction Rendered shared/_header.html.erb (0.2ms) Customer Load (0.3ms) SELECT "customers".* FROM "customers" WHERE (hurikana like '%') ORDER BY "customers"."hurikana" ASC LIMIT 10 OFFSET 0 Rendered customers/_grep_form.erb (2.4ms) Rendered customers/grep_show.html.erb within layouts/application (4.8ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.4ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 178ms (Views: 18.8ms | ActiveRecord: 138.4ms) Started GET "/" for 192.168.1.11 at 2016-12-27 11:13:53 +0900 Processing by StaticPagesController#home as HTML Rendered shared/_header.html.erb (0.1ms) Rendered static_pages/home.html.erb within layouts/application (1.0ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.4ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 18ms (Views: 17.6ms | ActiveRecord: 0.1ms) Started GET "/goods" for 192.168.1.11 at 2016-12-27 11:13:54 +0900 Processing by GoodsController#index as HTML Rendered shared/_header.html.erb (0.2ms) Good Load (0.2ms) SELECT "goods".* FROM "goods" ORDER BY "goods"."last_update" ASC LIMIT 10 OFFSET 0 Rendered goods/index.html.erb within layouts/application (2.3ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.5ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 22ms (Views: 19.0ms | ActiveRecord: 0.3ms) Started GET "/goods/new" for 192.168.1.11 at 2016-12-27 11:13:56 +0900 Processing by GoodsController#new as HTML Rendered shared/_header.html.erb (0.2ms) Rendered goods/_form.html.erb (3.8ms) Rendered goods/new.html.erb within layouts/application (5.4ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.5ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 33ms (Views: 21.0ms | ActiveRecord: 0.4ms) Started GET "/assets/button2.png" for 192.168.1.11 at 2016-12-27 11:13:56 +0900 Started GET "/assets/button1.png" for 192.168.1.11 at 2016-12-27 11:13:56 +0900 Started GET "/goods/new" for 192.168.1.11 at 2016-12-27 11:14:25 +0900 Processing by GoodsController#new as HTML Rendered shared/_header.html.erb (0.2ms) Rendered goods/_form.html.erb (4.4ms) Rendered goods/new.html.erb within layouts/application (5.8ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.5ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 25ms (Views: 20.7ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 192.168.1.11 at 2016-12-27 11:14:26 +0900 Started GET "/assets/jquery.fileupload-ui.css?body=1" for 192.168.1.11 at 2016-12-27 11:14:26 +0900 Started GET "/assets/_custom.css?body=1" for 192.168.1.11 at 2016-12-27 11:14:26 +0900 Started GET "/assets/bootstrap_and_overrides.css?body=1" for 192.168.1.11 at 2016-12-27 11:14:26 +0900 Started GET "/assets/eset_accounts.css?body=1" for 192.168.1.11 at 2016-12-27 11:14:26 +0900 Started GET "/assets/estimates.css?body=1" for 192.168.1.11 at 2016-12-27 11:14:26 +0900 Started GET "/assets/contracts.css?body=1" for 192.168.1.11 at 2016-12-27 11:14:26 +0900 Started GET "/assets/eset_account_ones.css?body=1" for 192.168.1.11 at 2016-12-27 11:14:26 +0900 Started GET "/assets/good_histories.css?body=1" for 192.168.1.11 at 2016-12-27 11:14:26 +0900 Started GET "/assets/goods.css?body=1" for 192.168.1.11 at 2016-12-27 11:14:26 +0900 Started GET "/assets/custom.css?body=1" for 192.168.1.11 at 2016-12-27 11:14:26 +0900 Started GET "/assets/greps.css?body=1" for 192.168.1.11 at 2016-12-27 11:14:26 +0900 Started GET "/assets/others.css?body=1" for 192.168.1.11 at 2016-12-27 11:14:26 +0900 Started GET "/assets/pictures.css?body=1" for 192.168.1.11 at 2016-12-27 11:14:26 +0900 Started GET "/assets/pdfs.css?body=1" for 192.168.1.11 at 2016-12-27 11:14:26 +0900 Started GET "/assets/reports.css?body=1" for 192.168.1.11 at 2016-12-27 11:14:26 +0900 Started GET "/assets/scaffolds.css?body=1" for 192.168.1.11 at 2016-12-27 11:14:26 +0900 Started GET "/assets/report_lists.css?body=1" for 192.168.1.11 at 2016-12-27 11:14:26 +0900 Started GET "/assets/sessions.css?body=1" for 192.168.1.11 at 2016-12-27 11:14:26 +0900 Started GET "/assets/static_pages.css?body=1" for 192.168.1.11 at 2016-12-27 11:14:26 +0900 Started GET "/assets/uploads.css?body=1" for 192.168.1.11 at 2016-12-27 11:14:26 +0900 Started GET "/assets/transactions.css?body=1" for 192.168.1.11 at 2016-12-27 11:14:26 +0900 Started GET "/assets/users.css?body=1" for 192.168.1.11 at 2016-12-27 11:14:26 +0900 Started GET "/assets/warranties.css?body=1" for 192.168.1.11 at 2016-12-27 11:14:26 +0900 Started GET "/assets/jquery.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:26 +0900 Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:26 +0900 Started GET "/assets/jquery_ujs.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:26 +0900 Started GET "/assets/jquery-fileupload/vendor/tmpl.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:26 +0900 Started GET "/assets/jquery-fileupload/vendor/canvas-to-blob.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:26 +0900 Started GET "/assets/jquery-fileupload/vendor/load-image.all.min.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:26 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:26 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-image.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:26 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-process.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:26 +0900 Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:26 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-audio.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:26 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-validate.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:26 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-ui.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:26 +0900 Started GET "/assets/jquery-fileupload/locale.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:26 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-video.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:26 +0900 Started GET "/assets/turbolinks.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:26 +0900 Started GET "/assets/contents.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:26 +0900 Started GET "/assets/contracts.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:26 +0900 Started GET "/assets/jquery-fileupload/index.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:26 +0900 Started GET "/assets/application.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:26 +0900 Started GET "/assets/customers.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:26 +0900 Started GET "/assets/estimates.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:26 +0900 Started GET "/assets/eset_account_ones.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:26 +0900 Started GET "/assets/eset_accounts.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:26 +0900 Started GET "/assets/good_histories.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:26 +0900 Started GET "/assets/goods.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:26 +0900 Started GET "/assets/others.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:26 +0900 Started GET "/assets/greps.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:26 +0900 Started GET "/assets/pdfs.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:26 +0900 Started GET "/assets/pictures.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:26 +0900 Started GET "/assets/report_lists.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:26 +0900 Started GET "/assets/reports.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:26 +0900 Started GET "/assets/sessions.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:26 +0900 Started GET "/assets/static_pages.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:26 +0900 Started GET "/assets/transactions.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:26 +0900 Started GET "/assets/uploads.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:26 +0900 Started GET "/assets/users.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:26 +0900 Started GET "/assets/warranties.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:26 +0900 Started GET "/assets/opensans-light-webfont.woff" for 192.168.1.11 at 2016-12-27 11:14:26 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.woff"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (52.8ms) Started GET "/assets/button1.png" for 192.168.1.11 at 2016-12-27 11:14:26 +0900 Started GET "/assets/button2.png" for 192.168.1.11 at 2016-12-27 11:14:26 +0900 Started GET "/assets/opensans-light-webfont.ttf" for 192.168.1.11 at 2016-12-27 11:14:26 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.ttf"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.7ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (44.8ms) Started GET "/goods/new" for 192.168.1.11 at 2016-12-27 11:14:36 +0900 Processing by GoodsController#new as HTML Rendered shared/_header.html.erb (0.1ms) Rendered goods/_form.html.erb (3.2ms) Rendered goods/new.html.erb within layouts/application (4.2ms) Rendered layouts/_shim.html.erb (0.1ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.4ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 20ms (Views: 18.1ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 192.168.1.11 at 2016-12-27 11:14:36 +0900 Started GET "/assets/jquery.fileupload-ui.css?body=1" for 192.168.1.11 at 2016-12-27 11:14:36 +0900 Started GET "/assets/_custom.css?body=1" for 192.168.1.11 at 2016-12-27 11:14:36 +0900 Started GET "/assets/bootstrap_and_overrides.css?body=1" for 192.168.1.11 at 2016-12-27 11:14:36 +0900 Started GET "/assets/contracts.css?body=1" for 192.168.1.11 at 2016-12-27 11:14:36 +0900 Started GET "/assets/custom.css?body=1" for 192.168.1.11 at 2016-12-27 11:14:36 +0900 Started GET "/assets/eset_account_ones.css?body=1" for 192.168.1.11 at 2016-12-27 11:14:36 +0900 Started GET "/assets/estimates.css?body=1" for 192.168.1.11 at 2016-12-27 11:14:36 +0900 Started GET "/assets/goods.css?body=1" for 192.168.1.11 at 2016-12-27 11:14:37 +0900 Started GET "/assets/eset_accounts.css?body=1" for 192.168.1.11 at 2016-12-27 11:14:37 +0900 Started GET "/assets/good_histories.css?body=1" for 192.168.1.11 at 2016-12-27 11:14:37 +0900 Started GET "/assets/greps.css?body=1" for 192.168.1.11 at 2016-12-27 11:14:37 +0900 Started GET "/assets/pdfs.css?body=1" for 192.168.1.11 at 2016-12-27 11:14:37 +0900 Started GET "/assets/pictures.css?body=1" for 192.168.1.11 at 2016-12-27 11:14:37 +0900 Started GET "/assets/others.css?body=1" for 192.168.1.11 at 2016-12-27 11:14:37 +0900 Started GET "/assets/report_lists.css?body=1" for 192.168.1.11 at 2016-12-27 11:14:37 +0900 Started GET "/assets/scaffolds.css?body=1" for 192.168.1.11 at 2016-12-27 11:14:37 +0900 Started GET "/assets/reports.css?body=1" for 192.168.1.11 at 2016-12-27 11:14:37 +0900 Started GET "/assets/sessions.css?body=1" for 192.168.1.11 at 2016-12-27 11:14:37 +0900 Started GET "/assets/static_pages.css?body=1" for 192.168.1.11 at 2016-12-27 11:14:37 +0900 Started GET "/assets/transactions.css?body=1" for 192.168.1.11 at 2016-12-27 11:14:37 +0900 Started GET "/assets/uploads.css?body=1" for 192.168.1.11 at 2016-12-27 11:14:37 +0900 Started GET "/assets/warranties.css?body=1" for 192.168.1.11 at 2016-12-27 11:14:37 +0900 Started GET "/assets/users.css?body=1" for 192.168.1.11 at 2016-12-27 11:14:37 +0900 Started GET "/assets/jquery.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:37 +0900 Started GET "/assets/jquery_ujs.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:37 +0900 Started GET "/assets/jquery-fileupload/vendor/tmpl.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:37 +0900 Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:37 +0900 Started GET "/assets/jquery-fileupload/vendor/load-image.all.min.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:37 +0900 Started GET "/assets/jquery-fileupload/vendor/canvas-to-blob.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:37 +0900 Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:37 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:37 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-audio.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:37 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-image.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:37 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-process.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:37 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-video.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:37 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-validate.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:37 +0900 Started GET "/assets/jquery-fileupload/locale.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:37 +0900 Started GET "/assets/jquery-fileupload/index.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:37 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-ui.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:37 +0900 Started GET "/assets/turbolinks.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:37 +0900 Started GET "/assets/contents.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:37 +0900 Started GET "/assets/application.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:37 +0900 Started GET "/assets/customers.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:37 +0900 Started GET "/assets/contracts.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:37 +0900 Started GET "/assets/eset_account_ones.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:37 +0900 Started GET "/assets/eset_accounts.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:37 +0900 Started GET "/assets/estimates.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:37 +0900 Started GET "/assets/good_histories.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:37 +0900 Started GET "/assets/goods.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:37 +0900 Started GET "/assets/pdfs.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:37 +0900 Started GET "/assets/greps.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:37 +0900 Started GET "/assets/others.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:37 +0900 Started GET "/assets/report_lists.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:37 +0900 Started GET "/assets/pictures.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:37 +0900 Started GET "/assets/reports.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:37 +0900 Started GET "/assets/sessions.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:37 +0900 Started GET "/assets/static_pages.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:37 +0900 Started GET "/assets/transactions.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:37 +0900 Started GET "/assets/users.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:37 +0900 Started GET "/assets/warranties.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:37 +0900 Started GET "/assets/uploads.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:37 +0900 Started GET "/assets/opensans-light-webfont.woff" for 192.168.1.11 at 2016-12-27 11:14:37 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.woff"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.3ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (48.3ms) Started GET "/assets/button1.png" for 192.168.1.11 at 2016-12-27 11:14:37 +0900 Started GET "/assets/button2.png" for 192.168.1.11 at 2016-12-27 11:14:37 +0900 Started GET "/assets/opensans-light-webfont.ttf" for 192.168.1.11 at 2016-12-27 11:14:37 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.ttf"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.6ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (6.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (52.5ms) Started GET "/goods/new" for 192.168.1.11 at 2016-12-27 11:14:42 +0900 Processing by GoodsController#new as HTML Rendered shared/_header.html.erb (0.1ms) Rendered goods/_form.html.erb (3.2ms) Rendered goods/new.html.erb within layouts/application (4.3ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.5ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 21ms (Views: 18.8ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 192.168.1.11 at 2016-12-27 11:14:42 +0900 Started GET "/assets/jquery.fileupload-ui.css?body=1" for 192.168.1.11 at 2016-12-27 11:14:43 +0900 Started GET "/assets/bootstrap_and_overrides.css?body=1" for 192.168.1.11 at 2016-12-27 11:14:43 +0900 Started GET "/assets/_custom.css?body=1" for 192.168.1.11 at 2016-12-27 11:14:43 +0900 Started GET "/assets/eset_account_ones.css?body=1" for 192.168.1.11 at 2016-12-27 11:14:43 +0900 Started GET "/assets/eset_accounts.css?body=1" for 192.168.1.11 at 2016-12-27 11:14:43 +0900 Started GET "/assets/custom.css?body=1" for 192.168.1.11 at 2016-12-27 11:14:43 +0900 Started GET "/assets/contracts.css?body=1" for 192.168.1.11 at 2016-12-27 11:14:43 +0900 Started GET "/assets/good_histories.css?body=1" for 192.168.1.11 at 2016-12-27 11:14:43 +0900 Started GET "/assets/goods.css?body=1" for 192.168.1.11 at 2016-12-27 11:14:43 +0900 Started GET "/assets/estimates.css?body=1" for 192.168.1.11 at 2016-12-27 11:14:43 +0900 Started GET "/assets/others.css?body=1" for 192.168.1.11 at 2016-12-27 11:14:43 +0900 Started GET "/assets/greps.css?body=1" for 192.168.1.11 at 2016-12-27 11:14:43 +0900 Started GET "/assets/pictures.css?body=1" for 192.168.1.11 at 2016-12-27 11:14:43 +0900 Started GET "/assets/pdfs.css?body=1" for 192.168.1.11 at 2016-12-27 11:14:43 +0900 Started GET "/assets/report_lists.css?body=1" for 192.168.1.11 at 2016-12-27 11:14:43 +0900 Started GET "/assets/reports.css?body=1" for 192.168.1.11 at 2016-12-27 11:14:43 +0900 Started GET "/assets/scaffolds.css?body=1" for 192.168.1.11 at 2016-12-27 11:14:43 +0900 Started GET "/assets/static_pages.css?body=1" for 192.168.1.11 at 2016-12-27 11:14:43 +0900 Started GET "/assets/sessions.css?body=1" for 192.168.1.11 at 2016-12-27 11:14:43 +0900 Started GET "/assets/transactions.css?body=1" for 192.168.1.11 at 2016-12-27 11:14:43 +0900 Started GET "/assets/uploads.css?body=1" for 192.168.1.11 at 2016-12-27 11:14:43 +0900 Started GET "/assets/users.css?body=1" for 192.168.1.11 at 2016-12-27 11:14:43 +0900 Started GET "/assets/jquery_ujs.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:43 +0900 Started GET "/assets/jquery.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:43 +0900 Started GET "/assets/warranties.css?body=1" for 192.168.1.11 at 2016-12-27 11:14:43 +0900 Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:43 +0900 Started GET "/assets/jquery-fileupload/vendor/tmpl.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:43 +0900 Started GET "/assets/jquery-fileupload/vendor/canvas-to-blob.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:43 +0900 Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:43 +0900 Started GET "/assets/jquery-fileupload/vendor/load-image.all.min.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:43 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:43 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-audio.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:43 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-image.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:43 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-process.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:43 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-validate.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:43 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-video.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:43 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-ui.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:43 +0900 Started GET "/assets/turbolinks.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:43 +0900 Started GET "/assets/jquery-fileupload/index.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:43 +0900 Started GET "/assets/jquery-fileupload/locale.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:43 +0900 Started GET "/assets/application.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:43 +0900 Started GET "/assets/contents.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:43 +0900 Started GET "/assets/contracts.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:43 +0900 Started GET "/assets/eset_account_ones.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:43 +0900 Started GET "/assets/customers.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:43 +0900 Started GET "/assets/eset_accounts.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:43 +0900 Started GET "/assets/estimates.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:43 +0900 Started GET "/assets/goods.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:43 +0900 Started GET "/assets/good_histories.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:43 +0900 Started GET "/assets/greps.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:43 +0900 Started GET "/assets/others.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:43 +0900 Started GET "/assets/pictures.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:43 +0900 Started GET "/assets/pdfs.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:43 +0900 Started GET "/assets/report_lists.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:43 +0900 Started GET "/assets/reports.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:43 +0900 Started GET "/assets/sessions.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:43 +0900 Started GET "/assets/static_pages.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:43 +0900 Started GET "/assets/uploads.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:43 +0900 Started GET "/assets/transactions.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:43 +0900 Started GET "/assets/warranties.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:43 +0900 Started GET "/assets/users.js?body=1" for 192.168.1.11 at 2016-12-27 11:14:43 +0900 Started GET "/assets/opensans-light-webfont.woff" for 192.168.1.11 at 2016-12-27 11:14:43 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.woff"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.1ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (48.1ms) Started GET "/assets/button2.png" for 192.168.1.11 at 2016-12-27 11:14:43 +0900 Started GET "/assets/button1.png" for 192.168.1.11 at 2016-12-27 11:14:43 +0900 Started GET "/assets/opensans-light-webfont.ttf" for 192.168.1.11 at 2016-12-27 11:14:43 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.ttf"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.8ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (45.8ms) Started GET "/goods/new" for 192.168.1.11 at 2016-12-27 11:15:14 +0900 Processing by GoodsController#new as HTML Rendered shared/_header.html.erb (0.2ms) Rendered goods/_form.html.erb (3.6ms) Rendered goods/new.html.erb within layouts/application (4.7ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.4ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 21ms (Views: 19.1ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 192.168.1.11 at 2016-12-27 11:15:14 +0900 Started GET "/assets/jquery.fileupload-ui.css?body=1" for 192.168.1.11 at 2016-12-27 11:15:14 +0900 Started GET "/assets/contracts.css?body=1" for 192.168.1.11 at 2016-12-27 11:15:14 +0900 Started GET "/assets/_custom.css?body=1" for 192.168.1.11 at 2016-12-27 11:15:14 +0900 Started GET "/assets/custom.css?body=1" for 192.168.1.11 at 2016-12-27 11:15:14 +0900 Started GET "/assets/eset_accounts.css?body=1" for 192.168.1.11 at 2016-12-27 11:15:14 +0900 Started GET "/assets/bootstrap_and_overrides.css?body=1" for 192.168.1.11 at 2016-12-27 11:15:14 +0900 Started GET "/assets/eset_account_ones.css?body=1" for 192.168.1.11 at 2016-12-27 11:15:14 +0900 Started GET "/assets/estimates.css?body=1" for 192.168.1.11 at 2016-12-27 11:15:14 +0900 Started GET "/assets/good_histories.css?body=1" for 192.168.1.11 at 2016-12-27 11:15:14 +0900 Started GET "/assets/greps.css?body=1" for 192.168.1.11 at 2016-12-27 11:15:14 +0900 Started GET "/assets/goods.css?body=1" for 192.168.1.11 at 2016-12-27 11:15:14 +0900 Started GET "/assets/others.css?body=1" for 192.168.1.11 at 2016-12-27 11:15:14 +0900 Started GET "/assets/pdfs.css?body=1" for 192.168.1.11 at 2016-12-27 11:15:14 +0900 Started GET "/assets/pictures.css?body=1" for 192.168.1.11 at 2016-12-27 11:15:14 +0900 Started GET "/assets/scaffolds.css?body=1" for 192.168.1.11 at 2016-12-27 11:15:14 +0900 Started GET "/assets/reports.css?body=1" for 192.168.1.11 at 2016-12-27 11:15:14 +0900 Started GET "/assets/report_lists.css?body=1" for 192.168.1.11 at 2016-12-27 11:15:14 +0900 Started GET "/assets/sessions.css?body=1" for 192.168.1.11 at 2016-12-27 11:15:14 +0900 Started GET "/assets/static_pages.css?body=1" for 192.168.1.11 at 2016-12-27 11:15:14 +0900 Started GET "/assets/transactions.css?body=1" for 192.168.1.11 at 2016-12-27 11:15:14 +0900 Started GET "/assets/uploads.css?body=1" for 192.168.1.11 at 2016-12-27 11:15:14 +0900 Started GET "/assets/jquery_ujs.js?body=1" for 192.168.1.11 at 2016-12-27 11:15:14 +0900 Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 192.168.1.11 at 2016-12-27 11:15:14 +0900 Started GET "/assets/jquery.js?body=1" for 192.168.1.11 at 2016-12-27 11:15:14 +0900 Started GET "/assets/warranties.css?body=1" for 192.168.1.11 at 2016-12-27 11:15:14 +0900 Started GET "/assets/users.css?body=1" for 192.168.1.11 at 2016-12-27 11:15:14 +0900 Started GET "/assets/jquery-fileupload/vendor/tmpl.js?body=1" for 192.168.1.11 at 2016-12-27 11:15:14 +0900 Started GET "/assets/jquery-fileupload/vendor/canvas-to-blob.js?body=1" for 192.168.1.11 at 2016-12-27 11:15:14 +0900 Started GET "/assets/jquery-fileupload/vendor/load-image.all.min.js?body=1" for 192.168.1.11 at 2016-12-27 11:15:14 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-process.js?body=1" for 192.168.1.11 at 2016-12-27 11:15:14 +0900 Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 192.168.1.11 at 2016-12-27 11:15:14 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 192.168.1.11 at 2016-12-27 11:15:14 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-image.js?body=1" for 192.168.1.11 at 2016-12-27 11:15:14 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-audio.js?body=1" for 192.168.1.11 at 2016-12-27 11:15:14 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-ui.js?body=1" for 192.168.1.11 at 2016-12-27 11:15:14 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-validate.js?body=1" for 192.168.1.11 at 2016-12-27 11:15:14 +0900 Started GET "/assets/jquery-fileupload/locale.js?body=1" for 192.168.1.11 at 2016-12-27 11:15:14 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-video.js?body=1" for 192.168.1.11 at 2016-12-27 11:15:14 +0900 Started GET "/assets/application.js?body=1" for 192.168.1.11 at 2016-12-27 11:15:14 +0900 Started GET "/assets/turbolinks.js?body=1" for 192.168.1.11 at 2016-12-27 11:15:14 +0900 Started GET "/assets/jquery-fileupload/index.js?body=1" for 192.168.1.11 at 2016-12-27 11:15:14 +0900 Started GET "/assets/contents.js?body=1" for 192.168.1.11 at 2016-12-27 11:15:14 +0900 Started GET "/assets/contracts.js?body=1" for 192.168.1.11 at 2016-12-27 11:15:14 +0900 Started GET "/assets/customers.js?body=1" for 192.168.1.11 at 2016-12-27 11:15:14 +0900 Started GET "/assets/eset_account_ones.js?body=1" for 192.168.1.11 at 2016-12-27 11:15:14 +0900 Started GET "/assets/eset_accounts.js?body=1" for 192.168.1.11 at 2016-12-27 11:15:14 +0900 Started GET "/assets/estimates.js?body=1" for 192.168.1.11 at 2016-12-27 11:15:14 +0900 Started GET "/assets/good_histories.js?body=1" for 192.168.1.11 at 2016-12-27 11:15:14 +0900 Started GET "/assets/goods.js?body=1" for 192.168.1.11 at 2016-12-27 11:15:14 +0900 Started GET "/assets/greps.js?body=1" for 192.168.1.11 at 2016-12-27 11:15:14 +0900 Started GET "/assets/others.js?body=1" for 192.168.1.11 at 2016-12-27 11:15:14 +0900 Started GET "/assets/reports.js?body=1" for 192.168.1.11 at 2016-12-27 11:15:14 +0900 Started GET "/assets/pdfs.js?body=1" for 192.168.1.11 at 2016-12-27 11:15:14 +0900 Started GET "/assets/pictures.js?body=1" for 192.168.1.11 at 2016-12-27 11:15:14 +0900 Started GET "/assets/report_lists.js?body=1" for 192.168.1.11 at 2016-12-27 11:15:14 +0900 Started GET "/assets/static_pages.js?body=1" for 192.168.1.11 at 2016-12-27 11:15:14 +0900 Started GET "/assets/transactions.js?body=1" for 192.168.1.11 at 2016-12-27 11:15:14 +0900 Started GET "/assets/sessions.js?body=1" for 192.168.1.11 at 2016-12-27 11:15:14 +0900 Started GET "/assets/uploads.js?body=1" for 192.168.1.11 at 2016-12-27 11:15:14 +0900 Started GET "/assets/warranties.js?body=1" for 192.168.1.11 at 2016-12-27 11:15:14 +0900 Started GET "/assets/users.js?body=1" for 192.168.1.11 at 2016-12-27 11:15:14 +0900 Started GET "/assets/opensans-light-webfont.woff" for 192.168.1.11 at 2016-12-27 11:15:14 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.woff"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (6.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (51.1ms) Started GET "/assets/button2.png" for 192.168.1.11 at 2016-12-27 11:15:15 +0900 Started GET "/assets/button1.png" for 192.168.1.11 at 2016-12-27 11:15:15 +0900 Started GET "/assets/opensans-light-webfont.ttf" for 192.168.1.11 at 2016-12-27 11:15:15 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.ttf"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.7ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (44.7ms) Started GET "/goods/new" for 192.168.1.11 at 2016-12-27 11:15:59 +0900 Processing by GoodsController#new as HTML Rendered shared/_header.html.erb (0.1ms) Rendered goods/_form.html.erb (3.3ms) Rendered goods/new.html.erb within layouts/application (4.2ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.4ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 22ms (Views: 18.3ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 192.168.1.11 at 2016-12-27 11:15:59 +0900 Started GET "/assets/jquery.fileupload-ui.css?body=1" for 192.168.1.11 at 2016-12-27 11:15:59 +0900 Started GET "/assets/_custom.css?body=1" for 192.168.1.11 at 2016-12-27 11:15:59 +0900 Started GET "/assets/eset_account_ones.css?body=1" for 192.168.1.11 at 2016-12-27 11:15:59 +0900 Started GET "/assets/bootstrap_and_overrides.css?body=1" for 192.168.1.11 at 2016-12-27 11:15:59 +0900 Started GET "/assets/custom.css?body=1" for 192.168.1.11 at 2016-12-27 11:15:59 +0900 Started GET "/assets/eset_accounts.css?body=1" for 192.168.1.11 at 2016-12-27 11:15:59 +0900 Started GET "/assets/estimates.css?body=1" for 192.168.1.11 at 2016-12-27 11:15:59 +0900 Started GET "/assets/contracts.css?body=1" for 192.168.1.11 at 2016-12-27 11:15:59 +0900 Started GET "/assets/good_histories.css?body=1" for 192.168.1.11 at 2016-12-27 11:15:59 +0900 Started GET "/assets/goods.css?body=1" for 192.168.1.11 at 2016-12-27 11:15:59 +0900 Started GET "/assets/greps.css?body=1" for 192.168.1.11 at 2016-12-27 11:15:59 +0900 Started GET "/assets/others.css?body=1" for 192.168.1.11 at 2016-12-27 11:15:59 +0900 Started GET "/assets/pictures.css?body=1" for 192.168.1.11 at 2016-12-27 11:15:59 +0900 Started GET "/assets/pdfs.css?body=1" for 192.168.1.11 at 2016-12-27 11:15:59 +0900 Started GET "/assets/reports.css?body=1" for 192.168.1.11 at 2016-12-27 11:15:59 +0900 Started GET "/assets/report_lists.css?body=1" for 192.168.1.11 at 2016-12-27 11:15:59 +0900 Started GET "/assets/scaffolds.css?body=1" for 192.168.1.11 at 2016-12-27 11:15:59 +0900 Started GET "/assets/static_pages.css?body=1" for 192.168.1.11 at 2016-12-27 11:15:59 +0900 Started GET "/assets/sessions.css?body=1" for 192.168.1.11 at 2016-12-27 11:15:59 +0900 Started GET "/assets/transactions.css?body=1" for 192.168.1.11 at 2016-12-27 11:15:59 +0900 Started GET "/assets/uploads.css?body=1" for 192.168.1.11 at 2016-12-27 11:15:59 +0900 Started GET "/assets/users.css?body=1" for 192.168.1.11 at 2016-12-27 11:15:59 +0900 Started GET "/assets/warranties.css?body=1" for 192.168.1.11 at 2016-12-27 11:15:59 +0900 Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 192.168.1.11 at 2016-12-27 11:15:59 +0900 Started GET "/assets/jquery.js?body=1" for 192.168.1.11 at 2016-12-27 11:15:59 +0900 Started GET "/assets/jquery-fileupload/vendor/tmpl.js?body=1" for 192.168.1.11 at 2016-12-27 11:15:59 +0900 Started GET "/assets/jquery_ujs.js?body=1" for 192.168.1.11 at 2016-12-27 11:15:59 +0900 Started GET "/assets/jquery-fileupload/vendor/load-image.all.min.js?body=1" for 192.168.1.11 at 2016-12-27 11:15:59 +0900 Started GET "/assets/jquery-fileupload/vendor/canvas-to-blob.js?body=1" for 192.168.1.11 at 2016-12-27 11:15:59 +0900 Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 192.168.1.11 at 2016-12-27 11:15:59 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 192.168.1.11 at 2016-12-27 11:15:59 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-process.js?body=1" for 192.168.1.11 at 2016-12-27 11:15:59 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-image.js?body=1" for 192.168.1.11 at 2016-12-27 11:15:59 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-audio.js?body=1" for 192.168.1.11 at 2016-12-27 11:15:59 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-video.js?body=1" for 192.168.1.11 at 2016-12-27 11:15:59 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-validate.js?body=1" for 192.168.1.11 at 2016-12-27 11:15:59 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-ui.js?body=1" for 192.168.1.11 at 2016-12-27 11:15:59 +0900 Started GET "/assets/jquery-fileupload/index.js?body=1" for 192.168.1.11 at 2016-12-27 11:15:59 +0900 Started GET "/assets/jquery-fileupload/locale.js?body=1" for 192.168.1.11 at 2016-12-27 11:15:59 +0900 Started GET "/assets/application.js?body=1" for 192.168.1.11 at 2016-12-27 11:15:59 +0900 Started GET "/assets/contents.js?body=1" for 192.168.1.11 at 2016-12-27 11:15:59 +0900 Started GET "/assets/contracts.js?body=1" for 192.168.1.11 at 2016-12-27 11:15:59 +0900 Started GET "/assets/turbolinks.js?body=1" for 192.168.1.11 at 2016-12-27 11:15:59 +0900 Started GET "/assets/customers.js?body=1" for 192.168.1.11 at 2016-12-27 11:15:59 +0900 Started GET "/assets/eset_account_ones.js?body=1" for 192.168.1.11 at 2016-12-27 11:15:59 +0900 Started GET "/assets/eset_accounts.js?body=1" for 192.168.1.11 at 2016-12-27 11:15:59 +0900 Started GET "/assets/good_histories.js?body=1" for 192.168.1.11 at 2016-12-27 11:15:59 +0900 Started GET "/assets/goods.js?body=1" for 192.168.1.11 at 2016-12-27 11:15:59 +0900 Started GET "/assets/estimates.js?body=1" for 192.168.1.11 at 2016-12-27 11:15:59 +0900 Started GET "/assets/greps.js?body=1" for 192.168.1.11 at 2016-12-27 11:15:59 +0900 Started GET "/assets/others.js?body=1" for 192.168.1.11 at 2016-12-27 11:15:59 +0900 Started GET "/assets/pdfs.js?body=1" for 192.168.1.11 at 2016-12-27 11:15:59 +0900 Started GET "/assets/pictures.js?body=1" for 192.168.1.11 at 2016-12-27 11:15:59 +0900 Started GET "/assets/report_lists.js?body=1" for 192.168.1.11 at 2016-12-27 11:15:59 +0900 Started GET "/assets/sessions.js?body=1" for 192.168.1.11 at 2016-12-27 11:15:59 +0900 Started GET "/assets/reports.js?body=1" for 192.168.1.11 at 2016-12-27 11:15:59 +0900 Started GET "/assets/static_pages.js?body=1" for 192.168.1.11 at 2016-12-27 11:15:59 +0900 Started GET "/assets/users.js?body=1" for 192.168.1.11 at 2016-12-27 11:15:59 +0900 Started GET "/assets/transactions.js?body=1" for 192.168.1.11 at 2016-12-27 11:16:00 +0900 Started GET "/assets/uploads.js?body=1" for 192.168.1.11 at 2016-12-27 11:16:00 +0900 Started GET "/assets/warranties.js?body=1" for 192.168.1.11 at 2016-12-27 11:16:00 +0900 Started GET "/assets/opensans-light-webfont.woff" for 192.168.1.11 at 2016-12-27 11:16:00 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.woff"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.1ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (45.4ms) Started GET "/assets/opensans-light-webfont.ttf" for 192.168.1.11 at 2016-12-27 11:16:00 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.ttf"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.3ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (47.3ms) Started GET "/goods" for 192.168.1.11 at 2016-12-27 11:16:09 +0900 Processing by GoodsController#index as HTML Rendered shared/_header.html.erb (0.2ms) Good Load (0.2ms) SELECT "goods".* FROM "goods" ORDER BY "goods"."last_update" ASC LIMIT 10 OFFSET 0 Rendered goods/index.html.erb within layouts/application (1.3ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.4ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 16ms (Views: 15.5ms | ActiveRecord: 0.3ms) Started GET "/goods/new" for 192.168.1.11 at 2016-12-27 11:27:25 +0900 Processing by GoodsController#new as HTML Rendered shared/_header.html.erb (0.2ms) Rendered goods/_form.html.erb (3.7ms) Rendered goods/new.html.erb within layouts/application (4.8ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.5ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 26ms (Views: 20.7ms | ActiveRecord: 0.1ms) Started POST "/goods" for 192.168.1.11 at 2016-12-27 11:27:50 +0900 Processing by GoodsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"2Pm7x6+bj029Sx1ZQf5pMg2TVr7/gYHvn/fTVSGc18g6rWp0+rBt98kHIPr7oea4D6mx4cJt/3OUK5NPbRRw9A==", "good"=>{"name"=>"test", "memo"=>"", "good_histories_attributes"=>{"0"=>{"date"=>"20160101", "number_in"=>"3", "number_out"=>"", "memo"=>"test"}, "1"=>{"date"=>"", "number_in"=>"", "number_out"=>"", "memo"=>""}, "2"=>{"date"=>"", "number_in"=>"", "number_out"=>"", "memo"=>""}, "3"=>{"date"=>"", "number_in"=>"", "number_out"=>"", "memo"=>""}, "4"=>{"date"=>"", "number_in"=>"", "number_out"=>"", "memo"=>""}}}, "commit"=>"更新"}  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "goods" ("name", "memo", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "test"], ["memo", ""], ["created_at", "2016-12-27 02:27:50.361503"], ["updated_at", "2016-12-27 02:27:50.361503"]] SQL (0.1ms) INSERT INTO "good_histories" ("number_in", "date", "memo", "good_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["number_in", 3], ["date", "2016-01-01"], ["memo", "test"], ["good_id", 1], ["created_at", "2016-12-27 02:27:50.362579"], ["updated_at", "2016-12-27 02:27:50.362579"]] SQL (0.1ms) INSERT INTO "good_histories" ("memo", "good_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["memo", ""], ["good_id", 1], ["created_at", "2016-12-27 02:27:50.363555"], ["updated_at", "2016-12-27 02:27:50.363555"]] SQL (0.0ms) INSERT INTO "good_histories" ("memo", "good_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["memo", ""], ["good_id", 1], ["created_at", "2016-12-27 02:27:50.364319"], ["updated_at", "2016-12-27 02:27:50.364319"]] SQL (0.0ms) INSERT INTO "good_histories" ("memo", "good_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["memo", ""], ["good_id", 1], ["created_at", "2016-12-27 02:27:50.365015"], ["updated_at", "2016-12-27 02:27:50.365015"]] SQL (0.0ms) INSERT INTO "good_histories" ("memo", "good_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["memo", ""], ["good_id", 1], ["created_at", "2016-12-27 02:27:50.365710"], ["updated_at", "2016-12-27 02:27:50.365710"]]  (120.1ms) commit transaction GoodHistory Load (0.1ms) SELECT "good_histories".* FROM "good_histories" WHERE "good_histories"."good_id" = ? [["good_id", 1]] [2, 3, 4, 5] SQL (139.3ms) DELETE FROM "good_histories" WHERE "good_histories"."id" IN (2, 3, 4, 5)  (0.1ms) begin transaction SQL (0.5ms) UPDATE "goods" SET "last_update" = ?, "number" = ?, "updated_at" = ? WHERE "goods"."id" = ? [["last_update", "2016-01-01"], ["number", 3], ["updated_at", "2016-12-27 02:27:50.631542"], ["id", 1]] SQL (0.3ms) UPDATE "good_histories" SET "created_at" = ?, "updated_at" = ?, "number_out" = ? WHERE "good_histories"."id" = ? [["created_at", "2016-12-27 02:27:50.362579"], ["updated_at", "2016-12-27 02:27:50.362579"], ["number_out", 0], ["id", 1]] SQL (0.1ms) UPDATE "good_histories" SET "created_at" = ?, "updated_at" = ? WHERE "good_histories"."id" = ? [["created_at", "2016-12-27 02:27:50.363555"], ["updated_at", "2016-12-27 02:27:50.363555"], ["id", 2]] SQL (0.0ms) UPDATE "good_histories" SET "created_at" = ?, "updated_at" = ? WHERE "good_histories"."id" = ? [["created_at", "2016-12-27 02:27:50.364319"], ["updated_at", "2016-12-27 02:27:50.364319"], ["id", 3]] SQL (0.0ms) UPDATE "good_histories" SET "created_at" = ?, "updated_at" = ? WHERE "good_histories"."id" = ? [["created_at", "2016-12-27 02:27:50.365015"], ["updated_at", "2016-12-27 02:27:50.365015"], ["id", 4]] SQL (0.0ms) UPDATE "good_histories" SET "created_at" = ?, "updated_at" = ? WHERE "good_histories"."id" = ? [["created_at", "2016-12-27 02:27:50.365710"], ["updated_at", "2016-12-27 02:27:50.365710"], ["id", 5]]  (122.0ms) commit transaction Redirected to http://192.168.1.19:3000/goods/1 Completed 302 Found in 406ms (ActiveRecord: 383.2ms) Started GET "/goods/1" for 192.168.1.11 at 2016-12-27 11:27:50 +0900 Processing by GoodsController#show as HTML Parameters: {"id"=>"1"} Good Load (0.2ms) SELECT "goods".* FROM "goods" WHERE "goods"."id" = ? LIMIT 1 [["id", 1]] GoodHistory Load (0.1ms) SELECT "good_histories".* FROM "good_histories" WHERE "good_histories"."good_id" = ? [["good_id", 1]] Rendered shared/_header.html.erb (0.3ms) Rendered goods/show.html.erb within layouts/application (2.4ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.4ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 21ms (Views: 17.8ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css?body=1" for 192.168.1.11 at 2016-12-27 11:27:50 +0900 Started GET "/assets/jquery.fileupload-ui.css?body=1" for 192.168.1.11 at 2016-12-27 11:27:50 +0900 Started GET "/assets/_custom.css?body=1" for 192.168.1.11 at 2016-12-27 11:27:50 +0900 Started GET "/assets/bootstrap_and_overrides.css?body=1" for 192.168.1.11 at 2016-12-27 11:27:50 +0900 Started GET "/assets/contracts.css?body=1" for 192.168.1.11 at 2016-12-27 11:27:50 +0900 Started GET "/assets/custom.css?body=1" for 192.168.1.11 at 2016-12-27 11:27:50 +0900 Started GET "/assets/eset_account_ones.css?body=1" for 192.168.1.11 at 2016-12-27 11:27:50 +0900 Started GET "/assets/estimates.css?body=1" for 192.168.1.11 at 2016-12-27 11:27:50 +0900 Started GET "/assets/eset_accounts.css?body=1" for 192.168.1.11 at 2016-12-27 11:27:50 +0900 Started GET "/assets/good_histories.css?body=1" for 192.168.1.11 at 2016-12-27 11:27:50 +0900 Started GET "/assets/goods.css?body=1" for 192.168.1.11 at 2016-12-27 11:27:50 +0900 Started GET "/assets/others.css?body=1" for 192.168.1.11 at 2016-12-27 11:27:50 +0900 Started GET "/assets/greps.css?body=1" for 192.168.1.11 at 2016-12-27 11:27:50 +0900 Started GET "/assets/pictures.css?body=1" for 192.168.1.11 at 2016-12-27 11:27:50 +0900 Started GET "/assets/pdfs.css?body=1" for 192.168.1.11 at 2016-12-27 11:27:50 +0900 Started GET "/assets/report_lists.css?body=1" for 192.168.1.11 at 2016-12-27 11:27:50 +0900 Started GET "/assets/scaffolds.css?body=1" for 192.168.1.11 at 2016-12-27 11:27:50 +0900 Started GET "/assets/reports.css?body=1" for 192.168.1.11 at 2016-12-27 11:27:50 +0900 Started GET "/assets/sessions.css?body=1" for 192.168.1.11 at 2016-12-27 11:27:50 +0900 Started GET "/assets/static_pages.css?body=1" for 192.168.1.11 at 2016-12-27 11:27:50 +0900 Started GET "/assets/transactions.css?body=1" for 192.168.1.11 at 2016-12-27 11:27:50 +0900 Started GET "/assets/users.css?body=1" for 192.168.1.11 at 2016-12-27 11:27:50 +0900 Started GET "/assets/warranties.css?body=1" for 192.168.1.11 at 2016-12-27 11:27:50 +0900 Started GET "/assets/uploads.css?body=1" for 192.168.1.11 at 2016-12-27 11:27:50 +0900 Started GET "/assets/jquery_ujs.js?body=1" for 192.168.1.11 at 2016-12-27 11:27:50 +0900 Started GET "/assets/jquery.js?body=1" for 192.168.1.11 at 2016-12-27 11:27:50 +0900 Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 192.168.1.11 at 2016-12-27 11:27:51 +0900 Started GET "/assets/jquery-fileupload/vendor/tmpl.js?body=1" for 192.168.1.11 at 2016-12-27 11:27:51 +0900 Started GET "/assets/jquery-fileupload/vendor/load-image.all.min.js?body=1" for 192.168.1.11 at 2016-12-27 11:27:51 +0900 Started GET "/assets/jquery-fileupload/vendor/canvas-to-blob.js?body=1" for 192.168.1.11 at 2016-12-27 11:27:51 +0900 Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 192.168.1.11 at 2016-12-27 11:27:51 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-process.js?body=1" for 192.168.1.11 at 2016-12-27 11:27:51 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 192.168.1.11 at 2016-12-27 11:27:51 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-image.js?body=1" for 192.168.1.11 at 2016-12-27 11:27:51 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-audio.js?body=1" for 192.168.1.11 at 2016-12-27 11:27:51 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-validate.js?body=1" for 192.168.1.11 at 2016-12-27 11:27:51 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-video.js?body=1" for 192.168.1.11 at 2016-12-27 11:27:51 +0900 Started GET "/assets/jquery-fileupload/locale.js?body=1" for 192.168.1.11 at 2016-12-27 11:27:51 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-ui.js?body=1" for 192.168.1.11 at 2016-12-27 11:27:51 +0900 Started GET "/assets/jquery-fileupload/index.js?body=1" for 192.168.1.11 at 2016-12-27 11:27:51 +0900 Started GET "/assets/application.js?body=1" for 192.168.1.11 at 2016-12-27 11:27:51 +0900 Started GET "/assets/turbolinks.js?body=1" for 192.168.1.11 at 2016-12-27 11:27:51 +0900 Started GET "/assets/contents.js?body=1" for 192.168.1.11 at 2016-12-27 11:27:51 +0900 Started GET "/assets/contracts.js?body=1" for 192.168.1.11 at 2016-12-27 11:27:51 +0900 Started GET "/assets/customers.js?body=1" for 192.168.1.11 at 2016-12-27 11:27:51 +0900 Started GET "/assets/eset_account_ones.js?body=1" for 192.168.1.11 at 2016-12-27 11:27:51 +0900 Started GET "/assets/eset_accounts.js?body=1" for 192.168.1.11 at 2016-12-27 11:27:51 +0900 Started GET "/assets/goods.js?body=1" for 192.168.1.11 at 2016-12-27 11:27:51 +0900 Started GET "/assets/estimates.js?body=1" for 192.168.1.11 at 2016-12-27 11:27:51 +0900 Started GET "/assets/good_histories.js?body=1" for 192.168.1.11 at 2016-12-27 11:27:51 +0900 Started GET "/assets/greps.js?body=1" for 192.168.1.11 at 2016-12-27 11:27:51 +0900 Started GET "/assets/pdfs.js?body=1" for 192.168.1.11 at 2016-12-27 11:27:51 +0900 Started GET "/assets/others.js?body=1" for 192.168.1.11 at 2016-12-27 11:27:51 +0900 Started GET "/assets/pictures.js?body=1" for 192.168.1.11 at 2016-12-27 11:27:51 +0900 Started GET "/assets/reports.js?body=1" for 192.168.1.11 at 2016-12-27 11:27:51 +0900 Started GET "/assets/report_lists.js?body=1" for 192.168.1.11 at 2016-12-27 11:27:51 +0900 Started GET "/assets/sessions.js?body=1" for 192.168.1.11 at 2016-12-27 11:27:51 +0900 Started GET "/assets/static_pages.js?body=1" for 192.168.1.11 at 2016-12-27 11:27:51 +0900 Started GET "/assets/uploads.js?body=1" for 192.168.1.11 at 2016-12-27 11:27:51 +0900 Started GET "/assets/users.js?body=1" for 192.168.1.11 at 2016-12-27 11:27:51 +0900 Started GET "/assets/transactions.js?body=1" for 192.168.1.11 at 2016-12-27 11:27:51 +0900 Started GET "/assets/warranties.js?body=1" for 192.168.1.11 at 2016-12-27 11:27:51 +0900 Started GET "/assets/subtitle.png" for 192.168.1.11 at 2016-12-27 11:27:51 +0900 Started GET "/assets/opensans-light-webfont.woff" for 192.168.1.11 at 2016-12-27 11:27:51 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.woff"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (45.4ms) Started GET "/assets/opensans-light-webfont.ttf" for 192.168.1.11 at 2016-12-27 11:27:51 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.ttf"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.7ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (45.0ms) Started GET "/goods/1" for 192.168.1.11 at 2016-12-27 11:37:41 +0900 Processing by GoodsController#show as HTML Parameters: {"id"=>"1"} Good Load (0.3ms) SELECT "goods".* FROM "goods" WHERE "goods"."id" = ? LIMIT 1 [["id", 1]] GoodHistory Load (0.1ms) SELECT "good_histories".* FROM "good_histories" WHERE "good_histories"."good_id" = ? [["good_id", 1]] Rendered shared/_header.html.erb (0.2ms) Rendered goods/show.html.erb within layouts/application (0.9ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.4ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 18ms (Views: 15.3ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css?body=1" for 192.168.1.11 at 2016-12-27 11:37:41 +0900 Started GET "/assets/jquery.fileupload-ui.css?body=1" for 192.168.1.11 at 2016-12-27 11:37:41 +0900 Started GET "/assets/_custom.css?body=1" for 192.168.1.11 at 2016-12-27 11:37:41 +0900 Started GET "/assets/contracts.css?body=1" for 192.168.1.11 at 2016-12-27 11:37:41 +0900 Started GET "/assets/bootstrap_and_overrides.css?body=1" for 192.168.1.11 at 2016-12-27 11:37:41 +0900 Started GET "/assets/custom.css?body=1" for 192.168.1.11 at 2016-12-27 11:37:41 +0900 Started GET "/assets/eset_account_ones.css?body=1" for 192.168.1.11 at 2016-12-27 11:37:41 +0900 Started GET "/assets/eset_accounts.css?body=1" for 192.168.1.11 at 2016-12-27 11:37:41 +0900 Started GET "/assets/estimates.css?body=1" for 192.168.1.11 at 2016-12-27 11:37:41 +0900 Started GET "/assets/good_histories.css?body=1" for 192.168.1.11 at 2016-12-27 11:37:41 +0900 Started GET "/assets/greps.css?body=1" for 192.168.1.11 at 2016-12-27 11:37:41 +0900 Started GET "/assets/goods.css?body=1" for 192.168.1.11 at 2016-12-27 11:37:41 +0900 Started GET "/assets/pdfs.css?body=1" for 192.168.1.11 at 2016-12-27 11:37:41 +0900 Started GET "/assets/others.css?body=1" for 192.168.1.11 at 2016-12-27 11:37:41 +0900 Started GET "/assets/pictures.css?body=1" for 192.168.1.11 at 2016-12-27 11:37:41 +0900 Started GET "/assets/reports.css?body=1" for 192.168.1.11 at 2016-12-27 11:37:42 +0900 Started GET "/assets/report_lists.css?body=1" for 192.168.1.11 at 2016-12-27 11:37:42 +0900 Started GET "/assets/scaffolds.css?body=1" for 192.168.1.11 at 2016-12-27 11:37:42 +0900 Started GET "/assets/sessions.css?body=1" for 192.168.1.11 at 2016-12-27 11:37:42 +0900 Started GET "/assets/transactions.css?body=1" for 192.168.1.11 at 2016-12-27 11:37:42 +0900 Started GET "/assets/static_pages.css?body=1" for 192.168.1.11 at 2016-12-27 11:37:42 +0900 Started GET "/assets/uploads.css?body=1" for 192.168.1.11 at 2016-12-27 11:37:42 +0900 Started GET "/assets/users.css?body=1" for 192.168.1.11 at 2016-12-27 11:37:42 +0900 Started GET "/assets/warranties.css?body=1" for 192.168.1.11 at 2016-12-27 11:37:42 +0900 Started GET "/assets/jquery_ujs.js?body=1" for 192.168.1.11 at 2016-12-27 11:37:42 +0900 Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 192.168.1.11 at 2016-12-27 11:37:42 +0900 Started GET "/assets/jquery.js?body=1" for 192.168.1.11 at 2016-12-27 11:37:42 +0900 Started GET "/assets/jquery-fileupload/vendor/load-image.all.min.js?body=1" for 192.168.1.11 at 2016-12-27 11:37:42 +0900 Started GET "/assets/jquery-fileupload/vendor/tmpl.js?body=1" for 192.168.1.11 at 2016-12-27 11:37:42 +0900 Started GET "/assets/jquery-fileupload/vendor/canvas-to-blob.js?body=1" for 192.168.1.11 at 2016-12-27 11:37:42 +0900 Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 192.168.1.11 at 2016-12-27 11:37:42 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-process.js?body=1" for 192.168.1.11 at 2016-12-27 11:37:42 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 192.168.1.11 at 2016-12-27 11:37:42 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-image.js?body=1" for 192.168.1.11 at 2016-12-27 11:37:42 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-audio.js?body=1" for 192.168.1.11 at 2016-12-27 11:37:42 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-video.js?body=1" for 192.168.1.11 at 2016-12-27 11:37:42 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-validate.js?body=1" for 192.168.1.11 at 2016-12-27 11:37:42 +0900 Started GET "/assets/jquery-fileupload/locale.js?body=1" for 192.168.1.11 at 2016-12-27 11:37:42 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-ui.js?body=1" for 192.168.1.11 at 2016-12-27 11:37:42 +0900 Started GET "/assets/jquery-fileupload/index.js?body=1" for 192.168.1.11 at 2016-12-27 11:37:42 +0900 Started GET "/assets/turbolinks.js?body=1" for 192.168.1.11 at 2016-12-27 11:37:42 +0900 Started GET "/assets/application.js?body=1" for 192.168.1.11 at 2016-12-27 11:37:42 +0900 Started GET "/assets/contracts.js?body=1" for 192.168.1.11 at 2016-12-27 11:37:42 +0900 Started GET "/assets/contents.js?body=1" for 192.168.1.11 at 2016-12-27 11:37:42 +0900 Started GET "/assets/customers.js?body=1" for 192.168.1.11 at 2016-12-27 11:37:42 +0900 Started GET "/assets/eset_accounts.js?body=1" for 192.168.1.11 at 2016-12-27 11:37:42 +0900 Started GET "/assets/eset_account_ones.js?body=1" for 192.168.1.11 at 2016-12-27 11:37:42 +0900 Started GET "/assets/good_histories.js?body=1" for 192.168.1.11 at 2016-12-27 11:37:42 +0900 Started GET "/assets/estimates.js?body=1" for 192.168.1.11 at 2016-12-27 11:37:42 +0900 Started GET "/assets/goods.js?body=1" for 192.168.1.11 at 2016-12-27 11:37:42 +0900 Started GET "/assets/greps.js?body=1" for 192.168.1.11 at 2016-12-27 11:37:42 +0900 Started GET "/assets/others.js?body=1" for 192.168.1.11 at 2016-12-27 11:37:42 +0900 Started GET "/assets/pdfs.js?body=1" for 192.168.1.11 at 2016-12-27 11:37:42 +0900 Started GET "/assets/report_lists.js?body=1" for 192.168.1.11 at 2016-12-27 11:37:42 +0900 Started GET "/assets/reports.js?body=1" for 192.168.1.11 at 2016-12-27 11:37:42 +0900 Started GET "/assets/pictures.js?body=1" for 192.168.1.11 at 2016-12-27 11:37:42 +0900 Started GET "/assets/sessions.js?body=1" for 192.168.1.11 at 2016-12-27 11:37:42 +0900 Started GET "/assets/static_pages.js?body=1" for 192.168.1.11 at 2016-12-27 11:37:42 +0900 Started GET "/assets/transactions.js?body=1" for 192.168.1.11 at 2016-12-27 11:37:42 +0900 Started GET "/assets/uploads.js?body=1" for 192.168.1.11 at 2016-12-27 11:37:42 +0900 Started GET "/assets/users.js?body=1" for 192.168.1.11 at 2016-12-27 11:37:42 +0900 Started GET "/assets/warranties.js?body=1" for 192.168.1.11 at 2016-12-27 11:37:42 +0900 Started GET "/assets/subtitle.png" for 192.168.1.11 at 2016-12-27 11:37:42 +0900 Started GET "/assets/opensans-light-webfont.woff" for 192.168.1.11 at 2016-12-27 11:37:42 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.woff"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.1ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (46.0ms) Started GET "/assets/opensans-light-webfont.ttf" for 192.168.1.11 at 2016-12-27 11:37:42 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.ttf"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.8ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (46.3ms) Started GET "/goods/1" for 192.168.1.11 at 2016-12-27 11:39:14 +0900 Processing by GoodsController#show as HTML Parameters: {"id"=>"1"} Good Load (0.2ms) SELECT "goods".* FROM "goods" WHERE "goods"."id" = ? LIMIT 1 [["id", 1]] GoodHistory Load (0.1ms) SELECT "good_histories".* FROM "good_histories" WHERE "good_histories"."good_id" = ? [["good_id", 1]] Rendered shared/_header.html.erb (0.2ms) Rendered goods/show.html.erb within layouts/application (1.5ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.4ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 18ms (Views: 15.5ms | ActiveRecord: 0.3ms) Started GET "/assets/jquery.fileupload-ui.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:14 +0900 Started GET "/assets/application.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:14 +0900 Started GET "/assets/_custom.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:14 +0900 Started GET "/assets/contracts.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:14 +0900 Started GET "/assets/eset_account_ones.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:14 +0900 Started GET "/assets/bootstrap_and_overrides.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:14 +0900 Started GET "/assets/estimates.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:14 +0900 Started GET "/assets/custom.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:14 +0900 Started GET "/assets/eset_accounts.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:14 +0900 Started GET "/assets/good_histories.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:14 +0900 Started GET "/assets/goods.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:14 +0900 Started GET "/assets/greps.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:14 +0900 Started GET "/assets/others.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:14 +0900 Started GET "/assets/report_lists.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:14 +0900 Started GET "/assets/pdfs.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:14 +0900 Started GET "/assets/reports.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:14 +0900 Started GET "/assets/pictures.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:14 +0900 Started GET "/assets/transactions.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:14 +0900 Started GET "/assets/sessions.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:14 +0900 Started GET "/assets/static_pages.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:14 +0900 Started GET "/assets/scaffolds.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:14 +0900 Started GET "/assets/uploads.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:14 +0900 Started GET "/assets/warranties.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:14 +0900 Started GET "/assets/jquery_ujs.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:14 +0900 Started GET "/assets/jquery.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:14 +0900 Started GET "/assets/users.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:14 +0900 Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:14 +0900 Started GET "/assets/jquery-fileupload/vendor/load-image.all.min.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:14 +0900 Started GET "/assets/jquery-fileupload/vendor/tmpl.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:14 +0900 Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:14 +0900 Started GET "/assets/jquery-fileupload/vendor/canvas-to-blob.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:14 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:14 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-process.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:14 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-image.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:14 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-audio.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:14 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-video.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:14 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-validate.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:14 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-ui.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:15 +0900 Started GET "/assets/turbolinks.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:15 +0900 Started GET "/assets/jquery-fileupload/locale.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:15 +0900 Started GET "/assets/contents.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:15 +0900 Started GET "/assets/jquery-fileupload/index.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:15 +0900 Started GET "/assets/contracts.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:15 +0900 Started GET "/assets/customers.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:15 +0900 Started GET "/assets/application.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:15 +0900 Started GET "/assets/eset_account_ones.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:15 +0900 Started GET "/assets/eset_accounts.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:15 +0900 Started GET "/assets/estimates.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:15 +0900 Started GET "/assets/good_histories.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:15 +0900 Started GET "/assets/goods.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:15 +0900 Started GET "/assets/greps.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:15 +0900 Started GET "/assets/others.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:15 +0900 Started GET "/assets/pdfs.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:15 +0900 Started GET "/assets/report_lists.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:15 +0900 Started GET "/assets/pictures.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:15 +0900 Started GET "/assets/reports.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:15 +0900 Started GET "/assets/static_pages.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:15 +0900 Started GET "/assets/sessions.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:15 +0900 Started GET "/assets/uploads.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:15 +0900 Started GET "/assets/transactions.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:15 +0900 Started GET "/assets/users.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:15 +0900 Started GET "/assets/warranties.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:15 +0900 Started GET "/assets/opensans-light-webfont.woff" for 192.168.1.11 at 2016-12-27 11:39:15 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.woff"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (44.8ms) Started GET "/assets/opensans-light-webfont.ttf" for 192.168.1.11 at 2016-12-27 11:39:15 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.ttf"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (45.3ms) Started GET "/goods/1" for 192.168.1.11 at 2016-12-27 11:39:27 +0900 Processing by GoodsController#show as HTML Parameters: {"id"=>"1"} Good Load (0.1ms) SELECT "goods".* FROM "goods" WHERE "goods"."id" = ? LIMIT 1 [["id", 1]] GoodHistory Load (0.1ms) SELECT "good_histories".* FROM "good_histories" WHERE "good_histories"."good_id" = ? [["good_id", 1]] Rendered shared/_header.html.erb (0.2ms) Rendered goods/show.html.erb within layouts/application (1.5ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.4ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 18ms (Views: 15.9ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:27 +0900 Started GET "/assets/jquery.fileupload-ui.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:27 +0900 Started GET "/assets/_custom.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:27 +0900 Started GET "/assets/bootstrap_and_overrides.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:27 +0900 Started GET "/assets/eset_account_ones.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:27 +0900 Started GET "/assets/estimates.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:27 +0900 Started GET "/assets/eset_accounts.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:27 +0900 Started GET "/assets/contracts.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:28 +0900 Started GET "/assets/custom.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:28 +0900 Started GET "/assets/goods.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:28 +0900 Started GET "/assets/good_histories.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:28 +0900 Started GET "/assets/greps.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:28 +0900 Started GET "/assets/others.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:28 +0900 Started GET "/assets/pdfs.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:28 +0900 Started GET "/assets/reports.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:28 +0900 Started GET "/assets/scaffolds.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:28 +0900 Started GET "/assets/pictures.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:28 +0900 Started GET "/assets/report_lists.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:28 +0900 Started GET "/assets/sessions.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:28 +0900 Started GET "/assets/transactions.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:28 +0900 Started GET "/assets/static_pages.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:28 +0900 Started GET "/assets/uploads.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:28 +0900 Started GET "/assets/users.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:28 +0900 Started GET "/assets/warranties.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:28 +0900 Started GET "/assets/jquery.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:28 +0900 Started GET "/assets/jquery_ujs.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:28 +0900 Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:28 +0900 Started GET "/assets/jquery-fileupload/vendor/tmpl.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:28 +0900 Started GET "/assets/jquery-fileupload/vendor/load-image.all.min.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:28 +0900 Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:28 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:28 +0900 Started GET "/assets/jquery-fileupload/vendor/canvas-to-blob.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:28 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-process.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:28 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-audio.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:28 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-image.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:28 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-ui.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:28 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-validate.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:28 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-video.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:28 +0900 Started GET "/assets/jquery-fileupload/locale.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:28 +0900 Started GET "/assets/jquery-fileupload/index.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:28 +0900 Started GET "/assets/turbolinks.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:28 +0900 Started GET "/assets/contents.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:28 +0900 Started GET "/assets/contracts.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:28 +0900 Started GET "/assets/customers.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:28 +0900 Started GET "/assets/application.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:28 +0900 Started GET "/assets/estimates.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:28 +0900 Started GET "/assets/eset_accounts.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:28 +0900 Started GET "/assets/eset_account_ones.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:28 +0900 Started GET "/assets/good_histories.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:28 +0900 Started GET "/assets/goods.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:28 +0900 Started GET "/assets/pdfs.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:28 +0900 Started GET "/assets/others.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:28 +0900 Started GET "/assets/pictures.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:28 +0900 Started GET "/assets/greps.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:28 +0900 Started GET "/assets/report_lists.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:28 +0900 Started GET "/assets/reports.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:28 +0900 Started GET "/assets/sessions.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:28 +0900 Started GET "/assets/transactions.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:28 +0900 Started GET "/assets/users.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:28 +0900 Started GET "/assets/static_pages.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:28 +0900 Started GET "/assets/uploads.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:28 +0900 Started GET "/assets/warranties.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:28 +0900 Started GET "/assets/opensans-light-webfont.woff" for 192.168.1.11 at 2016-12-27 11:39:28 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.woff"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.7ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (51.8ms) Started GET "/assets/opensans-light-webfont.ttf" for 192.168.1.11 at 2016-12-27 11:39:28 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.ttf"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (45.6ms) Started GET "/goods/1" for 192.168.1.11 at 2016-12-27 11:39:39 +0900 Processing by GoodsController#show as HTML Parameters: {"id"=>"1"} Good Load (0.1ms) SELECT "goods".* FROM "goods" WHERE "goods"."id" = ? LIMIT 1 [["id", 1]] GoodHistory Load (0.1ms) SELECT "good_histories".* FROM "good_histories" WHERE "good_histories"."good_id" = ? [["good_id", 1]] Rendered shared/_header.html.erb (0.2ms) Rendered goods/show.html.erb within layouts/application (1.6ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.4ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 18ms (Views: 15.9ms | ActiveRecord: 0.2ms) Started GET "/assets/jquery.fileupload-ui.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:39 +0900 Started GET "/assets/application.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:39 +0900 Started GET "/assets/bootstrap_and_overrides.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:39 +0900 Started GET "/assets/eset_account_ones.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:39 +0900 Started GET "/assets/_custom.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:39 +0900 Started GET "/assets/contracts.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:39 +0900 Started GET "/assets/eset_accounts.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:39 +0900 Started GET "/assets/estimates.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:39 +0900 Started GET "/assets/custom.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:39 +0900 Started GET "/assets/goods.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:39 +0900 Started GET "/assets/good_histories.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:39 +0900 Started GET "/assets/greps.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:39 +0900 Started GET "/assets/others.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:39 +0900 Started GET "/assets/pdfs.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:39 +0900 Started GET "/assets/pictures.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:39 +0900 Started GET "/assets/report_lists.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:39 +0900 Started GET "/assets/reports.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:39 +0900 Started GET "/assets/scaffolds.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:39 +0900 Started GET "/assets/sessions.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:39 +0900 Started GET "/assets/static_pages.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:39 +0900 Started GET "/assets/transactions.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:39 +0900 Started GET "/assets/warranties.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:39 +0900 Started GET "/assets/users.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:39 +0900 Started GET "/assets/uploads.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:39 +0900 Started GET "/assets/jquery.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:39 +0900 Started GET "/assets/jquery_ujs.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:39 +0900 Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:39 +0900 Started GET "/assets/jquery-fileupload/vendor/tmpl.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:39 +0900 Started GET "/assets/jquery-fileupload/vendor/load-image.all.min.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:39 +0900 Started GET "/assets/jquery-fileupload/vendor/canvas-to-blob.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:39 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:39 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-process.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:39 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-image.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:39 +0900 Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:39 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-audio.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:39 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-validate.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:39 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-video.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:39 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-ui.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:39 +0900 Started GET "/assets/jquery-fileupload/locale.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:39 +0900 Started GET "/assets/jquery-fileupload/index.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:39 +0900 Started GET "/assets/turbolinks.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:39 +0900 Started GET "/assets/application.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:39 +0900 Started GET "/assets/contents.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:39 +0900 Started GET "/assets/customers.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:39 +0900 Started GET "/assets/contracts.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:39 +0900 Started GET "/assets/eset_account_ones.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:39 +0900 Started GET "/assets/eset_accounts.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:39 +0900 Started GET "/assets/estimates.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:39 +0900 Started GET "/assets/good_histories.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:39 +0900 Started GET "/assets/goods.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:39 +0900 Started GET "/assets/greps.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:39 +0900 Started GET "/assets/others.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:39 +0900 Started GET "/assets/pictures.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:39 +0900 Started GET "/assets/reports.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:39 +0900 Started GET "/assets/pdfs.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:39 +0900 Started GET "/assets/report_lists.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:39 +0900 Started GET "/assets/sessions.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:39 +0900 Started GET "/assets/static_pages.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:39 +0900 Started GET "/assets/uploads.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:39 +0900 Started GET "/assets/transactions.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:39 +0900 Started GET "/assets/users.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:39 +0900 Started GET "/assets/warranties.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:39 +0900 Started GET "/assets/opensans-light-webfont.woff" for 192.168.1.11 at 2016-12-27 11:39:39 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.woff"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.1ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (46.1ms) Started GET "/assets/opensans-light-webfont.ttf" for 192.168.1.11 at 2016-12-27 11:39:39 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.ttf"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.1ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (46.5ms) Started GET "/goods/1" for 192.168.1.11 at 2016-12-27 11:39:56 +0900 Processing by GoodsController#show as HTML Parameters: {"id"=>"1"} Good Load (0.1ms) SELECT "goods".* FROM "goods" WHERE "goods"."id" = ? LIMIT 1 [["id", 1]] GoodHistory Load (0.1ms) SELECT "good_histories".* FROM "good_histories" WHERE "good_histories"."good_id" = ? [["good_id", 1]] Rendered shared/_header.html.erb (0.2ms) Rendered goods/show.html.erb within layouts/application (1.5ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.4ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 18ms (Views: 16.1ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:56 +0900 Started GET "/assets/_custom.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:56 +0900 Started GET "/assets/jquery.fileupload-ui.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:56 +0900 Started GET "/assets/bootstrap_and_overrides.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:56 +0900 Started GET "/assets/contracts.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:56 +0900 Started GET "/assets/custom.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:56 +0900 Started GET "/assets/eset_account_ones.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:56 +0900 Started GET "/assets/estimates.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:56 +0900 Started GET "/assets/eset_accounts.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:56 +0900 Started GET "/assets/good_histories.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:56 +0900 Started GET "/assets/goods.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:56 +0900 Started GET "/assets/greps.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:56 +0900 Started GET "/assets/others.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:56 +0900 Started GET "/assets/pdfs.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:56 +0900 Started GET "/assets/pictures.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:56 +0900 Started GET "/assets/report_lists.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:56 +0900 Started GET "/assets/reports.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:56 +0900 Started GET "/assets/scaffolds.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:56 +0900 Started GET "/assets/sessions.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:56 +0900 Started GET "/assets/transactions.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:56 +0900 Started GET "/assets/uploads.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:56 +0900 Started GET "/assets/users.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:56 +0900 Started GET "/assets/static_pages.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:56 +0900 Started GET "/assets/warranties.css?body=1" for 192.168.1.11 at 2016-12-27 11:39:56 +0900 Started GET "/assets/jquery.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:56 +0900 Started GET "/assets/jquery_ujs.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:56 +0900 Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:56 +0900 Started GET "/assets/jquery-fileupload/vendor/tmpl.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:56 +0900 Started GET "/assets/jquery-fileupload/vendor/load-image.all.min.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:56 +0900 Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:56 +0900 Started GET "/assets/jquery-fileupload/vendor/canvas-to-blob.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:56 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-process.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:56 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:56 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-image.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:56 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-audio.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:56 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-video.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:56 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-validate.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:56 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-ui.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:56 +0900 Started GET "/assets/jquery-fileupload/locale.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:56 +0900 Started GET "/assets/turbolinks.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:56 +0900 Started GET "/assets/jquery-fileupload/index.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:56 +0900 Started GET "/assets/application.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:56 +0900 Started GET "/assets/contents.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:56 +0900 Started GET "/assets/contracts.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:56 +0900 Started GET "/assets/customers.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:56 +0900 Started GET "/assets/eset_account_ones.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:56 +0900 Started GET "/assets/eset_accounts.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:56 +0900 Started GET "/assets/estimates.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:56 +0900 Started GET "/assets/goods.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:56 +0900 Started GET "/assets/good_histories.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:56 +0900 Started GET "/assets/greps.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:56 +0900 Started GET "/assets/others.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:56 +0900 Started GET "/assets/pdfs.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:56 +0900 Started GET "/assets/report_lists.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:56 +0900 Started GET "/assets/pictures.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:56 +0900 Started GET "/assets/reports.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:56 +0900 Started GET "/assets/sessions.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:56 +0900 Started GET "/assets/static_pages.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:56 +0900 Started GET "/assets/transactions.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:56 +0900 Started GET "/assets/users.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:56 +0900 Started GET "/assets/uploads.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:56 +0900 Started GET "/assets/warranties.js?body=1" for 192.168.1.11 at 2016-12-27 11:39:56 +0900 Started GET "/assets/opensans-light-webfont.woff" for 192.168.1.11 at 2016-12-27 11:39:56 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.woff"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.8ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (45.1ms) Started GET "/assets/opensans-light-webfont.ttf" for 192.168.1.11 at 2016-12-27 11:39:56 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.ttf"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.6ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (44.8ms) Started GET "/goods/1" for 192.168.1.11 at 2016-12-27 11:40:08 +0900 Processing by GoodsController#show as HTML Parameters: {"id"=>"1"} Good Load (0.1ms) SELECT "goods".* FROM "goods" WHERE "goods"."id" = ? LIMIT 1 [["id", 1]] GoodHistory Load (0.1ms) SELECT "good_histories".* FROM "good_histories" WHERE "good_histories"."good_id" = ? [["good_id", 1]] Rendered shared/_header.html.erb (0.2ms) Rendered goods/show.html.erb within layouts/application (1.6ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.4ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 18ms (Views: 15.7ms | ActiveRecord: 0.2ms) Started GET "/assets/jquery.fileupload-ui.css?body=1" for 192.168.1.11 at 2016-12-27 11:40:08 +0900 Started GET "/assets/_custom.css?body=1" for 192.168.1.11 at 2016-12-27 11:40:08 +0900 Started GET "/assets/application.css?body=1" for 192.168.1.11 at 2016-12-27 11:40:08 +0900 Started GET "/assets/bootstrap_and_overrides.css?body=1" for 192.168.1.11 at 2016-12-27 11:40:08 +0900 Started GET "/assets/custom.css?body=1" for 192.168.1.11 at 2016-12-27 11:40:08 +0900 Started GET "/assets/contracts.css?body=1" for 192.168.1.11 at 2016-12-27 11:40:08 +0900 Started GET "/assets/eset_account_ones.css?body=1" for 192.168.1.11 at 2016-12-27 11:40:08 +0900 Started GET "/assets/estimates.css?body=1" for 192.168.1.11 at 2016-12-27 11:40:08 +0900 Started GET "/assets/eset_accounts.css?body=1" for 192.168.1.11 at 2016-12-27 11:40:08 +0900 Started GET "/assets/goods.css?body=1" for 192.168.1.11 at 2016-12-27 11:40:08 +0900 Started GET "/assets/good_histories.css?body=1" for 192.168.1.11 at 2016-12-27 11:40:08 +0900 Started GET "/assets/greps.css?body=1" for 192.168.1.11 at 2016-12-27 11:40:08 +0900 Started GET "/assets/others.css?body=1" for 192.168.1.11 at 2016-12-27 11:40:08 +0900 Started GET "/assets/pictures.css?body=1" for 192.168.1.11 at 2016-12-27 11:40:08 +0900 Started GET "/assets/pdfs.css?body=1" for 192.168.1.11 at 2016-12-27 11:40:08 +0900 Started GET "/assets/report_lists.css?body=1" for 192.168.1.11 at 2016-12-27 11:40:08 +0900 Started GET "/assets/reports.css?body=1" for 192.168.1.11 at 2016-12-27 11:40:08 +0900 Started GET "/assets/sessions.css?body=1" for 192.168.1.11 at 2016-12-27 11:40:08 +0900 Started GET "/assets/scaffolds.css?body=1" for 192.168.1.11 at 2016-12-27 11:40:08 +0900 Started GET "/assets/static_pages.css?body=1" for 192.168.1.11 at 2016-12-27 11:40:08 +0900 Started GET "/assets/transactions.css?body=1" for 192.168.1.11 at 2016-12-27 11:40:08 +0900 Started GET "/assets/uploads.css?body=1" for 192.168.1.11 at 2016-12-27 11:40:08 +0900 Started GET "/assets/jquery.js?body=1" for 192.168.1.11 at 2016-12-27 11:40:08 +0900 Started GET "/assets/users.css?body=1" for 192.168.1.11 at 2016-12-27 11:40:08 +0900 Started GET "/assets/warranties.css?body=1" for 192.168.1.11 at 2016-12-27 11:40:08 +0900 Started GET "/assets/jquery_ujs.js?body=1" for 192.168.1.11 at 2016-12-27 11:40:08 +0900 Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 192.168.1.11 at 2016-12-27 11:40:08 +0900 Started GET "/assets/jquery-fileupload/vendor/tmpl.js?body=1" for 192.168.1.11 at 2016-12-27 11:40:08 +0900 Started GET "/assets/jquery-fileupload/vendor/load-image.all.min.js?body=1" for 192.168.1.11 at 2016-12-27 11:40:08 +0900 Started GET "/assets/jquery-fileupload/vendor/canvas-to-blob.js?body=1" for 192.168.1.11 at 2016-12-27 11:40:08 +0900 Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 192.168.1.11 at 2016-12-27 11:40:08 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-process.js?body=1" for 192.168.1.11 at 2016-12-27 11:40:08 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-image.js?body=1" for 192.168.1.11 at 2016-12-27 11:40:08 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 192.168.1.11 at 2016-12-27 11:40:08 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-video.js?body=1" for 192.168.1.11 at 2016-12-27 11:40:08 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-audio.js?body=1" for 192.168.1.11 at 2016-12-27 11:40:08 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-validate.js?body=1" for 192.168.1.11 at 2016-12-27 11:40:08 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-ui.js?body=1" for 192.168.1.11 at 2016-12-27 11:40:08 +0900 Started GET "/assets/jquery-fileupload/index.js?body=1" for 192.168.1.11 at 2016-12-27 11:40:08 +0900 Started GET "/assets/turbolinks.js?body=1" for 192.168.1.11 at 2016-12-27 11:40:08 +0900 Started GET "/assets/jquery-fileupload/locale.js?body=1" for 192.168.1.11 at 2016-12-27 11:40:08 +0900 Started GET "/assets/application.js?body=1" for 192.168.1.11 at 2016-12-27 11:40:08 +0900 Started GET "/assets/contents.js?body=1" for 192.168.1.11 at 2016-12-27 11:40:08 +0900 Started GET "/assets/contracts.js?body=1" for 192.168.1.11 at 2016-12-27 11:40:08 +0900 Started GET "/assets/customers.js?body=1" for 192.168.1.11 at 2016-12-27 11:40:08 +0900 Started GET "/assets/eset_accounts.js?body=1" for 192.168.1.11 at 2016-12-27 11:40:08 +0900 Started GET "/assets/eset_account_ones.js?body=1" for 192.168.1.11 at 2016-12-27 11:40:08 +0900 Started GET "/assets/estimates.js?body=1" for 192.168.1.11 at 2016-12-27 11:40:08 +0900 Started GET "/assets/greps.js?body=1" for 192.168.1.11 at 2016-12-27 11:40:08 +0900 Started GET "/assets/goods.js?body=1" for 192.168.1.11 at 2016-12-27 11:40:08 +0900 Started GET "/assets/good_histories.js?body=1" for 192.168.1.11 at 2016-12-27 11:40:08 +0900 Started GET "/assets/others.js?body=1" for 192.168.1.11 at 2016-12-27 11:40:08 +0900 Started GET "/assets/pdfs.js?body=1" for 192.168.1.11 at 2016-12-27 11:40:08 +0900 Started GET "/assets/pictures.js?body=1" for 192.168.1.11 at 2016-12-27 11:40:08 +0900 Started GET "/assets/report_lists.js?body=1" for 192.168.1.11 at 2016-12-27 11:40:08 +0900 Started GET "/assets/static_pages.js?body=1" for 192.168.1.11 at 2016-12-27 11:40:08 +0900 Started GET "/assets/reports.js?body=1" for 192.168.1.11 at 2016-12-27 11:40:08 +0900 Started GET "/assets/sessions.js?body=1" for 192.168.1.11 at 2016-12-27 11:40:08 +0900 Started GET "/assets/transactions.js?body=1" for 192.168.1.11 at 2016-12-27 11:40:08 +0900 Started GET "/assets/uploads.js?body=1" for 192.168.1.11 at 2016-12-27 11:40:08 +0900 Started GET "/assets/users.js?body=1" for 192.168.1.11 at 2016-12-27 11:40:08 +0900 Started GET "/assets/warranties.js?body=1" for 192.168.1.11 at 2016-12-27 11:40:08 +0900 Started GET "/assets/opensans-light-webfont.woff" for 192.168.1.11 at 2016-12-27 11:40:08 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.woff"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.2ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (46.7ms) Started GET "/assets/opensans-light-webfont.ttf" for 192.168.1.11 at 2016-12-27 11:40:09 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.ttf"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.3ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (53.5ms) Started GET "/goods/1" for 192.168.1.11 at 2016-12-27 11:40:35 +0900 Processing by GoodsController#show as HTML Parameters: {"id"=>"1"} Good Load (0.2ms) SELECT "goods".* FROM "goods" WHERE "goods"."id" = ? LIMIT 1 [["id", 1]] GoodHistory Load (0.2ms) SELECT "good_histories".* FROM "good_histories" WHERE "good_histories"."good_id" = ? [["good_id", 1]] Rendered shared/_header.html.erb (0.2ms) Rendered goods/show.html.erb within layouts/application (1.5ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.4ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 21ms (Views: 16.7ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css?body=1" for 192.168.1.11 at 2016-12-27 11:40:35 +0900 Started GET "/assets/jquery.fileupload-ui.css?body=1" for 192.168.1.11 at 2016-12-27 11:40:35 +0900 Started GET "/assets/_custom.css?body=1" for 192.168.1.11 at 2016-12-27 11:40:35 +0900 Started GET "/assets/bootstrap_and_overrides.css?body=1" for 192.168.1.11 at 2016-12-27 11:40:35 +0900 Started GET "/assets/contracts.css?body=1" for 192.168.1.11 at 2016-12-27 11:40:35 +0900 Started GET "/assets/estimates.css?body=1" for 192.168.1.11 at 2016-12-27 11:40:35 +0900 Started GET "/assets/custom.css?body=1" for 192.168.1.11 at 2016-12-27 11:40:35 +0900 Started GET "/assets/eset_accounts.css?body=1" for 192.168.1.11 at 2016-12-27 11:40:35 +0900 Started GET "/assets/eset_account_ones.css?body=1" for 192.168.1.11 at 2016-12-27 11:40:35 +0900 Started GET "/assets/goods.css?body=1" for 192.168.1.11 at 2016-12-27 11:40:35 +0900 Started GET "/assets/greps.css?body=1" for 192.168.1.11 at 2016-12-27 11:40:35 +0900 Started GET "/assets/good_histories.css?body=1" for 192.168.1.11 at 2016-12-27 11:40:35 +0900 Started GET "/assets/others.css?body=1" for 192.168.1.11 at 2016-12-27 11:40:35 +0900 Started GET "/assets/pdfs.css?body=1" for 192.168.1.11 at 2016-12-27 11:40:35 +0900 Started GET "/assets/report_lists.css?body=1" for 192.168.1.11 at 2016-12-27 11:40:35 +0900 Started GET "/assets/pictures.css?body=1" for 192.168.1.11 at 2016-12-27 11:40:35 +0900 Started GET "/assets/sessions.css?body=1" for 192.168.1.11 at 2016-12-27 11:40:35 +0900 Started GET "/assets/reports.css?body=1" for 192.168.1.11 at 2016-12-27 11:40:35 +0900 Started GET "/assets/scaffolds.css?body=1" for 192.168.1.11 at 2016-12-27 11:40:35 +0900 Started GET "/assets/static_pages.css?body=1" for 192.168.1.11 at 2016-12-27 11:40:35 +0900 Started GET "/assets/uploads.css?body=1" for 192.168.1.11 at 2016-12-27 11:40:35 +0900 Started GET "/assets/transactions.css?body=1" for 192.168.1.11 at 2016-12-27 11:40:35 +0900 Started GET "/assets/warranties.css?body=1" for 192.168.1.11 at 2016-12-27 11:40:35 +0900 Started GET "/assets/users.css?body=1" for 192.168.1.11 at 2016-12-27 11:40:35 +0900 Started GET "/assets/jquery.js?body=1" for 192.168.1.11 at 2016-12-27 11:40:35 +0900 Started GET "/assets/jquery_ujs.js?body=1" for 192.168.1.11 at 2016-12-27 11:40:35 +0900 Started GET "/assets/jquery-fileupload/vendor/tmpl.js?body=1" for 192.168.1.11 at 2016-12-27 11:40:35 +0900 Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 192.168.1.11 at 2016-12-27 11:40:35 +0900 Started GET "/assets/jquery-fileupload/vendor/canvas-to-blob.js?body=1" for 192.168.1.11 at 2016-12-27 11:40:35 +0900 Started GET "/assets/jquery-fileupload/vendor/load-image.all.min.js?body=1" for 192.168.1.11 at 2016-12-27 11:40:35 +0900 Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 192.168.1.11 at 2016-12-27 11:40:35 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 192.168.1.11 at 2016-12-27 11:40:35 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-process.js?body=1" for 192.168.1.11 at 2016-12-27 11:40:35 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-image.js?body=1" for 192.168.1.11 at 2016-12-27 11:40:35 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-video.js?body=1" for 192.168.1.11 at 2016-12-27 11:40:35 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-validate.js?body=1" for 192.168.1.11 at 2016-12-27 11:40:35 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-audio.js?body=1" for 192.168.1.11 at 2016-12-27 11:40:35 +0900 Started GET "/assets/jquery-fileupload/locale.js?body=1" for 192.168.1.11 at 2016-12-27 11:40:35 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-ui.js?body=1" for 192.168.1.11 at 2016-12-27 11:40:35 +0900 Started GET "/assets/turbolinks.js?body=1" for 192.168.1.11 at 2016-12-27 11:40:35 +0900 Started GET "/assets/application.js?body=1" for 192.168.1.11 at 2016-12-27 11:40:35 +0900 Started GET "/assets/contents.js?body=1" for 192.168.1.11 at 2016-12-27 11:40:35 +0900 Started GET "/assets/jquery-fileupload/index.js?body=1" for 192.168.1.11 at 2016-12-27 11:40:35 +0900 Started GET "/assets/contracts.js?body=1" for 192.168.1.11 at 2016-12-27 11:40:35 +0900 Started GET "/assets/customers.js?body=1" for 192.168.1.11 at 2016-12-27 11:40:35 +0900 Started GET "/assets/eset_account_ones.js?body=1" for 192.168.1.11 at 2016-12-27 11:40:35 +0900 Started GET "/assets/eset_accounts.js?body=1" for 192.168.1.11 at 2016-12-27 11:40:35 +0900 Started GET "/assets/estimates.js?body=1" for 192.168.1.11 at 2016-12-27 11:40:35 +0900 Started GET "/assets/good_histories.js?body=1" for 192.168.1.11 at 2016-12-27 11:40:35 +0900 Started GET "/assets/greps.js?body=1" for 192.168.1.11 at 2016-12-27 11:40:35 +0900 Started GET "/assets/pdfs.js?body=1" for 192.168.1.11 at 2016-12-27 11:40:35 +0900 Started GET "/assets/goods.js?body=1" for 192.168.1.11 at 2016-12-27 11:40:35 +0900 Started GET "/assets/pictures.js?body=1" for 192.168.1.11 at 2016-12-27 11:40:35 +0900 Started GET "/assets/others.js?body=1" for 192.168.1.11 at 2016-12-27 11:40:35 +0900 Started GET "/assets/report_lists.js?body=1" for 192.168.1.11 at 2016-12-27 11:40:35 +0900 Started GET "/assets/reports.js?body=1" for 192.168.1.11 at 2016-12-27 11:40:35 +0900 Started GET "/assets/static_pages.js?body=1" for 192.168.1.11 at 2016-12-27 11:40:35 +0900 Started GET "/assets/sessions.js?body=1" for 192.168.1.11 at 2016-12-27 11:40:35 +0900 Started GET "/assets/transactions.js?body=1" for 192.168.1.11 at 2016-12-27 11:40:35 +0900 Started GET "/assets/uploads.js?body=1" for 192.168.1.11 at 2016-12-27 11:40:35 +0900 Started GET "/assets/users.js?body=1" for 192.168.1.11 at 2016-12-27 11:40:35 +0900 Started GET "/assets/warranties.js?body=1" for 192.168.1.11 at 2016-12-27 11:40:35 +0900 Started GET "/assets/opensans-light-webfont.woff" for 192.168.1.11 at 2016-12-27 11:40:35 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.woff"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.8ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (45.0ms) Started GET "/assets/opensans-light-webfont.ttf" for 192.168.1.11 at 2016-12-27 11:40:35 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.ttf"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.8ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (45.3ms) Started GET "/goods/1" for 192.168.1.11 at 2016-12-27 11:41:02 +0900 Processing by GoodsController#show as HTML Parameters: {"id"=>"1"} Good Load (0.1ms) SELECT "goods".* FROM "goods" WHERE "goods"."id" = ? LIMIT 1 [["id", 1]] GoodHistory Load (0.1ms) SELECT "good_histories".* FROM "good_histories" WHERE "good_histories"."good_id" = ? [["good_id", 1]] Rendered shared/_header.html.erb (0.2ms) Rendered goods/show.html.erb within layouts/application (1.6ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.4ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 18ms (Views: 15.7ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:02 +0900 Started GET "/assets/_custom.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:02 +0900 Started GET "/assets/jquery.fileupload-ui.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:02 +0900 Started GET "/assets/bootstrap_and_overrides.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:02 +0900 Started GET "/assets/contracts.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:02 +0900 Started GET "/assets/custom.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:02 +0900 Started GET "/assets/eset_account_ones.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:02 +0900 Started GET "/assets/estimates.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:02 +0900 Started GET "/assets/eset_accounts.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:02 +0900 Started GET "/assets/good_histories.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:02 +0900 Started GET "/assets/goods.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:02 +0900 Started GET "/assets/greps.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:02 +0900 Started GET "/assets/pdfs.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:02 +0900 Started GET "/assets/others.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:02 +0900 Started GET "/assets/pictures.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:02 +0900 Started GET "/assets/scaffolds.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:02 +0900 Started GET "/assets/report_lists.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:02 +0900 Started GET "/assets/reports.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:02 +0900 Started GET "/assets/sessions.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:02 +0900 Started GET "/assets/static_pages.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:02 +0900 Started GET "/assets/transactions.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:02 +0900 Started GET "/assets/uploads.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:02 +0900 Started GET "/assets/users.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:02 +0900 Started GET "/assets/warranties.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:02 +0900 Started GET "/assets/jquery.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:02 +0900 Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:02 +0900 Started GET "/assets/jquery_ujs.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:02 +0900 Started GET "/assets/jquery-fileupload/vendor/tmpl.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:02 +0900 Started GET "/assets/jquery-fileupload/vendor/load-image.all.min.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:02 +0900 Started GET "/assets/jquery-fileupload/vendor/canvas-to-blob.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:02 +0900 Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:02 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:02 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-process.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:02 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-image.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:02 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-audio.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:02 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-video.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:02 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-validate.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:02 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-ui.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:02 +0900 Started GET "/assets/jquery-fileupload/locale.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:02 +0900 Started GET "/assets/jquery-fileupload/index.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:02 +0900 Started GET "/assets/application.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:02 +0900 Started GET "/assets/contracts.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:02 +0900 Started GET "/assets/contents.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:02 +0900 Started GET "/assets/customers.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:02 +0900 Started GET "/assets/turbolinks.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:02 +0900 Started GET "/assets/eset_account_ones.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:02 +0900 Started GET "/assets/estimates.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:02 +0900 Started GET "/assets/eset_accounts.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:02 +0900 Started GET "/assets/good_histories.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:02 +0900 Started GET "/assets/goods.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:02 +0900 Started GET "/assets/greps.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:02 +0900 Started GET "/assets/pdfs.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:02 +0900 Started GET "/assets/others.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:02 +0900 Started GET "/assets/reports.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:02 +0900 Started GET "/assets/sessions.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:02 +0900 Started GET "/assets/pictures.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:02 +0900 Started GET "/assets/report_lists.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:02 +0900 Started GET "/assets/static_pages.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:02 +0900 Started GET "/assets/transactions.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:02 +0900 Started GET "/assets/uploads.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:02 +0900 Started GET "/assets/users.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:02 +0900 Started GET "/assets/warranties.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:02 +0900 Started GET "/assets/opensans-light-webfont.woff" for 192.168.1.11 at 2016-12-27 11:41:02 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.woff"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.2ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (47.5ms) Started GET "/assets/opensans-light-webfont.ttf" for 192.168.1.11 at 2016-12-27 11:41:02 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.ttf"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.7ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (44.8ms) Started GET "/goods/1" for 192.168.1.11 at 2016-12-27 11:41:12 +0900 Processing by GoodsController#show as HTML Parameters: {"id"=>"1"} Good Load (0.2ms) SELECT "goods".* FROM "goods" WHERE "goods"."id" = ? LIMIT 1 [["id", 1]] GoodHistory Load (0.2ms) SELECT "good_histories".* FROM "good_histories" WHERE "good_histories"."good_id" = ? [["good_id", 1]] Rendered shared/_header.html.erb (0.2ms) Rendered goods/show.html.erb within layouts/application (1.5ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.4ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 22ms (Views: 17.3ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:12 +0900 Started GET "/assets/_custom.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:12 +0900 Started GET "/assets/jquery.fileupload-ui.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:12 +0900 Started GET "/assets/bootstrap_and_overrides.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:12 +0900 Started GET "/assets/contracts.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:12 +0900 Started GET "/assets/custom.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:12 +0900 Started GET "/assets/estimates.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:12 +0900 Started GET "/assets/eset_account_ones.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:12 +0900 Started GET "/assets/good_histories.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:12 +0900 Started GET "/assets/eset_accounts.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:12 +0900 Started GET "/assets/goods.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:12 +0900 Started GET "/assets/others.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:12 +0900 Started GET "/assets/greps.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:12 +0900 Started GET "/assets/pictures.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:12 +0900 Started GET "/assets/pdfs.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:12 +0900 Started GET "/assets/report_lists.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:12 +0900 Started GET "/assets/reports.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:12 +0900 Started GET "/assets/scaffolds.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:12 +0900 Started GET "/assets/static_pages.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:12 +0900 Started GET "/assets/uploads.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:12 +0900 Started GET "/assets/transactions.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:12 +0900 Started GET "/assets/sessions.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:12 +0900 Started GET "/assets/users.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:12 +0900 Started GET "/assets/warranties.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:12 +0900 Started GET "/assets/jquery.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:12 +0900 Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:12 +0900 Started GET "/assets/jquery_ujs.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:12 +0900 Started GET "/assets/jquery-fileupload/vendor/tmpl.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:12 +0900 Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:12 +0900 Started GET "/assets/jquery-fileupload/vendor/load-image.all.min.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:12 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-image.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:12 +0900 Started GET "/assets/jquery-fileupload/vendor/canvas-to-blob.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:12 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:12 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-process.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:12 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-video.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:12 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-audio.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:12 +0900 Started GET "/assets/jquery-fileupload/locale.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:12 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-ui.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:12 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-validate.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:12 +0900 Started GET "/assets/jquery-fileupload/index.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:12 +0900 Started GET "/assets/turbolinks.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:12 +0900 Started GET "/assets/application.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:12 +0900 Started GET "/assets/contents.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:12 +0900 Started GET "/assets/contracts.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:12 +0900 Started GET "/assets/customers.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:12 +0900 Started GET "/assets/eset_accounts.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:12 +0900 Started GET "/assets/eset_account_ones.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:12 +0900 Started GET "/assets/estimates.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:12 +0900 Started GET "/assets/good_histories.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:12 +0900 Started GET "/assets/goods.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:12 +0900 Started GET "/assets/greps.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:12 +0900 Started GET "/assets/others.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:12 +0900 Started GET "/assets/pdfs.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:12 +0900 Started GET "/assets/pictures.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:12 +0900 Started GET "/assets/report_lists.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:12 +0900 Started GET "/assets/reports.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:12 +0900 Started GET "/assets/sessions.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:12 +0900 Started GET "/assets/static_pages.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:12 +0900 Started GET "/assets/transactions.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:13 +0900 Started GET "/assets/uploads.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:13 +0900 Started GET "/assets/users.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:13 +0900 Started GET "/assets/warranties.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:13 +0900 Started GET "/assets/opensans-light-webfont.woff" for 192.168.1.11 at 2016-12-27 11:41:13 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.woff"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (45.7ms) Started GET "/assets/opensans-light-webfont.ttf" for 192.168.1.11 at 2016-12-27 11:41:13 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.ttf"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.2ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (46.9ms) Started GET "/goods/1" for 192.168.1.11 at 2016-12-27 11:41:21 +0900 Processing by GoodsController#show as HTML Parameters: {"id"=>"1"} Good Load (0.1ms) SELECT "goods".* FROM "goods" WHERE "goods"."id" = ? LIMIT 1 [["id", 1]] GoodHistory Load (0.1ms) SELECT "good_histories".* FROM "good_histories" WHERE "good_histories"."good_id" = ? [["good_id", 1]] Rendered shared/_header.html.erb (0.2ms) Rendered goods/show.html.erb within layouts/application (1.6ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.4ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 18ms (Views: 16.1ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:21 +0900 Started GET "/assets/jquery.fileupload-ui.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:21 +0900 Started GET "/assets/bootstrap_and_overrides.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:21 +0900 Started GET "/assets/_custom.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:21 +0900 Started GET "/assets/custom.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:21 +0900 Started GET "/assets/contracts.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:21 +0900 Started GET "/assets/eset_account_ones.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:21 +0900 Started GET "/assets/eset_accounts.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:21 +0900 Started GET "/assets/estimates.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:21 +0900 Started GET "/assets/good_histories.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:21 +0900 Started GET "/assets/goods.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:21 +0900 Started GET "/assets/others.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:21 +0900 Started GET "/assets/greps.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:21 +0900 Started GET "/assets/pdfs.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:21 +0900 Started GET "/assets/pictures.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:21 +0900 Started GET "/assets/report_lists.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:21 +0900 Started GET "/assets/scaffolds.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:21 +0900 Started GET "/assets/reports.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:22 +0900 Started GET "/assets/sessions.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:22 +0900 Started GET "/assets/static_pages.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:22 +0900 Started GET "/assets/transactions.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:22 +0900 Started GET "/assets/uploads.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:22 +0900 Started GET "/assets/warranties.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:22 +0900 Started GET "/assets/users.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:22 +0900 Started GET "/assets/jquery.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:22 +0900 Started GET "/assets/jquery_ujs.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:22 +0900 Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:22 +0900 Started GET "/assets/jquery-fileupload/vendor/tmpl.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:22 +0900 Started GET "/assets/jquery-fileupload/vendor/load-image.all.min.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:22 +0900 Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:22 +0900 Started GET "/assets/jquery-fileupload/vendor/canvas-to-blob.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:22 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:22 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-image.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:22 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-audio.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:22 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-video.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:22 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-process.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:22 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-validate.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:22 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-ui.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:22 +0900 Started GET "/assets/jquery-fileupload/locale.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:22 +0900 Started GET "/assets/turbolinks.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:22 +0900 Started GET "/assets/jquery-fileupload/index.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:22 +0900 Started GET "/assets/contents.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:22 +0900 Started GET "/assets/application.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:22 +0900 Started GET "/assets/contracts.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:22 +0900 Started GET "/assets/customers.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:22 +0900 Started GET "/assets/eset_account_ones.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:22 +0900 Started GET "/assets/eset_accounts.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:22 +0900 Started GET "/assets/estimates.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:22 +0900 Started GET "/assets/good_histories.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:22 +0900 Started GET "/assets/others.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:22 +0900 Started GET "/assets/goods.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:22 +0900 Started GET "/assets/greps.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:22 +0900 Started GET "/assets/pictures.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:22 +0900 Started GET "/assets/report_lists.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:22 +0900 Started GET "/assets/pdfs.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:22 +0900 Started GET "/assets/sessions.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:22 +0900 Started GET "/assets/reports.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:22 +0900 Started GET "/assets/static_pages.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:22 +0900 Started GET "/assets/transactions.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:22 +0900 Started GET "/assets/uploads.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:22 +0900 Started GET "/assets/users.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:22 +0900 Started GET "/assets/warranties.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:22 +0900 Started GET "/assets/opensans-light-webfont.woff" for 192.168.1.11 at 2016-12-27 11:41:22 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.woff"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.8ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (52.0ms) Started GET "/assets/opensans-light-webfont.ttf" for 192.168.1.11 at 2016-12-27 11:41:22 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.ttf"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.8ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (45.4ms) Started GET "/goods/1" for 192.168.1.11 at 2016-12-27 11:41:28 +0900 Processing by GoodsController#show as HTML Parameters: {"id"=>"1"} Good Load (0.2ms) SELECT "goods".* FROM "goods" WHERE "goods"."id" = ? LIMIT 1 [["id", 1]] GoodHistory Load (0.1ms) SELECT "good_histories".* FROM "good_histories" WHERE "good_histories"."good_id" = ? [["good_id", 1]] Rendered shared/_header.html.erb (0.2ms) Rendered goods/show.html.erb within layouts/application (1.6ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.4ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 20ms (Views: 16.3ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:28 +0900 Started GET "/assets/jquery.fileupload-ui.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:28 +0900 Started GET "/assets/_custom.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:28 +0900 Started GET "/assets/bootstrap_and_overrides.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:28 +0900 Started GET "/assets/contracts.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:28 +0900 Started GET "/assets/custom.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:28 +0900 Started GET "/assets/estimates.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:28 +0900 Started GET "/assets/eset_accounts.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:28 +0900 Started GET "/assets/eset_account_ones.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:28 +0900 Started GET "/assets/good_histories.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:28 +0900 Started GET "/assets/greps.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:28 +0900 Started GET "/assets/goods.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:28 +0900 Started GET "/assets/others.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:28 +0900 Started GET "/assets/pdfs.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:28 +0900 Started GET "/assets/report_lists.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:28 +0900 Started GET "/assets/pictures.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:28 +0900 Started GET "/assets/reports.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:28 +0900 Started GET "/assets/scaffolds.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:28 +0900 Started GET "/assets/static_pages.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:28 +0900 Started GET "/assets/sessions.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:28 +0900 Started GET "/assets/transactions.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:28 +0900 Started GET "/assets/uploads.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:28 +0900 Started GET "/assets/users.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:28 +0900 Started GET "/assets/jquery.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:28 +0900 Started GET "/assets/warranties.css?body=1" for 192.168.1.11 at 2016-12-27 11:41:28 +0900 Started GET "/assets/jquery_ujs.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:28 +0900 Started GET "/assets/jquery-fileupload/vendor/tmpl.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:28 +0900 Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:28 +0900 Started GET "/assets/jquery-fileupload/vendor/canvas-to-blob.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:28 +0900 Started GET "/assets/jquery-fileupload/vendor/load-image.all.min.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:28 +0900 Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:28 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:28 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-image.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:28 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-process.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:28 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-video.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:28 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-audio.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:28 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-validate.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:28 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-ui.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:28 +0900 Started GET "/assets/jquery-fileupload/index.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:28 +0900 Started GET "/assets/jquery-fileupload/locale.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:28 +0900 Started GET "/assets/application.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:28 +0900 Started GET "/assets/turbolinks.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:28 +0900 Started GET "/assets/contents.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:28 +0900 Started GET "/assets/eset_account_ones.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:28 +0900 Started GET "/assets/contracts.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:28 +0900 Started GET "/assets/eset_accounts.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:28 +0900 Started GET "/assets/customers.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:28 +0900 Started GET "/assets/estimates.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:28 +0900 Started GET "/assets/good_histories.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:28 +0900 Started GET "/assets/greps.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:28 +0900 Started GET "/assets/others.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:28 +0900 Started GET "/assets/goods.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:28 +0900 Started GET "/assets/pdfs.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:28 +0900 Started GET "/assets/report_lists.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:28 +0900 Started GET "/assets/pictures.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:28 +0900 Started GET "/assets/sessions.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:28 +0900 Started GET "/assets/static_pages.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:28 +0900 Started GET "/assets/reports.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:28 +0900 Started GET "/assets/transactions.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:28 +0900 Started GET "/assets/uploads.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:28 +0900 Started GET "/assets/users.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:28 +0900 Started GET "/assets/warranties.js?body=1" for 192.168.1.11 at 2016-12-27 11:41:28 +0900 Started GET "/assets/opensans-light-webfont.woff" for 192.168.1.11 at 2016-12-27 11:41:28 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.woff"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.1ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (45.8ms) Started GET "/assets/opensans-light-webfont.ttf" for 192.168.1.11 at 2016-12-27 11:41:28 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.ttf"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.2ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (46.7ms) Started GET "/goods/1" for 192.168.1.11 at 2016-12-27 11:42:02 +0900 Processing by GoodsController#show as HTML Parameters: {"id"=>"1"} Good Load (0.1ms) SELECT "goods".* FROM "goods" WHERE "goods"."id" = ? LIMIT 1 [["id", 1]] GoodHistory Load (0.1ms) SELECT "good_histories".* FROM "good_histories" WHERE "good_histories"."good_id" = ? [["good_id", 1]] Rendered shared/_header.html.erb (0.2ms) Rendered goods/show.html.erb within layouts/application (1.6ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.5ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 19ms (Views: 16.6ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 192.168.1.11 at 2016-12-27 11:42:02 +0900 Started GET "/assets/_custom.css?body=1" for 192.168.1.11 at 2016-12-27 11:42:02 +0900 Started GET "/assets/jquery.fileupload-ui.css?body=1" for 192.168.1.11 at 2016-12-27 11:42:02 +0900 Started GET "/assets/custom.css?body=1" for 192.168.1.11 at 2016-12-27 11:42:02 +0900 Started GET "/assets/contracts.css?body=1" for 192.168.1.11 at 2016-12-27 11:42:02 +0900 Started GET "/assets/bootstrap_and_overrides.css?body=1" for 192.168.1.11 at 2016-12-27 11:42:02 +0900 Started GET "/assets/eset_account_ones.css?body=1" for 192.168.1.11 at 2016-12-27 11:42:02 +0900 Started GET "/assets/estimates.css?body=1" for 192.168.1.11 at 2016-12-27 11:42:02 +0900 Started GET "/assets/eset_accounts.css?body=1" for 192.168.1.11 at 2016-12-27 11:42:02 +0900 Started GET "/assets/good_histories.css?body=1" for 192.168.1.11 at 2016-12-27 11:42:02 +0900 Started GET "/assets/goods.css?body=1" for 192.168.1.11 at 2016-12-27 11:42:02 +0900 Started GET "/assets/greps.css?body=1" for 192.168.1.11 at 2016-12-27 11:42:02 +0900 Started GET "/assets/others.css?body=1" for 192.168.1.11 at 2016-12-27 11:42:02 +0900 Started GET "/assets/pictures.css?body=1" for 192.168.1.11 at 2016-12-27 11:42:02 +0900 Started GET "/assets/pdfs.css?body=1" for 192.168.1.11 at 2016-12-27 11:42:02 +0900 Started GET "/assets/report_lists.css?body=1" for 192.168.1.11 at 2016-12-27 11:42:02 +0900 Started GET "/assets/reports.css?body=1" for 192.168.1.11 at 2016-12-27 11:42:02 +0900 Started GET "/assets/static_pages.css?body=1" for 192.168.1.11 at 2016-12-27 11:42:02 +0900 Started GET "/assets/scaffolds.css?body=1" for 192.168.1.11 at 2016-12-27 11:42:02 +0900 Started GET "/assets/transactions.css?body=1" for 192.168.1.11 at 2016-12-27 11:42:02 +0900 Started GET "/assets/sessions.css?body=1" for 192.168.1.11 at 2016-12-27 11:42:02 +0900 Started GET "/assets/uploads.css?body=1" for 192.168.1.11 at 2016-12-27 11:42:02 +0900 Started GET "/assets/users.css?body=1" for 192.168.1.11 at 2016-12-27 11:42:02 +0900 Started GET "/assets/warranties.css?body=1" for 192.168.1.11 at 2016-12-27 11:42:02 +0900 Started GET "/assets/jquery.js?body=1" for 192.168.1.11 at 2016-12-27 11:42:02 +0900 Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 192.168.1.11 at 2016-12-27 11:42:02 +0900 Started GET "/assets/jquery_ujs.js?body=1" for 192.168.1.11 at 2016-12-27 11:42:02 +0900 Started GET "/assets/jquery-fileupload/vendor/tmpl.js?body=1" for 192.168.1.11 at 2016-12-27 11:42:02 +0900 Started GET "/assets/jquery-fileupload/vendor/load-image.all.min.js?body=1" for 192.168.1.11 at 2016-12-27 11:42:02 +0900 Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 192.168.1.11 at 2016-12-27 11:42:02 +0900 Started GET "/assets/jquery-fileupload/vendor/canvas-to-blob.js?body=1" for 192.168.1.11 at 2016-12-27 11:42:02 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-process.js?body=1" for 192.168.1.11 at 2016-12-27 11:42:02 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 192.168.1.11 at 2016-12-27 11:42:02 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-audio.js?body=1" for 192.168.1.11 at 2016-12-27 11:42:02 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-image.js?body=1" for 192.168.1.11 at 2016-12-27 11:42:02 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-validate.js?body=1" for 192.168.1.11 at 2016-12-27 11:42:02 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-video.js?body=1" for 192.168.1.11 at 2016-12-27 11:42:02 +0900 Started GET "/assets/jquery-fileupload/locale.js?body=1" for 192.168.1.11 at 2016-12-27 11:42:02 +0900 Started GET "/assets/turbolinks.js?body=1" for 192.168.1.11 at 2016-12-27 11:42:02 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-ui.js?body=1" for 192.168.1.11 at 2016-12-27 11:42:02 +0900 Started GET "/assets/jquery-fileupload/index.js?body=1" for 192.168.1.11 at 2016-12-27 11:42:02 +0900 Started GET "/assets/application.js?body=1" for 192.168.1.11 at 2016-12-27 11:42:02 +0900 Started GET "/assets/contents.js?body=1" for 192.168.1.11 at 2016-12-27 11:42:02 +0900 Started GET "/assets/eset_account_ones.js?body=1" for 192.168.1.11 at 2016-12-27 11:42:02 +0900 Started GET "/assets/customers.js?body=1" for 192.168.1.11 at 2016-12-27 11:42:02 +0900 Started GET "/assets/contracts.js?body=1" for 192.168.1.11 at 2016-12-27 11:42:02 +0900 Started GET "/assets/eset_accounts.js?body=1" for 192.168.1.11 at 2016-12-27 11:42:02 +0900 Started GET "/assets/estimates.js?body=1" for 192.168.1.11 at 2016-12-27 11:42:02 +0900 Started GET "/assets/good_histories.js?body=1" for 192.168.1.11 at 2016-12-27 11:42:02 +0900 Started GET "/assets/greps.js?body=1" for 192.168.1.11 at 2016-12-27 11:42:02 +0900 Started GET "/assets/others.js?body=1" for 192.168.1.11 at 2016-12-27 11:42:02 +0900 Started GET "/assets/goods.js?body=1" for 192.168.1.11 at 2016-12-27 11:42:02 +0900 Started GET "/assets/pictures.js?body=1" for 192.168.1.11 at 2016-12-27 11:42:02 +0900 Started GET "/assets/report_lists.js?body=1" for 192.168.1.11 at 2016-12-27 11:42:02 +0900 Started GET "/assets/pdfs.js?body=1" for 192.168.1.11 at 2016-12-27 11:42:02 +0900 Started GET "/assets/reports.js?body=1" for 192.168.1.11 at 2016-12-27 11:42:02 +0900 Started GET "/assets/sessions.js?body=1" for 192.168.1.11 at 2016-12-27 11:42:02 +0900 Started GET "/assets/static_pages.js?body=1" for 192.168.1.11 at 2016-12-27 11:42:02 +0900 Started GET "/assets/transactions.js?body=1" for 192.168.1.11 at 2016-12-27 11:42:02 +0900 Started GET "/assets/users.js?body=1" for 192.168.1.11 at 2016-12-27 11:42:02 +0900 Started GET "/assets/uploads.js?body=1" for 192.168.1.11 at 2016-12-27 11:42:02 +0900 Started GET "/assets/warranties.js?body=1" for 192.168.1.11 at 2016-12-27 11:42:02 +0900 Started GET "/assets/opensans-light-webfont.woff" for 192.168.1.11 at 2016-12-27 11:42:02 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.woff"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.8ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (44.9ms) Started GET "/assets/opensans-light-webfont.ttf" for 192.168.1.11 at 2016-12-27 11:42:02 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.ttf"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.7ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (44.4ms) Started GET "/goods/1" for 192.168.1.11 at 2016-12-27 11:42:14 +0900 Processing by GoodsController#show as HTML Parameters: {"id"=>"1"} Good Load (0.2ms) SELECT "goods".* FROM "goods" WHERE "goods"."id" = ? LIMIT 1 [["id", 1]] GoodHistory Load (0.1ms) SELECT "good_histories".* FROM "good_histories" WHERE "good_histories"."good_id" = ? [["good_id", 1]] Rendered shared/_header.html.erb (0.2ms) Rendered goods/show.html.erb within layouts/application (1.5ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.4ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 18ms (Views: 15.7ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css?body=1" for 192.168.1.11 at 2016-12-27 11:42:14 +0900 Started GET "/assets/_custom.css?body=1" for 192.168.1.11 at 2016-12-27 11:42:14 +0900 Started GET "/assets/bootstrap_and_overrides.css?body=1" for 192.168.1.11 at 2016-12-27 11:42:14 +0900 Started GET "/assets/custom.css?body=1" for 192.168.1.11 at 2016-12-27 11:42:14 +0900 Started GET "/assets/jquery.fileupload-ui.css?body=1" for 192.168.1.11 at 2016-12-27 11:42:14 +0900 Started GET "/assets/eset_account_ones.css?body=1" for 192.168.1.11 at 2016-12-27 11:42:14 +0900 Started GET "/assets/contracts.css?body=1" for 192.168.1.11 at 2016-12-27 11:42:14 +0900 Started GET "/assets/eset_accounts.css?body=1" for 192.168.1.11 at 2016-12-27 11:42:14 +0900 Started GET "/assets/good_histories.css?body=1" for 192.168.1.11 at 2016-12-27 11:42:14 +0900 Started GET "/assets/goods.css?body=1" for 192.168.1.11 at 2016-12-27 11:42:14 +0900 Started GET "/assets/estimates.css?body=1" for 192.168.1.11 at 2016-12-27 11:42:14 +0900 Started GET "/assets/greps.css?body=1" for 192.168.1.11 at 2016-12-27 11:42:14 +0900 Started GET "/assets/others.css?body=1" for 192.168.1.11 at 2016-12-27 11:42:14 +0900 Started GET "/assets/pdfs.css?body=1" for 192.168.1.11 at 2016-12-27 11:42:14 +0900 Started GET "/assets/reports.css?body=1" for 192.168.1.11 at 2016-12-27 11:42:14 +0900 Started GET "/assets/pictures.css?body=1" for 192.168.1.11 at 2016-12-27 11:42:14 +0900 Started GET "/assets/report_lists.css?body=1" for 192.168.1.11 at 2016-12-27 11:42:14 +0900 Started GET "/assets/sessions.css?body=1" for 192.168.1.11 at 2016-12-27 11:42:14 +0900 Started GET "/assets/scaffolds.css?body=1" for 192.168.1.11 at 2016-12-27 11:42:14 +0900 Started GET "/assets/static_pages.css?body=1" for 192.168.1.11 at 2016-12-27 11:42:14 +0900 Started GET "/assets/uploads.css?body=1" for 192.168.1.11 at 2016-12-27 11:42:14 +0900 Started GET "/assets/users.css?body=1" for 192.168.1.11 at 2016-12-27 11:42:14 +0900 Started GET "/assets/warranties.css?body=1" for 192.168.1.11 at 2016-12-27 11:42:14 +0900 Started GET "/assets/transactions.css?body=1" for 192.168.1.11 at 2016-12-27 11:42:14 +0900 Started GET "/assets/jquery_ujs.js?body=1" for 192.168.1.11 at 2016-12-27 11:42:14 +0900 Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 192.168.1.11 at 2016-12-27 11:42:14 +0900 Started GET "/assets/jquery.js?body=1" for 192.168.1.11 at 2016-12-27 11:42:14 +0900 Started GET "/assets/jquery-fileupload/vendor/tmpl.js?body=1" for 192.168.1.11 at 2016-12-27 11:42:14 +0900 Started GET "/assets/jquery-fileupload/vendor/load-image.all.min.js?body=1" for 192.168.1.11 at 2016-12-27 11:42:14 +0900 Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 192.168.1.11 at 2016-12-27 11:42:14 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 192.168.1.11 at 2016-12-27 11:42:14 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-process.js?body=1" for 192.168.1.11 at 2016-12-27 11:42:14 +0900 Started GET "/assets/jquery-fileupload/vendor/canvas-to-blob.js?body=1" for 192.168.1.11 at 2016-12-27 11:42:14 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-image.js?body=1" for 192.168.1.11 at 2016-12-27 11:42:14 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-video.js?body=1" for 192.168.1.11 at 2016-12-27 11:42:14 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-audio.js?body=1" for 192.168.1.11 at 2016-12-27 11:42:14 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-validate.js?body=1" for 192.168.1.11 at 2016-12-27 11:42:14 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-ui.js?body=1" for 192.168.1.11 at 2016-12-27 11:42:14 +0900 Started GET "/assets/jquery-fileupload/locale.js?body=1" for 192.168.1.11 at 2016-12-27 11:42:14 +0900 Started GET "/assets/turbolinks.js?body=1" for 192.168.1.11 at 2016-12-27 11:42:14 +0900 Started GET "/assets/jquery-fileupload/index.js?body=1" for 192.168.1.11 at 2016-12-27 11:42:14 +0900 Started GET "/assets/contents.js?body=1" for 192.168.1.11 at 2016-12-27 11:42:14 +0900 Started GET "/assets/contracts.js?body=1" for 192.168.1.11 at 2016-12-27 11:42:14 +0900 Started GET "/assets/customers.js?body=1" for 192.168.1.11 at 2016-12-27 11:42:14 +0900 Started GET "/assets/application.js?body=1" for 192.168.1.11 at 2016-12-27 11:42:14 +0900 Started GET "/assets/eset_account_ones.js?body=1" for 192.168.1.11 at 2016-12-27 11:42:14 +0900 Started GET "/assets/eset_accounts.js?body=1" for 192.168.1.11 at 2016-12-27 11:42:14 +0900 Started GET "/assets/estimates.js?body=1" for 192.168.1.11 at 2016-12-27 11:42:14 +0900 Started GET "/assets/good_histories.js?body=1" for 192.168.1.11 at 2016-12-27 11:42:14 +0900 Started GET "/assets/goods.js?body=1" for 192.168.1.11 at 2016-12-27 11:42:14 +0900 Started GET "/assets/others.js?body=1" for 192.168.1.11 at 2016-12-27 11:42:14 +0900 Started GET "/assets/greps.js?body=1" for 192.168.1.11 at 2016-12-27 11:42:14 +0900 Started GET "/assets/pictures.js?body=1" for 192.168.1.11 at 2016-12-27 11:42:14 +0900 Started GET "/assets/pdfs.js?body=1" for 192.168.1.11 at 2016-12-27 11:42:14 +0900 Started GET "/assets/report_lists.js?body=1" for 192.168.1.11 at 2016-12-27 11:42:14 +0900 Started GET "/assets/reports.js?body=1" for 192.168.1.11 at 2016-12-27 11:42:14 +0900 Started GET "/assets/sessions.js?body=1" for 192.168.1.11 at 2016-12-27 11:42:14 +0900 Started GET "/assets/static_pages.js?body=1" for 192.168.1.11 at 2016-12-27 11:42:14 +0900 Started GET "/assets/uploads.js?body=1" for 192.168.1.11 at 2016-12-27 11:42:14 +0900 Started GET "/assets/transactions.js?body=1" for 192.168.1.11 at 2016-12-27 11:42:14 +0900 Started GET "/assets/users.js?body=1" for 192.168.1.11 at 2016-12-27 11:42:14 +0900 Started GET "/assets/warranties.js?body=1" for 192.168.1.11 at 2016-12-27 11:42:14 +0900 Started GET "/assets/opensans-light-webfont.woff" for 192.168.1.11 at 2016-12-27 11:42:14 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.woff"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.1ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (45.9ms) Started GET "/assets/opensans-light-webfont.ttf" for 192.168.1.11 at 2016-12-27 11:42:14 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.ttf"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.7ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (52.7ms) Started GET "/goods/1" for 192.168.1.11 at 2016-12-27 11:43:19 +0900 Processing by GoodsController#show as HTML Parameters: {"id"=>"1"} Good Load (0.1ms) SELECT "goods".* FROM "goods" WHERE "goods"."id" = ? LIMIT 1 [["id", 1]] GoodHistory Load (0.1ms) SELECT "good_histories".* FROM "good_histories" WHERE "good_histories"."good_id" = ? [["good_id", 1]] Rendered shared/_header.html.erb (0.2ms) Rendered goods/show.html.erb within layouts/application (1.6ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.4ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 17ms (Views: 15.7ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 192.168.1.11 at 2016-12-27 11:43:19 +0900 Started GET "/assets/jquery.fileupload-ui.css?body=1" for 192.168.1.11 at 2016-12-27 11:43:19 +0900 Started GET "/assets/_custom.css?body=1" for 192.168.1.11 at 2016-12-27 11:43:19 +0900 Started GET "/assets/contracts.css?body=1" for 192.168.1.11 at 2016-12-27 11:43:19 +0900 Started GET "/assets/bootstrap_and_overrides.css?body=1" for 192.168.1.11 at 2016-12-27 11:43:19 +0900 Started GET "/assets/eset_account_ones.css?body=1" for 192.168.1.11 at 2016-12-27 11:43:19 +0900 Started GET "/assets/custom.css?body=1" for 192.168.1.11 at 2016-12-27 11:43:19 +0900 Started GET "/assets/eset_accounts.css?body=1" for 192.168.1.11 at 2016-12-27 11:43:19 +0900 Started GET "/assets/estimates.css?body=1" for 192.168.1.11 at 2016-12-27 11:43:19 +0900 Started GET "/assets/good_histories.css?body=1" for 192.168.1.11 at 2016-12-27 11:43:19 +0900 Started GET "/assets/goods.css?body=1" for 192.168.1.11 at 2016-12-27 11:43:19 +0900 Started GET "/assets/greps.css?body=1" for 192.168.1.11 at 2016-12-27 11:43:19 +0900 Started GET "/assets/others.css?body=1" for 192.168.1.11 at 2016-12-27 11:43:19 +0900 Started GET "/assets/pdfs.css?body=1" for 192.168.1.11 at 2016-12-27 11:43:19 +0900 Started GET "/assets/pictures.css?body=1" for 192.168.1.11 at 2016-12-27 11:43:19 +0900 Started GET "/assets/reports.css?body=1" for 192.168.1.11 at 2016-12-27 11:43:19 +0900 Started GET "/assets/report_lists.css?body=1" for 192.168.1.11 at 2016-12-27 11:43:19 +0900 Started GET "/assets/scaffolds.css?body=1" for 192.168.1.11 at 2016-12-27 11:43:19 +0900 Started GET "/assets/sessions.css?body=1" for 192.168.1.11 at 2016-12-27 11:43:19 +0900 Started GET "/assets/uploads.css?body=1" for 192.168.1.11 at 2016-12-27 11:43:19 +0900 Started GET "/assets/users.css?body=1" for 192.168.1.11 at 2016-12-27 11:43:19 +0900 Started GET "/assets/static_pages.css?body=1" for 192.168.1.11 at 2016-12-27 11:43:19 +0900 Started GET "/assets/transactions.css?body=1" for 192.168.1.11 at 2016-12-27 11:43:19 +0900 Started GET "/assets/warranties.css?body=1" for 192.168.1.11 at 2016-12-27 11:43:19 +0900 Started GET "/assets/jquery_ujs.js?body=1" for 192.168.1.11 at 2016-12-27 11:43:19 +0900 Started GET "/assets/jquery.js?body=1" for 192.168.1.11 at 2016-12-27 11:43:19 +0900 Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 192.168.1.11 at 2016-12-27 11:43:19 +0900 Started GET "/assets/jquery-fileupload/vendor/tmpl.js?body=1" for 192.168.1.11 at 2016-12-27 11:43:19 +0900 Started GET "/assets/jquery-fileupload/vendor/load-image.all.min.js?body=1" for 192.168.1.11 at 2016-12-27 11:43:19 +0900 Started GET "/assets/jquery-fileupload/vendor/canvas-to-blob.js?body=1" for 192.168.1.11 at 2016-12-27 11:43:19 +0900 Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 192.168.1.11 at 2016-12-27 11:43:19 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 192.168.1.11 at 2016-12-27 11:43:19 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-process.js?body=1" for 192.168.1.11 at 2016-12-27 11:43:19 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-audio.js?body=1" for 192.168.1.11 at 2016-12-27 11:43:19 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-image.js?body=1" for 192.168.1.11 at 2016-12-27 11:43:19 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-video.js?body=1" for 192.168.1.11 at 2016-12-27 11:43:20 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-validate.js?body=1" for 192.168.1.11 at 2016-12-27 11:43:20 +0900 Started GET "/assets/jquery-fileupload/index.js?body=1" for 192.168.1.11 at 2016-12-27 11:43:20 +0900 Started GET "/assets/jquery-fileupload/locale.js?body=1" for 192.168.1.11 at 2016-12-27 11:43:20 +0900 Started GET "/assets/turbolinks.js?body=1" for 192.168.1.11 at 2016-12-27 11:43:20 +0900 Started GET "/assets/application.js?body=1" for 192.168.1.11 at 2016-12-27 11:43:20 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-ui.js?body=1" for 192.168.1.11 at 2016-12-27 11:43:20 +0900 Started GET "/assets/contents.js?body=1" for 192.168.1.11 at 2016-12-27 11:43:20 +0900 Started GET "/assets/customers.js?body=1" for 192.168.1.11 at 2016-12-27 11:43:20 +0900 Started GET "/assets/contracts.js?body=1" for 192.168.1.11 at 2016-12-27 11:43:20 +0900 Started GET "/assets/eset_account_ones.js?body=1" for 192.168.1.11 at 2016-12-27 11:43:20 +0900 Started GET "/assets/eset_accounts.js?body=1" for 192.168.1.11 at 2016-12-27 11:43:20 +0900 Started GET "/assets/estimates.js?body=1" for 192.168.1.11 at 2016-12-27 11:43:20 +0900 Started GET "/assets/good_histories.js?body=1" for 192.168.1.11 at 2016-12-27 11:43:20 +0900 Started GET "/assets/greps.js?body=1" for 192.168.1.11 at 2016-12-27 11:43:20 +0900 Started GET "/assets/goods.js?body=1" for 192.168.1.11 at 2016-12-27 11:43:20 +0900 Started GET "/assets/pdfs.js?body=1" for 192.168.1.11 at 2016-12-27 11:43:20 +0900 Started GET "/assets/others.js?body=1" for 192.168.1.11 at 2016-12-27 11:43:20 +0900 Started GET "/assets/pictures.js?body=1" for 192.168.1.11 at 2016-12-27 11:43:20 +0900 Started GET "/assets/reports.js?body=1" for 192.168.1.11 at 2016-12-27 11:43:20 +0900 Started GET "/assets/sessions.js?body=1" for 192.168.1.11 at 2016-12-27 11:43:20 +0900 Started GET "/assets/report_lists.js?body=1" for 192.168.1.11 at 2016-12-27 11:43:20 +0900 Started GET "/assets/transactions.js?body=1" for 192.168.1.11 at 2016-12-27 11:43:20 +0900 Started GET "/assets/static_pages.js?body=1" for 192.168.1.11 at 2016-12-27 11:43:20 +0900 Started GET "/assets/uploads.js?body=1" for 192.168.1.11 at 2016-12-27 11:43:20 +0900 Started GET "/assets/users.js?body=1" for 192.168.1.11 at 2016-12-27 11:43:20 +0900 Started GET "/assets/warranties.js?body=1" for 192.168.1.11 at 2016-12-27 11:43:20 +0900 Started GET "/assets/opensans-light-webfont.woff" for 192.168.1.11 at 2016-12-27 11:43:20 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.woff"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (45.2ms) Started GET "/assets/opensans-light-webfont.ttf" for 192.168.1.11 at 2016-12-27 11:43:20 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.ttf"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.7ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.3ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (46.3ms) Started GET "/goods" for 192.168.1.11 at 2016-12-27 11:43:27 +0900 Processing by GoodsController#index as HTML Rendered shared/_header.html.erb (0.2ms) Good Load (0.2ms) SELECT "goods".* FROM "goods" ORDER BY "goods"."last_update" ASC LIMIT 10 OFFSET 0 Rendered goods/index.html.erb within layouts/application (3.1ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.4ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 19ms (Views: 18.1ms | ActiveRecord: 0.3ms) Started GET "/goods/1" for 192.168.1.11 at 2016-12-27 11:43:29 +0900 Processing by GoodsController#show as HTML Parameters: {"id"=>"1"} Good Load (0.1ms) SELECT "goods".* FROM "goods" WHERE "goods"."id" = ? LIMIT 1 [["id", 1]] GoodHistory Load (0.1ms) SELECT "good_histories".* FROM "good_histories" WHERE "good_histories"."good_id" = ? [["good_id", 1]] Rendered shared/_header.html.erb (0.2ms) Rendered goods/show.html.erb within layouts/application (1.6ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.4ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 18ms (Views: 15.9ms | ActiveRecord: 0.2ms) Started GET "/goods" for 192.168.1.11 at 2016-12-27 11:43:30 +0900 Processing by GoodsController#index as HTML Rendered shared/_header.html.erb (0.1ms) Good Load (0.2ms) SELECT "goods".* FROM "goods" ORDER BY "goods"."last_update" ASC LIMIT 10 OFFSET 0 Rendered goods/index.html.erb within layouts/application (1.5ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.4ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 20ms (Views: 18.1ms | ActiveRecord: 0.2ms) Started GET "/goods/1/edit" for 192.168.1.11 at 2016-12-27 11:43:31 +0900 Processing by GoodsController#edit as HTML Parameters: {"id"=>"1"} Good Load (0.1ms) SELECT "goods".* FROM "goods" WHERE "goods"."id" = ? LIMIT 1 [["id", 1]] GoodHistory Load (0.1ms) SELECT "good_histories".* FROM "good_histories" WHERE "good_histories"."good_id" = ? [["good_id", 1]] Rendered shared/_header.html.erb (0.3ms) Rendered goods/_form.html.erb (2.9ms) Rendered goods/edit.html.erb within layouts/application (4.7ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.4ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 22ms (Views: 19.3ms | ActiveRecord: 0.3ms) Started GET "/assets/subtitle.png" for 192.168.1.11 at 2016-12-27 11:43:31 +0900 Started GET "/goods/1/edit" for 192.168.1.11 at 2016-12-27 11:43:55 +0900 Processing by GoodsController#edit as HTML Parameters: {"id"=>"1"} Good Load (0.2ms) SELECT "goods".* FROM "goods" WHERE "goods"."id" = ? LIMIT 1 [["id", 1]] GoodHistory Load (0.1ms) SELECT "good_histories".* FROM "good_histories" WHERE "good_histories"."good_id" = ? [["good_id", 1]] Rendered shared/_header.html.erb (0.3ms) Rendered goods/_form.html.erb (2.9ms) Rendered goods/edit.html.erb within layouts/application (4.6ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.4ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 24ms (Views: 19.3ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css?body=1" for 192.168.1.11 at 2016-12-27 11:43:55 +0900 Started GET "/assets/jquery.fileupload-ui.css?body=1" for 192.168.1.11 at 2016-12-27 11:43:55 +0900 Started GET "/assets/_custom.css?body=1" for 192.168.1.11 at 2016-12-27 11:43:55 +0900 Started GET "/assets/contracts.css?body=1" for 192.168.1.11 at 2016-12-27 11:43:55 +0900 Started GET "/assets/custom.css?body=1" for 192.168.1.11 at 2016-12-27 11:43:55 +0900 Started GET "/assets/eset_account_ones.css?body=1" for 192.168.1.11 at 2016-12-27 11:43:55 +0900 Started GET "/assets/eset_accounts.css?body=1" for 192.168.1.11 at 2016-12-27 11:43:55 +0900 Started GET "/assets/bootstrap_and_overrides.css?body=1" for 192.168.1.11 at 2016-12-27 11:43:55 +0900 Started GET "/assets/good_histories.css?body=1" for 192.168.1.11 at 2016-12-27 11:43:55 +0900 Started GET "/assets/estimates.css?body=1" for 192.168.1.11 at 2016-12-27 11:43:55 +0900 Started GET "/assets/goods.css?body=1" for 192.168.1.11 at 2016-12-27 11:43:55 +0900 Started GET "/assets/greps.css?body=1" for 192.168.1.11 at 2016-12-27 11:43:55 +0900 Started GET "/assets/others.css?body=1" for 192.168.1.11 at 2016-12-27 11:43:55 +0900 Started GET "/assets/pictures.css?body=1" for 192.168.1.11 at 2016-12-27 11:43:55 +0900 Started GET "/assets/pdfs.css?body=1" for 192.168.1.11 at 2016-12-27 11:43:55 +0900 Started GET "/assets/report_lists.css?body=1" for 192.168.1.11 at 2016-12-27 11:43:55 +0900 Started GET "/assets/reports.css?body=1" for 192.168.1.11 at 2016-12-27 11:43:55 +0900 Started GET "/assets/scaffolds.css?body=1" for 192.168.1.11 at 2016-12-27 11:43:55 +0900 Started GET "/assets/sessions.css?body=1" for 192.168.1.11 at 2016-12-27 11:43:55 +0900 Started GET "/assets/transactions.css?body=1" for 192.168.1.11 at 2016-12-27 11:43:55 +0900 Started GET "/assets/static_pages.css?body=1" for 192.168.1.11 at 2016-12-27 11:43:55 +0900 Started GET "/assets/uploads.css?body=1" for 192.168.1.11 at 2016-12-27 11:43:55 +0900 Started GET "/assets/jquery.js?body=1" for 192.168.1.11 at 2016-12-27 11:43:55 +0900 Started GET "/assets/users.css?body=1" for 192.168.1.11 at 2016-12-27 11:43:55 +0900 Started GET "/assets/warranties.css?body=1" for 192.168.1.11 at 2016-12-27 11:43:55 +0900 Started GET "/assets/jquery_ujs.js?body=1" for 192.168.1.11 at 2016-12-27 11:43:55 +0900 Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 192.168.1.11 at 2016-12-27 11:43:55 +0900 Started GET "/assets/jquery-fileupload/vendor/tmpl.js?body=1" for 192.168.1.11 at 2016-12-27 11:43:55 +0900 Started GET "/assets/jquery-fileupload/vendor/load-image.all.min.js?body=1" for 192.168.1.11 at 2016-12-27 11:43:55 +0900 Started GET "/assets/jquery-fileupload/vendor/canvas-to-blob.js?body=1" for 192.168.1.11 at 2016-12-27 11:43:55 +0900 Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 192.168.1.11 at 2016-12-27 11:43:55 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-process.js?body=1" for 192.168.1.11 at 2016-12-27 11:43:55 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 192.168.1.11 at 2016-12-27 11:43:55 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-image.js?body=1" for 192.168.1.11 at 2016-12-27 11:43:55 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-audio.js?body=1" for 192.168.1.11 at 2016-12-27 11:43:55 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-validate.js?body=1" for 192.168.1.11 at 2016-12-27 11:43:55 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-video.js?body=1" for 192.168.1.11 at 2016-12-27 11:43:55 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-ui.js?body=1" for 192.168.1.11 at 2016-12-27 11:43:55 +0900 Started GET "/assets/jquery-fileupload/locale.js?body=1" for 192.168.1.11 at 2016-12-27 11:43:55 +0900 Started GET "/assets/jquery-fileupload/index.js?body=1" for 192.168.1.11 at 2016-12-27 11:43:55 +0900 Started GET "/assets/application.js?body=1" for 192.168.1.11 at 2016-12-27 11:43:55 +0900 Started GET "/assets/turbolinks.js?body=1" for 192.168.1.11 at 2016-12-27 11:43:55 +0900 Started GET "/assets/contents.js?body=1" for 192.168.1.11 at 2016-12-27 11:43:55 +0900 Started GET "/assets/eset_account_ones.js?body=1" for 192.168.1.11 at 2016-12-27 11:43:55 +0900 Started GET "/assets/contracts.js?body=1" for 192.168.1.11 at 2016-12-27 11:43:55 +0900 Started GET "/assets/eset_accounts.js?body=1" for 192.168.1.11 at 2016-12-27 11:43:55 +0900 Started GET "/assets/customers.js?body=1" for 192.168.1.11 at 2016-12-27 11:43:55 +0900 Started GET "/assets/estimates.js?body=1" for 192.168.1.11 at 2016-12-27 11:43:55 +0900 Started GET "/assets/good_histories.js?body=1" for 192.168.1.11 at 2016-12-27 11:43:55 +0900 Started GET "/assets/greps.js?body=1" for 192.168.1.11 at 2016-12-27 11:43:55 +0900 Started GET "/assets/goods.js?body=1" for 192.168.1.11 at 2016-12-27 11:43:55 +0900 Started GET "/assets/others.js?body=1" for 192.168.1.11 at 2016-12-27 11:43:55 +0900 Started GET "/assets/pdfs.js?body=1" for 192.168.1.11 at 2016-12-27 11:43:55 +0900 Started GET "/assets/report_lists.js?body=1" for 192.168.1.11 at 2016-12-27 11:43:55 +0900 Started GET "/assets/pictures.js?body=1" for 192.168.1.11 at 2016-12-27 11:43:55 +0900 Started GET "/assets/sessions.js?body=1" for 192.168.1.11 at 2016-12-27 11:43:55 +0900 Started GET "/assets/reports.js?body=1" for 192.168.1.11 at 2016-12-27 11:43:55 +0900 Started GET "/assets/static_pages.js?body=1" for 192.168.1.11 at 2016-12-27 11:43:55 +0900 Started GET "/assets/uploads.js?body=1" for 192.168.1.11 at 2016-12-27 11:43:55 +0900 Started GET "/assets/transactions.js?body=1" for 192.168.1.11 at 2016-12-27 11:43:55 +0900 Started GET "/assets/users.js?body=1" for 192.168.1.11 at 2016-12-27 11:43:55 +0900 Started GET "/assets/warranties.js?body=1" for 192.168.1.11 at 2016-12-27 11:43:55 +0900 Started GET "/assets/opensans-light-webfont.woff" for 192.168.1.11 at 2016-12-27 11:43:55 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.woff"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.2ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (46.2ms) Started GET "/assets/opensans-light-webfont.ttf" for 192.168.1.11 at 2016-12-27 11:43:55 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.ttf"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (45.2ms) Started GET "/goods/1" for 192.168.1.11 at 2016-12-27 11:43:57 +0900 Processing by GoodsController#show as HTML Parameters: {"id"=>"1"} Good Load (0.2ms) SELECT "goods".* FROM "goods" WHERE "goods"."id" = ? LIMIT 1 [["id", 1]] GoodHistory Load (0.2ms) SELECT "good_histories".* FROM "good_histories" WHERE "good_histories"."good_id" = ? [["good_id", 1]] Rendered shared/_header.html.erb (0.2ms) Rendered goods/show.html.erb within layouts/application (1.0ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.4ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 23ms (Views: 18.7ms | ActiveRecord: 0.5ms) Started GET "/goods" for 192.168.1.11 at 2016-12-27 11:43:58 +0900 Processing by GoodsController#index as HTML Rendered shared/_header.html.erb (0.2ms) Good Load (0.3ms) SELECT "goods".* FROM "goods" ORDER BY "goods"."last_update" ASC LIMIT 10 OFFSET 0 Rendered goods/index.html.erb within layouts/application (2.5ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.5ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 22ms (Views: 20.8ms | ActiveRecord: 0.4ms) Started GET "/goods/1/edit" for 192.168.1.11 at 2016-12-27 11:43:59 +0900 Processing by GoodsController#edit as HTML Parameters: {"id"=>"1"} Good Load (0.1ms) SELECT "goods".* FROM "goods" WHERE "goods"."id" = ? LIMIT 1 [["id", 1]] GoodHistory Load (0.1ms) SELECT "good_histories".* FROM "good_histories" WHERE "good_histories"."good_id" = ? [["good_id", 1]] Rendered shared/_header.html.erb (0.3ms) Rendered goods/_form.html.erb (2.9ms) Rendered goods/edit.html.erb within layouts/application (4.7ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.4ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 22ms (Views: 19.2ms | ActiveRecord: 0.2ms) Started GET "/goods" for 192.168.1.11 at 2016-12-27 11:44:01 +0900 Processing by GoodsController#index as HTML Rendered shared/_header.html.erb (0.2ms) Good Load (0.2ms) SELECT "goods".* FROM "goods" ORDER BY "goods"."last_update" ASC LIMIT 10 OFFSET 0 Rendered goods/index.html.erb within layouts/application (1.6ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.4ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 17ms (Views: 15.8ms | ActiveRecord: 0.2ms) Started GET "/goods" for 192.168.1.11 at 2016-12-27 11:44:44 +0900 Processing by GoodsController#index as HTML Rendered shared/_header.html.erb (0.2ms) Good Load (0.2ms) SELECT "goods".* FROM "goods" ORDER BY "goods"."last_update" ASC LIMIT 10 OFFSET 0 Rendered goods/index.html.erb within layouts/application (2.8ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.4ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 26ms (Views: 24.6ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css?body=1" for 192.168.1.11 at 2016-12-27 11:44:44 +0900 Started GET "/assets/jquery.fileupload-ui.css?body=1" for 192.168.1.11 at 2016-12-27 11:44:44 +0900 Started GET "/assets/_custom.css?body=1" for 192.168.1.11 at 2016-12-27 11:44:44 +0900 Started GET "/assets/bootstrap_and_overrides.css?body=1" for 192.168.1.11 at 2016-12-27 11:44:44 +0900 Started GET "/assets/eset_account_ones.css?body=1" for 192.168.1.11 at 2016-12-27 11:44:44 +0900 Started GET "/assets/eset_accounts.css?body=1" for 192.168.1.11 at 2016-12-27 11:44:44 +0900 Started GET "/assets/contracts.css?body=1" for 192.168.1.11 at 2016-12-27 11:44:44 +0900 Started GET "/assets/custom.css?body=1" for 192.168.1.11 at 2016-12-27 11:44:44 +0900 Started GET "/assets/estimates.css?body=1" for 192.168.1.11 at 2016-12-27 11:44:44 +0900 Started GET "/assets/good_histories.css?body=1" for 192.168.1.11 at 2016-12-27 11:44:44 +0900 Started GET "/assets/goods.css?body=1" for 192.168.1.11 at 2016-12-27 11:44:44 +0900 Started GET "/assets/greps.css?body=1" for 192.168.1.11 at 2016-12-27 11:44:44 +0900 Started GET "/assets/pdfs.css?body=1" for 192.168.1.11 at 2016-12-27 11:44:44 +0900 Started GET "/assets/others.css?body=1" for 192.168.1.11 at 2016-12-27 11:44:44 +0900 Started GET "/assets/pictures.css?body=1" for 192.168.1.11 at 2016-12-27 11:44:44 +0900 Started GET "/assets/report_lists.css?body=1" for 192.168.1.11 at 2016-12-27 11:44:44 +0900 Started GET "/assets/reports.css?body=1" for 192.168.1.11 at 2016-12-27 11:44:44 +0900 Started GET "/assets/scaffolds.css?body=1" for 192.168.1.11 at 2016-12-27 11:44:44 +0900 Started GET "/assets/sessions.css?body=1" for 192.168.1.11 at 2016-12-27 11:44:44 +0900 Started GET "/assets/static_pages.css?body=1" for 192.168.1.11 at 2016-12-27 11:44:44 +0900 Started GET "/assets/transactions.css?body=1" for 192.168.1.11 at 2016-12-27 11:44:44 +0900 Started GET "/assets/uploads.css?body=1" for 192.168.1.11 at 2016-12-27 11:44:44 +0900 Started GET "/assets/warranties.css?body=1" for 192.168.1.11 at 2016-12-27 11:44:44 +0900 Started GET "/assets/jquery.js?body=1" for 192.168.1.11 at 2016-12-27 11:44:44 +0900 Started GET "/assets/users.css?body=1" for 192.168.1.11 at 2016-12-27 11:44:44 +0900 Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 192.168.1.11 at 2016-12-27 11:44:44 +0900 Started GET "/assets/jquery_ujs.js?body=1" for 192.168.1.11 at 2016-12-27 11:44:44 +0900 Started GET "/assets/jquery-fileupload/vendor/load-image.all.min.js?body=1" for 192.168.1.11 at 2016-12-27 11:44:44 +0900 Started GET "/assets/jquery-fileupload/vendor/tmpl.js?body=1" for 192.168.1.11 at 2016-12-27 11:44:44 +0900 Started GET "/assets/jquery-fileupload/vendor/canvas-to-blob.js?body=1" for 192.168.1.11 at 2016-12-27 11:44:44 +0900 Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 192.168.1.11 at 2016-12-27 11:44:44 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 192.168.1.11 at 2016-12-27 11:44:44 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-process.js?body=1" for 192.168.1.11 at 2016-12-27 11:44:44 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-image.js?body=1" for 192.168.1.11 at 2016-12-27 11:44:44 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-video.js?body=1" for 192.168.1.11 at 2016-12-27 11:44:44 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-audio.js?body=1" for 192.168.1.11 at 2016-12-27 11:44:44 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-validate.js?body=1" for 192.168.1.11 at 2016-12-27 11:44:44 +0900 Started GET "/assets/jquery-fileupload/locale.js?body=1" for 192.168.1.11 at 2016-12-27 11:44:44 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-ui.js?body=1" for 192.168.1.11 at 2016-12-27 11:44:44 +0900 Started GET "/assets/jquery-fileupload/index.js?body=1" for 192.168.1.11 at 2016-12-27 11:44:44 +0900 Started GET "/assets/turbolinks.js?body=1" for 192.168.1.11 at 2016-12-27 11:44:44 +0900 Started GET "/assets/application.js?body=1" for 192.168.1.11 at 2016-12-27 11:44:44 +0900 Started GET "/assets/contents.js?body=1" for 192.168.1.11 at 2016-12-27 11:44:44 +0900 Started GET "/assets/contracts.js?body=1" for 192.168.1.11 at 2016-12-27 11:44:44 +0900 Started GET "/assets/customers.js?body=1" for 192.168.1.11 at 2016-12-27 11:44:44 +0900 Started GET "/assets/eset_account_ones.js?body=1" for 192.168.1.11 at 2016-12-27 11:44:44 +0900 Started GET "/assets/eset_accounts.js?body=1" for 192.168.1.11 at 2016-12-27 11:44:44 +0900 Started GET "/assets/estimates.js?body=1" for 192.168.1.11 at 2016-12-27 11:44:44 +0900 Started GET "/assets/good_histories.js?body=1" for 192.168.1.11 at 2016-12-27 11:44:44 +0900 Started GET "/assets/goods.js?body=1" for 192.168.1.11 at 2016-12-27 11:44:44 +0900 Started GET "/assets/greps.js?body=1" for 192.168.1.11 at 2016-12-27 11:44:44 +0900 Started GET "/assets/others.js?body=1" for 192.168.1.11 at 2016-12-27 11:44:44 +0900 Started GET "/assets/pictures.js?body=1" for 192.168.1.11 at 2016-12-27 11:44:44 +0900 Started GET "/assets/report_lists.js?body=1" for 192.168.1.11 at 2016-12-27 11:44:44 +0900 Started GET "/assets/reports.js?body=1" for 192.168.1.11 at 2016-12-27 11:44:44 +0900 Started GET "/assets/pdfs.js?body=1" for 192.168.1.11 at 2016-12-27 11:44:44 +0900 Started GET "/assets/sessions.js?body=1" for 192.168.1.11 at 2016-12-27 11:44:44 +0900 Started GET "/assets/static_pages.js?body=1" for 192.168.1.11 at 2016-12-27 11:44:44 +0900 Started GET "/assets/uploads.js?body=1" for 192.168.1.11 at 2016-12-27 11:44:44 +0900 Started GET "/assets/transactions.js?body=1" for 192.168.1.11 at 2016-12-27 11:44:44 +0900 Started GET "/assets/users.js?body=1" for 192.168.1.11 at 2016-12-27 11:44:44 +0900 Started GET "/assets/warranties.js?body=1" for 192.168.1.11 at 2016-12-27 11:44:44 +0900 Started GET "/assets/opensans-light-webfont.woff" for 192.168.1.11 at 2016-12-27 11:44:44 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.woff"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.3ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (45.6ms) Started GET "/assets/opensans-light-webfont.ttf" for 192.168.1.11 at 2016-12-27 11:44:44 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.ttf"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.7ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (44.4ms) Started GET "/" for 192.168.1.11 at 2016-12-27 11:44:46 +0900 Processing by StaticPagesController#home as HTML Rendered shared/_header.html.erb (0.1ms) Rendered static_pages/home.html.erb within layouts/application (1.0ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.4ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 16ms (Views: 15.4ms | ActiveRecord: 0.1ms) Started GET "/goods" for 192.168.1.11 at 2016-12-27 11:44:47 +0900 Processing by GoodsController#index as HTML Rendered shared/_header.html.erb (0.2ms) Good Load (0.2ms) SELECT "goods".* FROM "goods" ORDER BY "goods"."last_update" ASC LIMIT 10 OFFSET 0 Rendered goods/index.html.erb within layouts/application (2.4ms) Rendered layouts/_shim.html.erb (0.1ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.4ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 17ms (Views: 16.7ms | ActiveRecord: 0.2ms) Started GET "/goods" for 192.168.1.11 at 2016-12-27 11:48:59 +0900 Processing by GoodsController#index as HTML Rendered shared/_header.html.erb (0.2ms) Good Load (0.2ms) SELECT "goods".* FROM "goods" ORDER BY "goods"."last_update" ASC LIMIT 10 OFFSET 0 Rendered goods/index.html.erb within layouts/application (2.4ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.4ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 17ms (Views: 16.4ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 192.168.1.11 at 2016-12-27 11:48:59 +0900 Started GET "/assets/jquery.fileupload-ui.css?body=1" for 192.168.1.11 at 2016-12-27 11:48:59 +0900 Started GET "/assets/_custom.css?body=1" for 192.168.1.11 at 2016-12-27 11:48:59 +0900 Started GET "/assets/bootstrap_and_overrides.css?body=1" for 192.168.1.11 at 2016-12-27 11:48:59 +0900 Started GET "/assets/custom.css?body=1" for 192.168.1.11 at 2016-12-27 11:48:59 +0900 Started GET "/assets/contracts.css?body=1" for 192.168.1.11 at 2016-12-27 11:48:59 +0900 Started GET "/assets/eset_account_ones.css?body=1" for 192.168.1.11 at 2016-12-27 11:48:59 +0900 Started GET "/assets/eset_accounts.css?body=1" for 192.168.1.11 at 2016-12-27 11:48:59 +0900 Started GET "/assets/good_histories.css?body=1" for 192.168.1.11 at 2016-12-27 11:48:59 +0900 Started GET "/assets/estimates.css?body=1" for 192.168.1.11 at 2016-12-27 11:48:59 +0900 Started GET "/assets/greps.css?body=1" for 192.168.1.11 at 2016-12-27 11:48:59 +0900 Started GET "/assets/goods.css?body=1" for 192.168.1.11 at 2016-12-27 11:48:59 +0900 Started GET "/assets/pdfs.css?body=1" for 192.168.1.11 at 2016-12-27 11:48:59 +0900 Started GET "/assets/others.css?body=1" for 192.168.1.11 at 2016-12-27 11:48:59 +0900 Started GET "/assets/pictures.css?body=1" for 192.168.1.11 at 2016-12-27 11:48:59 +0900 Started GET "/assets/report_lists.css?body=1" for 192.168.1.11 at 2016-12-27 11:48:59 +0900 Started GET "/assets/reports.css?body=1" for 192.168.1.11 at 2016-12-27 11:48:59 +0900 Started GET "/assets/static_pages.css?body=1" for 192.168.1.11 at 2016-12-27 11:48:59 +0900 Started GET "/assets/sessions.css?body=1" for 192.168.1.11 at 2016-12-27 11:48:59 +0900 Started GET "/assets/scaffolds.css?body=1" for 192.168.1.11 at 2016-12-27 11:48:59 +0900 Started GET "/assets/transactions.css?body=1" for 192.168.1.11 at 2016-12-27 11:48:59 +0900 Started GET "/assets/users.css?body=1" for 192.168.1.11 at 2016-12-27 11:48:59 +0900 Started GET "/assets/uploads.css?body=1" for 192.168.1.11 at 2016-12-27 11:48:59 +0900 Started GET "/assets/jquery.js?body=1" for 192.168.1.11 at 2016-12-27 11:48:59 +0900 Started GET "/assets/warranties.css?body=1" for 192.168.1.11 at 2016-12-27 11:48:59 +0900 Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 192.168.1.11 at 2016-12-27 11:48:59 +0900 Started GET "/assets/jquery-fileupload/vendor/tmpl.js?body=1" for 192.168.1.11 at 2016-12-27 11:48:59 +0900 Started GET "/assets/jquery_ujs.js?body=1" for 192.168.1.11 at 2016-12-27 11:48:59 +0900 Started GET "/assets/jquery-fileupload/vendor/load-image.all.min.js?body=1" for 192.168.1.11 at 2016-12-27 11:48:59 +0900 Started GET "/assets/jquery-fileupload/vendor/canvas-to-blob.js?body=1" for 192.168.1.11 at 2016-12-27 11:48:59 +0900 Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 192.168.1.11 at 2016-12-27 11:48:59 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 192.168.1.11 at 2016-12-27 11:48:59 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-process.js?body=1" for 192.168.1.11 at 2016-12-27 11:48:59 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-image.js?body=1" for 192.168.1.11 at 2016-12-27 11:48:59 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-audio.js?body=1" for 192.168.1.11 at 2016-12-27 11:48:59 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-video.js?body=1" for 192.168.1.11 at 2016-12-27 11:48:59 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-validate.js?body=1" for 192.168.1.11 at 2016-12-27 11:48:59 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-ui.js?body=1" for 192.168.1.11 at 2016-12-27 11:48:59 +0900 Started GET "/assets/jquery-fileupload/index.js?body=1" for 192.168.1.11 at 2016-12-27 11:48:59 +0900 Started GET "/assets/jquery-fileupload/locale.js?body=1" for 192.168.1.11 at 2016-12-27 11:48:59 +0900 Started GET "/assets/turbolinks.js?body=1" for 192.168.1.11 at 2016-12-27 11:48:59 +0900 Started GET "/assets/application.js?body=1" for 192.168.1.11 at 2016-12-27 11:48:59 +0900 Started GET "/assets/contents.js?body=1" for 192.168.1.11 at 2016-12-27 11:48:59 +0900 Started GET "/assets/customers.js?body=1" for 192.168.1.11 at 2016-12-27 11:48:59 +0900 Started GET "/assets/eset_account_ones.js?body=1" for 192.168.1.11 at 2016-12-27 11:48:59 +0900 Started GET "/assets/contracts.js?body=1" for 192.168.1.11 at 2016-12-27 11:48:59 +0900 Started GET "/assets/eset_accounts.js?body=1" for 192.168.1.11 at 2016-12-27 11:48:59 +0900 Started GET "/assets/estimates.js?body=1" for 192.168.1.11 at 2016-12-27 11:48:59 +0900 Started GET "/assets/good_histories.js?body=1" for 192.168.1.11 at 2016-12-27 11:48:59 +0900 Started GET "/assets/greps.js?body=1" for 192.168.1.11 at 2016-12-27 11:48:59 +0900 Started GET "/assets/goods.js?body=1" for 192.168.1.11 at 2016-12-27 11:48:59 +0900 Started GET "/assets/others.js?body=1" for 192.168.1.11 at 2016-12-27 11:48:59 +0900 Started GET "/assets/pdfs.js?body=1" for 192.168.1.11 at 2016-12-27 11:48:59 +0900 Started GET "/assets/pictures.js?body=1" for 192.168.1.11 at 2016-12-27 11:48:59 +0900 Started GET "/assets/reports.js?body=1" for 192.168.1.11 at 2016-12-27 11:48:59 +0900 Started GET "/assets/report_lists.js?body=1" for 192.168.1.11 at 2016-12-27 11:48:59 +0900 Started GET "/assets/sessions.js?body=1" for 192.168.1.11 at 2016-12-27 11:48:59 +0900 Started GET "/assets/static_pages.js?body=1" for 192.168.1.11 at 2016-12-27 11:48:59 +0900 Started GET "/assets/transactions.js?body=1" for 192.168.1.11 at 2016-12-27 11:48:59 +0900 Started GET "/assets/users.js?body=1" for 192.168.1.11 at 2016-12-27 11:48:59 +0900 Started GET "/assets/uploads.js?body=1" for 192.168.1.11 at 2016-12-27 11:48:59 +0900 Started GET "/assets/warranties.js?body=1" for 192.168.1.11 at 2016-12-27 11:48:59 +0900 Started GET "/assets/opensans-light-webfont.woff" for 192.168.1.11 at 2016-12-27 11:48:59 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.woff"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.2ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (47.0ms) Started GET "/assets/opensans-light-webfont.ttf" for 192.168.1.11 at 2016-12-27 11:48:59 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.ttf"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (44.6ms) Started GET "/goods" for 192.168.1.11 at 2016-12-27 11:49:48 +0900 Processing by GoodsController#index as HTML Rendered shared/_header.html.erb (0.2ms) Good Load (0.2ms) SELECT "goods".* FROM "goods" ORDER BY "goods"."last_update" ASC LIMIT 10 OFFSET 0 Rendered goods/index.html.erb within layouts/application (2.4ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.4ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 17ms (Views: 16.1ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 192.168.1.11 at 2016-12-27 11:49:48 +0900 Started GET "/assets/jquery.fileupload-ui.css?body=1" for 192.168.1.11 at 2016-12-27 11:49:48 +0900 Started GET "/assets/_custom.css?body=1" for 192.168.1.11 at 2016-12-27 11:49:48 +0900 Started GET "/assets/bootstrap_and_overrides.css?body=1" for 192.168.1.11 at 2016-12-27 11:49:48 +0900 Started GET "/assets/contracts.css?body=1" for 192.168.1.11 at 2016-12-27 11:49:48 +0900 Started GET "/assets/custom.css?body=1" for 192.168.1.11 at 2016-12-27 11:49:48 +0900 Started GET "/assets/eset_account_ones.css?body=1" for 192.168.1.11 at 2016-12-27 11:49:48 +0900 Started GET "/assets/eset_accounts.css?body=1" for 192.168.1.11 at 2016-12-27 11:49:48 +0900 Started GET "/assets/goods.css?body=1" for 192.168.1.11 at 2016-12-27 11:49:48 +0900 Started GET "/assets/estimates.css?body=1" for 192.168.1.11 at 2016-12-27 11:49:48 +0900 Started GET "/assets/others.css?body=1" for 192.168.1.11 at 2016-12-27 11:49:48 +0900 Started GET "/assets/good_histories.css?body=1" for 192.168.1.11 at 2016-12-27 11:49:48 +0900 Started GET "/assets/greps.css?body=1" for 192.168.1.11 at 2016-12-27 11:49:48 +0900 Started GET "/assets/pdfs.css?body=1" for 192.168.1.11 at 2016-12-27 11:49:48 +0900 Started GET "/assets/report_lists.css?body=1" for 192.168.1.11 at 2016-12-27 11:49:48 +0900 Started GET "/assets/pictures.css?body=1" for 192.168.1.11 at 2016-12-27 11:49:48 +0900 Started GET "/assets/reports.css?body=1" for 192.168.1.11 at 2016-12-27 11:49:48 +0900 Started GET "/assets/scaffolds.css?body=1" for 192.168.1.11 at 2016-12-27 11:49:48 +0900 Started GET "/assets/sessions.css?body=1" for 192.168.1.11 at 2016-12-27 11:49:48 +0900 Started GET "/assets/static_pages.css?body=1" for 192.168.1.11 at 2016-12-27 11:49:48 +0900 Started GET "/assets/transactions.css?body=1" for 192.168.1.11 at 2016-12-27 11:49:48 +0900 Started GET "/assets/users.css?body=1" for 192.168.1.11 at 2016-12-27 11:49:48 +0900 Started GET "/assets/uploads.css?body=1" for 192.168.1.11 at 2016-12-27 11:49:48 +0900 Started GET "/assets/warranties.css?body=1" for 192.168.1.11 at 2016-12-27 11:49:48 +0900 Started GET "/assets/jquery_ujs.js?body=1" for 192.168.1.11 at 2016-12-27 11:49:48 +0900 Started GET "/assets/jquery.js?body=1" for 192.168.1.11 at 2016-12-27 11:49:48 +0900 Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 192.168.1.11 at 2016-12-27 11:49:48 +0900 Started GET "/assets/jquery-fileupload/vendor/tmpl.js?body=1" for 192.168.1.11 at 2016-12-27 11:49:48 +0900 Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 192.168.1.11 at 2016-12-27 11:49:48 +0900 Started GET "/assets/jquery-fileupload/vendor/canvas-to-blob.js?body=1" for 192.168.1.11 at 2016-12-27 11:49:48 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 192.168.1.11 at 2016-12-27 11:49:48 +0900 Started GET "/assets/jquery-fileupload/vendor/load-image.all.min.js?body=1" for 192.168.1.11 at 2016-12-27 11:49:48 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-process.js?body=1" for 192.168.1.11 at 2016-12-27 11:49:48 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-image.js?body=1" for 192.168.1.11 at 2016-12-27 11:49:48 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-audio.js?body=1" for 192.168.1.11 at 2016-12-27 11:49:48 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-video.js?body=1" for 192.168.1.11 at 2016-12-27 11:49:48 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-validate.js?body=1" for 192.168.1.11 at 2016-12-27 11:49:48 +0900 Started GET "/assets/jquery-fileupload/locale.js?body=1" for 192.168.1.11 at 2016-12-27 11:49:48 +0900 Started GET "/assets/jquery-fileupload/index.js?body=1" for 192.168.1.11 at 2016-12-27 11:49:48 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-ui.js?body=1" for 192.168.1.11 at 2016-12-27 11:49:48 +0900 Started GET "/assets/turbolinks.js?body=1" for 192.168.1.11 at 2016-12-27 11:49:48 +0900 Started GET "/assets/application.js?body=1" for 192.168.1.11 at 2016-12-27 11:49:48 +0900 Started GET "/assets/contents.js?body=1" for 192.168.1.11 at 2016-12-27 11:49:48 +0900 Started GET "/assets/contracts.js?body=1" for 192.168.1.11 at 2016-12-27 11:49:48 +0900 Started GET "/assets/customers.js?body=1" for 192.168.1.11 at 2016-12-27 11:49:48 +0900 Started GET "/assets/estimates.js?body=1" for 192.168.1.11 at 2016-12-27 11:49:48 +0900 Started GET "/assets/eset_account_ones.js?body=1" for 192.168.1.11 at 2016-12-27 11:49:48 +0900 Started GET "/assets/eset_accounts.js?body=1" for 192.168.1.11 at 2016-12-27 11:49:48 +0900 Started GET "/assets/goods.js?body=1" for 192.168.1.11 at 2016-12-27 11:49:48 +0900 Started GET "/assets/good_histories.js?body=1" for 192.168.1.11 at 2016-12-27 11:49:48 +0900 Started GET "/assets/greps.js?body=1" for 192.168.1.11 at 2016-12-27 11:49:48 +0900 Started GET "/assets/others.js?body=1" for 192.168.1.11 at 2016-12-27 11:49:48 +0900 Started GET "/assets/pdfs.js?body=1" for 192.168.1.11 at 2016-12-27 11:49:48 +0900 Started GET "/assets/pictures.js?body=1" for 192.168.1.11 at 2016-12-27 11:49:48 +0900 Started GET "/assets/report_lists.js?body=1" for 192.168.1.11 at 2016-12-27 11:49:48 +0900 Started GET "/assets/reports.js?body=1" for 192.168.1.11 at 2016-12-27 11:49:48 +0900 Started GET "/assets/sessions.js?body=1" for 192.168.1.11 at 2016-12-27 11:49:48 +0900 Started GET "/assets/static_pages.js?body=1" for 192.168.1.11 at 2016-12-27 11:49:48 +0900 Started GET "/assets/uploads.js?body=1" for 192.168.1.11 at 2016-12-27 11:49:48 +0900 Started GET "/assets/transactions.js?body=1" for 192.168.1.11 at 2016-12-27 11:49:48 +0900 Started GET "/assets/users.js?body=1" for 192.168.1.11 at 2016-12-27 11:49:48 +0900 Started GET "/assets/warranties.js?body=1" for 192.168.1.11 at 2016-12-27 11:49:48 +0900 Started GET "/assets/opensans-light-webfont.woff" for 192.168.1.11 at 2016-12-27 11:49:48 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.woff"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.2ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (47.3ms) Started GET "/assets/opensans-light-webfont.ttf" for 192.168.1.11 at 2016-12-27 11:49:48 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.ttf"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.3ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (46.3ms) Started GET "/goods" for 192.168.1.11 at 2016-12-27 11:49:56 +0900 Processing by GoodsController#index as HTML Rendered shared/_header.html.erb (0.3ms) Good Load (0.3ms) SELECT "goods".* FROM "goods" ORDER BY "goods"."last_update" ASC LIMIT 10 OFFSET 0 Rendered goods/index.html.erb within layouts/application (3.2ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.5ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 19ms (Views: 18.1ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css?body=1" for 192.168.1.11 at 2016-12-27 11:49:56 +0900 Started GET "/assets/_custom.css?body=1" for 192.168.1.11 at 2016-12-27 11:49:56 +0900 Started GET "/assets/jquery.fileupload-ui.css?body=1" for 192.168.1.11 at 2016-12-27 11:49:56 +0900 Started GET "/assets/bootstrap_and_overrides.css?body=1" for 192.168.1.11 at 2016-12-27 11:49:56 +0900 Started GET "/assets/custom.css?body=1" for 192.168.1.11 at 2016-12-27 11:49:56 +0900 Started GET "/assets/contracts.css?body=1" for 192.168.1.11 at 2016-12-27 11:49:56 +0900 Started GET "/assets/eset_accounts.css?body=1" for 192.168.1.11 at 2016-12-27 11:49:56 +0900 Started GET "/assets/estimates.css?body=1" for 192.168.1.11 at 2016-12-27 11:49:56 +0900 Started GET "/assets/eset_account_ones.css?body=1" for 192.168.1.11 at 2016-12-27 11:49:56 +0900 Started GET "/assets/good_histories.css?body=1" for 192.168.1.11 at 2016-12-27 11:49:56 +0900 Started GET "/assets/goods.css?body=1" for 192.168.1.11 at 2016-12-27 11:49:56 +0900 Started GET "/assets/greps.css?body=1" for 192.168.1.11 at 2016-12-27 11:49:56 +0900 Started GET "/assets/others.css?body=1" for 192.168.1.11 at 2016-12-27 11:49:56 +0900 Started GET "/assets/pictures.css?body=1" for 192.168.1.11 at 2016-12-27 11:49:56 +0900 Started GET "/assets/pdfs.css?body=1" for 192.168.1.11 at 2016-12-27 11:49:56 +0900 Started GET "/assets/report_lists.css?body=1" for 192.168.1.11 at 2016-12-27 11:49:56 +0900 Started GET "/assets/reports.css?body=1" for 192.168.1.11 at 2016-12-27 11:49:56 +0900 Started GET "/assets/scaffolds.css?body=1" for 192.168.1.11 at 2016-12-27 11:49:56 +0900 Started GET "/assets/sessions.css?body=1" for 192.168.1.11 at 2016-12-27 11:49:56 +0900 Started GET "/assets/static_pages.css?body=1" for 192.168.1.11 at 2016-12-27 11:49:56 +0900 Started GET "/assets/uploads.css?body=1" for 192.168.1.11 at 2016-12-27 11:49:56 +0900 Started GET "/assets/transactions.css?body=1" for 192.168.1.11 at 2016-12-27 11:49:56 +0900 Started GET "/assets/users.css?body=1" for 192.168.1.11 at 2016-12-27 11:49:56 +0900 Started GET "/assets/jquery.js?body=1" for 192.168.1.11 at 2016-12-27 11:49:56 +0900 Started GET "/assets/warranties.css?body=1" for 192.168.1.11 at 2016-12-27 11:49:56 +0900 Started GET "/assets/jquery_ujs.js?body=1" for 192.168.1.11 at 2016-12-27 11:49:56 +0900 Started GET "/assets/jquery-fileupload/vendor/tmpl.js?body=1" for 192.168.1.11 at 2016-12-27 11:49:56 +0900 Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 192.168.1.11 at 2016-12-27 11:49:56 +0900 Started GET "/assets/jquery-fileupload/vendor/canvas-to-blob.js?body=1" for 192.168.1.11 at 2016-12-27 11:49:56 +0900 Started GET "/assets/jquery-fileupload/vendor/load-image.all.min.js?body=1" for 192.168.1.11 at 2016-12-27 11:49:56 +0900 Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 192.168.1.11 at 2016-12-27 11:49:56 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-process.js?body=1" for 192.168.1.11 at 2016-12-27 11:49:56 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-audio.js?body=1" for 192.168.1.11 at 2016-12-27 11:49:57 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-video.js?body=1" for 192.168.1.11 at 2016-12-27 11:49:57 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 192.168.1.11 at 2016-12-27 11:49:57 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-image.js?body=1" for 192.168.1.11 at 2016-12-27 11:49:57 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-ui.js?body=1" for 192.168.1.11 at 2016-12-27 11:49:57 +0900 Started GET "/assets/jquery-fileupload/locale.js?body=1" for 192.168.1.11 at 2016-12-27 11:49:57 +0900 Started GET "/assets/jquery-fileupload/index.js?body=1" for 192.168.1.11 at 2016-12-27 11:49:57 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-validate.js?body=1" for 192.168.1.11 at 2016-12-27 11:49:57 +0900 Started GET "/assets/turbolinks.js?body=1" for 192.168.1.11 at 2016-12-27 11:49:57 +0900 Started GET "/assets/application.js?body=1" for 192.168.1.11 at 2016-12-27 11:49:57 +0900 Started GET "/assets/contents.js?body=1" for 192.168.1.11 at 2016-12-27 11:49:57 +0900 Started GET "/assets/eset_account_ones.js?body=1" for 192.168.1.11 at 2016-12-27 11:49:57 +0900 Started GET "/assets/contracts.js?body=1" for 192.168.1.11 at 2016-12-27 11:49:57 +0900 Started GET "/assets/customers.js?body=1" for 192.168.1.11 at 2016-12-27 11:49:57 +0900 Started GET "/assets/eset_accounts.js?body=1" for 192.168.1.11 at 2016-12-27 11:49:57 +0900 Started GET "/assets/good_histories.js?body=1" for 192.168.1.11 at 2016-12-27 11:49:57 +0900 Started GET "/assets/estimates.js?body=1" for 192.168.1.11 at 2016-12-27 11:49:57 +0900 Started GET "/assets/goods.js?body=1" for 192.168.1.11 at 2016-12-27 11:49:57 +0900 Started GET "/assets/others.js?body=1" for 192.168.1.11 at 2016-12-27 11:49:57 +0900 Started GET "/assets/greps.js?body=1" for 192.168.1.11 at 2016-12-27 11:49:57 +0900 Started GET "/assets/pictures.js?body=1" for 192.168.1.11 at 2016-12-27 11:49:57 +0900 Started GET "/assets/report_lists.js?body=1" for 192.168.1.11 at 2016-12-27 11:49:57 +0900 Started GET "/assets/pdfs.js?body=1" for 192.168.1.11 at 2016-12-27 11:49:57 +0900 Started GET "/assets/reports.js?body=1" for 192.168.1.11 at 2016-12-27 11:49:57 +0900 Started GET "/assets/sessions.js?body=1" for 192.168.1.11 at 2016-12-27 11:49:57 +0900 Started GET "/assets/transactions.js?body=1" for 192.168.1.11 at 2016-12-27 11:49:57 +0900 Started GET "/assets/uploads.js?body=1" for 192.168.1.11 at 2016-12-27 11:49:57 +0900 Started GET "/assets/static_pages.js?body=1" for 192.168.1.11 at 2016-12-27 11:49:57 +0900 Started GET "/assets/users.js?body=1" for 192.168.1.11 at 2016-12-27 11:49:57 +0900 Started GET "/assets/warranties.js?body=1" for 192.168.1.11 at 2016-12-27 11:49:57 +0900 Started GET "/assets/opensans-light-webfont.woff" for 192.168.1.11 at 2016-12-27 11:49:57 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.woff"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.2ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (46.3ms) Started GET "/assets/opensans-light-webfont.ttf" for 192.168.1.11 at 2016-12-27 11:49:57 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.ttf"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (45.4ms) Started GET "/goods" for 192.168.1.11 at 2016-12-27 11:50:05 +0900 Processing by GoodsController#index as HTML Rendered shared/_header.html.erb (0.2ms) Good Load (0.2ms) SELECT "goods".* FROM "goods" ORDER BY "goods"."last_update" ASC LIMIT 10 OFFSET 0 Rendered goods/index.html.erb within layouts/application (2.5ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.4ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 18ms (Views: 17.4ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css?body=1" for 192.168.1.11 at 2016-12-27 11:50:05 +0900 Started GET "/assets/bootstrap_and_overrides.css?body=1" for 192.168.1.11 at 2016-12-27 11:50:05 +0900 Started GET "/assets/jquery.fileupload-ui.css?body=1" for 192.168.1.11 at 2016-12-27 11:50:05 +0900 Started GET "/assets/eset_account_ones.css?body=1" for 192.168.1.11 at 2016-12-27 11:50:05 +0900 Started GET "/assets/_custom.css?body=1" for 192.168.1.11 at 2016-12-27 11:50:05 +0900 Started GET "/assets/contracts.css?body=1" for 192.168.1.11 at 2016-12-27 11:50:05 +0900 Started GET "/assets/custom.css?body=1" for 192.168.1.11 at 2016-12-27 11:50:05 +0900 Started GET "/assets/estimates.css?body=1" for 192.168.1.11 at 2016-12-27 11:50:05 +0900 Started GET "/assets/goods.css?body=1" for 192.168.1.11 at 2016-12-27 11:50:05 +0900 Started GET "/assets/eset_accounts.css?body=1" for 192.168.1.11 at 2016-12-27 11:50:05 +0900 Started GET "/assets/good_histories.css?body=1" for 192.168.1.11 at 2016-12-27 11:50:05 +0900 Started GET "/assets/greps.css?body=1" for 192.168.1.11 at 2016-12-27 11:50:05 +0900 Started GET "/assets/pdfs.css?body=1" for 192.168.1.11 at 2016-12-27 11:50:05 +0900 Started GET "/assets/others.css?body=1" for 192.168.1.11 at 2016-12-27 11:50:05 +0900 Started GET "/assets/pictures.css?body=1" for 192.168.1.11 at 2016-12-27 11:50:05 +0900 Started GET "/assets/reports.css?body=1" for 192.168.1.11 at 2016-12-27 11:50:05 +0900 Started GET "/assets/report_lists.css?body=1" for 192.168.1.11 at 2016-12-27 11:50:05 +0900 Started GET "/assets/scaffolds.css?body=1" for 192.168.1.11 at 2016-12-27 11:50:05 +0900 Started GET "/assets/sessions.css?body=1" for 192.168.1.11 at 2016-12-27 11:50:05 +0900 Started GET "/assets/static_pages.css?body=1" for 192.168.1.11 at 2016-12-27 11:50:05 +0900 Started GET "/assets/transactions.css?body=1" for 192.168.1.11 at 2016-12-27 11:50:05 +0900 Started GET "/assets/uploads.css?body=1" for 192.168.1.11 at 2016-12-27 11:50:05 +0900 Started GET "/assets/users.css?body=1" for 192.168.1.11 at 2016-12-27 11:50:05 +0900 Started GET "/assets/warranties.css?body=1" for 192.168.1.11 at 2016-12-27 11:50:05 +0900 Started GET "/assets/jquery.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:05 +0900 Started GET "/assets/jquery_ujs.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:05 +0900 Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:05 +0900 Started GET "/assets/jquery-fileupload/vendor/load-image.all.min.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:05 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:05 +0900 Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:05 +0900 Started GET "/assets/jquery-fileupload/vendor/canvas-to-blob.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:05 +0900 Started GET "/assets/jquery-fileupload/vendor/tmpl.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:05 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-audio.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:05 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-process.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:05 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-image.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:05 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-video.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:05 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-validate.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:06 +0900 Started GET "/assets/jquery-fileupload/locale.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:06 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-ui.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:06 +0900 Started GET "/assets/jquery-fileupload/index.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:06 +0900 Started GET "/assets/turbolinks.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:06 +0900 Started GET "/assets/contents.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:06 +0900 Started GET "/assets/application.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:06 +0900 Started GET "/assets/contracts.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:06 +0900 Started GET "/assets/customers.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:06 +0900 Started GET "/assets/eset_account_ones.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:06 +0900 Started GET "/assets/eset_accounts.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:06 +0900 Started GET "/assets/estimates.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:06 +0900 Started GET "/assets/good_histories.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:06 +0900 Started GET "/assets/goods.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:06 +0900 Started GET "/assets/greps.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:06 +0900 Started GET "/assets/others.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:06 +0900 Started GET "/assets/pdfs.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:06 +0900 Started GET "/assets/pictures.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:06 +0900 Started GET "/assets/report_lists.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:06 +0900 Started GET "/assets/sessions.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:06 +0900 Started GET "/assets/reports.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:06 +0900 Started GET "/assets/static_pages.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:06 +0900 Started GET "/assets/transactions.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:06 +0900 Started GET "/assets/uploads.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:06 +0900 Started GET "/assets/users.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:06 +0900 Started GET "/assets/warranties.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:06 +0900 Started GET "/assets/opensans-light-webfont.woff" for 192.168.1.11 at 2016-12-27 11:50:06 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.woff"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.4ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (46.5ms) Started GET "/assets/opensans-light-webfont.ttf" for 192.168.1.11 at 2016-12-27 11:50:06 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.ttf"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.5ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (50.4ms) Started GET "/goods" for 192.168.1.11 at 2016-12-27 11:50:13 +0900 Processing by GoodsController#index as HTML Rendered shared/_header.html.erb (0.2ms) Good Load (0.2ms) SELECT "goods".* FROM "goods" ORDER BY "goods"."last_update" ASC LIMIT 10 OFFSET 0 Rendered goods/index.html.erb within layouts/application (2.4ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.4ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 17ms (Views: 16.4ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 192.168.1.11 at 2016-12-27 11:50:13 +0900 Started GET "/assets/jquery.fileupload-ui.css?body=1" for 192.168.1.11 at 2016-12-27 11:50:13 +0900 Started GET "/assets/bootstrap_and_overrides.css?body=1" for 192.168.1.11 at 2016-12-27 11:50:13 +0900 Started GET "/assets/_custom.css?body=1" for 192.168.1.11 at 2016-12-27 11:50:13 +0900 Started GET "/assets/contracts.css?body=1" for 192.168.1.11 at 2016-12-27 11:50:13 +0900 Started GET "/assets/good_histories.css?body=1" for 192.168.1.11 at 2016-12-27 11:50:13 +0900 Started GET "/assets/eset_accounts.css?body=1" for 192.168.1.11 at 2016-12-27 11:50:13 +0900 Started GET "/assets/estimates.css?body=1" for 192.168.1.11 at 2016-12-27 11:50:13 +0900 Started GET "/assets/custom.css?body=1" for 192.168.1.11 at 2016-12-27 11:50:13 +0900 Started GET "/assets/eset_account_ones.css?body=1" for 192.168.1.11 at 2016-12-27 11:50:13 +0900 Started GET "/assets/greps.css?body=1" for 192.168.1.11 at 2016-12-27 11:50:13 +0900 Started GET "/assets/others.css?body=1" for 192.168.1.11 at 2016-12-27 11:50:13 +0900 Started GET "/assets/goods.css?body=1" for 192.168.1.11 at 2016-12-27 11:50:13 +0900 Started GET "/assets/pdfs.css?body=1" for 192.168.1.11 at 2016-12-27 11:50:13 +0900 Started GET "/assets/pictures.css?body=1" for 192.168.1.11 at 2016-12-27 11:50:13 +0900 Started GET "/assets/report_lists.css?body=1" for 192.168.1.11 at 2016-12-27 11:50:13 +0900 Started GET "/assets/sessions.css?body=1" for 192.168.1.11 at 2016-12-27 11:50:13 +0900 Started GET "/assets/reports.css?body=1" for 192.168.1.11 at 2016-12-27 11:50:13 +0900 Started GET "/assets/scaffolds.css?body=1" for 192.168.1.11 at 2016-12-27 11:50:13 +0900 Started GET "/assets/static_pages.css?body=1" for 192.168.1.11 at 2016-12-27 11:50:13 +0900 Started GET "/assets/uploads.css?body=1" for 192.168.1.11 at 2016-12-27 11:50:13 +0900 Started GET "/assets/transactions.css?body=1" for 192.168.1.11 at 2016-12-27 11:50:13 +0900 Started GET "/assets/warranties.css?body=1" for 192.168.1.11 at 2016-12-27 11:50:13 +0900 Started GET "/assets/users.css?body=1" for 192.168.1.11 at 2016-12-27 11:50:13 +0900 Started GET "/assets/jquery.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:13 +0900 Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:13 +0900 Started GET "/assets/jquery_ujs.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:14 +0900 Started GET "/assets/jquery-fileupload/vendor/load-image.all.min.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:14 +0900 Started GET "/assets/jquery-fileupload/vendor/tmpl.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:14 +0900 Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:14 +0900 Started GET "/assets/jquery-fileupload/vendor/canvas-to-blob.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:14 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-process.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:14 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-image.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:14 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:14 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-audio.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:14 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-validate.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:14 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-video.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:14 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-ui.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:14 +0900 Started GET "/assets/jquery-fileupload/index.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:14 +0900 Started GET "/assets/jquery-fileupload/locale.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:14 +0900 Started GET "/assets/application.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:14 +0900 Started GET "/assets/turbolinks.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:14 +0900 Started GET "/assets/contents.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:14 +0900 Started GET "/assets/contracts.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:14 +0900 Started GET "/assets/customers.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:14 +0900 Started GET "/assets/eset_account_ones.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:14 +0900 Started GET "/assets/estimates.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:14 +0900 Started GET "/assets/good_histories.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:14 +0900 Started GET "/assets/eset_accounts.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:14 +0900 Started GET "/assets/goods.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:14 +0900 Started GET "/assets/greps.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:14 +0900 Started GET "/assets/others.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:14 +0900 Started GET "/assets/pdfs.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:14 +0900 Started GET "/assets/pictures.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:14 +0900 Started GET "/assets/report_lists.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:14 +0900 Started GET "/assets/sessions.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:14 +0900 Started GET "/assets/reports.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:14 +0900 Started GET "/assets/static_pages.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:14 +0900 Started GET "/assets/transactions.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:14 +0900 Started GET "/assets/uploads.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:14 +0900 Started GET "/assets/users.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:14 +0900 Started GET "/assets/warranties.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:14 +0900 Started GET "/assets/opensans-light-webfont.woff" for 192.168.1.11 at 2016-12-27 11:50:14 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.woff"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.3ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (47.2ms) Started GET "/assets/opensans-light-webfont.ttf" for 192.168.1.11 at 2016-12-27 11:50:14 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.ttf"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (45.7ms) Started GET "/goods" for 192.168.1.11 at 2016-12-27 11:50:22 +0900 Processing by GoodsController#index as HTML Rendered shared/_header.html.erb (0.2ms) Good Load (0.2ms) SELECT "goods".* FROM "goods" ORDER BY "goods"."last_update" ASC LIMIT 10 OFFSET 0 Rendered goods/index.html.erb within layouts/application (2.5ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.4ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 17ms (Views: 16.2ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css?body=1" for 192.168.1.11 at 2016-12-27 11:50:22 +0900 Started GET "/assets/_custom.css?body=1" for 192.168.1.11 at 2016-12-27 11:50:23 +0900 Started GET "/assets/jquery.fileupload-ui.css?body=1" for 192.168.1.11 at 2016-12-27 11:50:23 +0900 Started GET "/assets/bootstrap_and_overrides.css?body=1" for 192.168.1.11 at 2016-12-27 11:50:23 +0900 Started GET "/assets/contracts.css?body=1" for 192.168.1.11 at 2016-12-27 11:50:23 +0900 Started GET "/assets/custom.css?body=1" for 192.168.1.11 at 2016-12-27 11:50:23 +0900 Started GET "/assets/eset_accounts.css?body=1" for 192.168.1.11 at 2016-12-27 11:50:23 +0900 Started GET "/assets/eset_account_ones.css?body=1" for 192.168.1.11 at 2016-12-27 11:50:23 +0900 Started GET "/assets/estimates.css?body=1" for 192.168.1.11 at 2016-12-27 11:50:23 +0900 Started GET "/assets/good_histories.css?body=1" for 192.168.1.11 at 2016-12-27 11:50:23 +0900 Started GET "/assets/goods.css?body=1" for 192.168.1.11 at 2016-12-27 11:50:23 +0900 Started GET "/assets/greps.css?body=1" for 192.168.1.11 at 2016-12-27 11:50:23 +0900 Started GET "/assets/others.css?body=1" for 192.168.1.11 at 2016-12-27 11:50:23 +0900 Started GET "/assets/pictures.css?body=1" for 192.168.1.11 at 2016-12-27 11:50:23 +0900 Started GET "/assets/report_lists.css?body=1" for 192.168.1.11 at 2016-12-27 11:50:23 +0900 Started GET "/assets/reports.css?body=1" for 192.168.1.11 at 2016-12-27 11:50:23 +0900 Started GET "/assets/pdfs.css?body=1" for 192.168.1.11 at 2016-12-27 11:50:23 +0900 Started GET "/assets/sessions.css?body=1" for 192.168.1.11 at 2016-12-27 11:50:23 +0900 Started GET "/assets/scaffolds.css?body=1" for 192.168.1.11 at 2016-12-27 11:50:23 +0900 Started GET "/assets/static_pages.css?body=1" for 192.168.1.11 at 2016-12-27 11:50:23 +0900 Started GET "/assets/uploads.css?body=1" for 192.168.1.11 at 2016-12-27 11:50:23 +0900 Started GET "/assets/transactions.css?body=1" for 192.168.1.11 at 2016-12-27 11:50:23 +0900 Started GET "/assets/users.css?body=1" for 192.168.1.11 at 2016-12-27 11:50:23 +0900 Started GET "/assets/warranties.css?body=1" for 192.168.1.11 at 2016-12-27 11:50:23 +0900 Started GET "/assets/jquery.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:23 +0900 Started GET "/assets/jquery_ujs.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:23 +0900 Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:23 +0900 Started GET "/assets/jquery-fileupload/vendor/tmpl.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:23 +0900 Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:23 +0900 Started GET "/assets/jquery-fileupload/vendor/canvas-to-blob.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:23 +0900 Started GET "/assets/jquery-fileupload/vendor/load-image.all.min.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:23 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:23 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-process.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:23 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-image.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:23 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-validate.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:23 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-audio.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:23 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-video.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:23 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-ui.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:23 +0900 Started GET "/assets/jquery-fileupload/index.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:23 +0900 Started GET "/assets/jquery-fileupload/locale.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:23 +0900 Started GET "/assets/contents.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:23 +0900 Started GET "/assets/contracts.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:23 +0900 Started GET "/assets/turbolinks.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:23 +0900 Started GET "/assets/application.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:23 +0900 Started GET "/assets/eset_account_ones.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:23 +0900 Started GET "/assets/customers.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:23 +0900 Started GET "/assets/eset_accounts.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:23 +0900 Started GET "/assets/estimates.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:23 +0900 Started GET "/assets/good_histories.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:23 +0900 Started GET "/assets/goods.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:23 +0900 Started GET "/assets/greps.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:23 +0900 Started GET "/assets/others.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:23 +0900 Started GET "/assets/pdfs.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:23 +0900 Started GET "/assets/pictures.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:23 +0900 Started GET "/assets/report_lists.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:23 +0900 Started GET "/assets/sessions.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:23 +0900 Started GET "/assets/reports.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:23 +0900 Started GET "/assets/transactions.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:23 +0900 Started GET "/assets/static_pages.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:23 +0900 Started GET "/assets/uploads.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:23 +0900 Started GET "/assets/users.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:23 +0900 Started GET "/assets/warranties.js?body=1" for 192.168.1.11 at 2016-12-27 11:50:23 +0900 Started GET "/assets/opensans-light-webfont.woff" for 192.168.1.11 at 2016-12-27 11:50:23 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.woff"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.4ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (46.5ms) Started GET "/assets/opensans-light-webfont.ttf" for 192.168.1.11 at 2016-12-27 11:50:23 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.ttf"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.7ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (45.5ms) Started GET "/" for 192.168.1.11 at 2016-12-27 12:53:54 +0900 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by StaticPagesController#home as HTML Rendered shared/_header.html.erb (0.1ms) Rendered static_pages/home.html.erb within layouts/application (1.0ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (3.4ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 229ms (Views: 228.5ms | ActiveRecord: 0.3ms) Started GET "/" for 192.168.1.11 at 2016-12-27 12:53:54 +0900 Processing by StaticPagesController#home as HTML Rendered shared/_header.html.erb (0.2ms) Rendered static_pages/home.html.erb within layouts/application (3.1ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.4ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 22ms (Views: 21.0ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 192.168.1.11 at 2016-12-27 12:53:54 +0900 Started GET "/assets/_custom.css?body=1" for 192.168.1.11 at 2016-12-27 12:53:54 +0900 Started GET "/assets/contracts.css?body=1" for 192.168.1.11 at 2016-12-27 12:53:54 +0900 Started GET "/assets/bootstrap_and_overrides.css?body=1" for 192.168.1.11 at 2016-12-27 12:53:54 +0900 Started GET "/assets/jquery.fileupload-ui.css?body=1" for 192.168.1.11 at 2016-12-27 12:53:54 +0900 Started GET "/assets/eset_account_ones.css?body=1" for 192.168.1.11 at 2016-12-27 12:53:54 +0900 Started GET "/assets/eset_accounts.css?body=1" for 192.168.1.11 at 2016-12-27 12:53:54 +0900 Started GET "/assets/custom.css?body=1" for 192.168.1.11 at 2016-12-27 12:53:54 +0900 Started GET "/assets/good_histories.css?body=1" for 192.168.1.11 at 2016-12-27 12:53:54 +0900 Started GET "/assets/estimates.css?body=1" for 192.168.1.11 at 2016-12-27 12:53:54 +0900 Started GET "/assets/good_types.css?body=1" for 192.168.1.11 at 2016-12-27 12:53:54 +0900 Started GET "/assets/goods.css?body=1" for 192.168.1.11 at 2016-12-27 12:53:54 +0900 Started GET "/assets/greps.css?body=1" for 192.168.1.11 at 2016-12-27 12:53:54 +0900 Started GET "/assets/others.css?body=1" for 192.168.1.11 at 2016-12-27 12:53:54 +0900 Started GET "/assets/pictures.css?body=1" for 192.168.1.11 at 2016-12-27 12:53:54 +0900 Started GET "/assets/pdfs.css?body=1" for 192.168.1.11 at 2016-12-27 12:53:54 +0900 Started GET "/assets/report_lists.css?body=1" for 192.168.1.11 at 2016-12-27 12:53:54 +0900 Started GET "/assets/reports.css?body=1" for 192.168.1.11 at 2016-12-27 12:53:54 +0900 Started GET "/assets/scaffolds.css?body=1" for 192.168.1.11 at 2016-12-27 12:53:55 +0900 Started GET "/assets/sessions.css?body=1" for 192.168.1.11 at 2016-12-27 12:53:55 +0900 Started GET "/assets/transactions.css?body=1" for 192.168.1.11 at 2016-12-27 12:53:55 +0900 Started GET "/assets/static_pages.css?body=1" for 192.168.1.11 at 2016-12-27 12:53:55 +0900 Started GET "/assets/users.css?body=1" for 192.168.1.11 at 2016-12-27 12:53:55 +0900 Started GET "/assets/uploads.css?body=1" for 192.168.1.11 at 2016-12-27 12:53:55 +0900 Started GET "/assets/warranties.css?body=1" for 192.168.1.11 at 2016-12-27 12:53:55 +0900 Started GET "/assets/jquery_ujs.js?body=1" for 192.168.1.11 at 2016-12-27 12:53:55 +0900 Started GET "/assets/jquery.js?body=1" for 192.168.1.11 at 2016-12-27 12:53:55 +0900 Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 192.168.1.11 at 2016-12-27 12:53:55 +0900 Started GET "/assets/jquery-fileupload/vendor/tmpl.js?body=1" for 192.168.1.11 at 2016-12-27 12:53:55 +0900 Started GET "/assets/jquery-fileupload/vendor/load-image.all.min.js?body=1" for 192.168.1.11 at 2016-12-27 12:53:55 +0900 Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 192.168.1.11 at 2016-12-27 12:53:55 +0900 Started GET "/assets/jquery-fileupload/vendor/canvas-to-blob.js?body=1" for 192.168.1.11 at 2016-12-27 12:53:55 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 192.168.1.11 at 2016-12-27 12:53:55 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-video.js?body=1" for 192.168.1.11 at 2016-12-27 12:53:55 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-image.js?body=1" for 192.168.1.11 at 2016-12-27 12:53:55 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-process.js?body=1" for 192.168.1.11 at 2016-12-27 12:53:55 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-audio.js?body=1" for 192.168.1.11 at 2016-12-27 12:53:55 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-validate.js?body=1" for 192.168.1.11 at 2016-12-27 12:53:55 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-ui.js?body=1" for 192.168.1.11 at 2016-12-27 12:53:55 +0900 Started GET "/assets/jquery-fileupload/index.js?body=1" for 192.168.1.11 at 2016-12-27 12:53:55 +0900 Started GET "/assets/jquery-fileupload/locale.js?body=1" for 192.168.1.11 at 2016-12-27 12:53:55 +0900 Started GET "/assets/turbolinks.js?body=1" for 192.168.1.11 at 2016-12-27 12:53:55 +0900 Started GET "/assets/application.js?body=1" for 192.168.1.11 at 2016-12-27 12:53:55 +0900 Started GET "/assets/contents.js?body=1" for 192.168.1.11 at 2016-12-27 12:53:55 +0900 Started GET "/assets/contracts.js?body=1" for 192.168.1.11 at 2016-12-27 12:53:55 +0900 Started GET "/assets/eset_account_ones.js?body=1" for 192.168.1.11 at 2016-12-27 12:53:55 +0900 Started GET "/assets/customers.js?body=1" for 192.168.1.11 at 2016-12-27 12:53:55 +0900 Started GET "/assets/eset_accounts.js?body=1" for 192.168.1.11 at 2016-12-27 12:53:55 +0900 Started GET "/assets/good_histories.js?body=1" for 192.168.1.11 at 2016-12-27 12:53:55 +0900 Started GET "/assets/estimates.js?body=1" for 192.168.1.11 at 2016-12-27 12:53:55 +0900 Started GET "/assets/goods.js?body=1" for 192.168.1.11 at 2016-12-27 12:53:55 +0900 Started GET "/assets/good_types.js?body=1" for 192.168.1.11 at 2016-12-27 12:53:55 +0900 Started GET "/assets/greps.js?body=1" for 192.168.1.11 at 2016-12-27 12:53:55 +0900 Started GET "/assets/pdfs.js?body=1" for 192.168.1.11 at 2016-12-27 12:53:55 +0900 Started GET "/assets/others.js?body=1" for 192.168.1.11 at 2016-12-27 12:53:55 +0900 Started GET "/assets/pictures.js?body=1" for 192.168.1.11 at 2016-12-27 12:53:55 +0900 Started GET "/assets/report_lists.js?body=1" for 192.168.1.11 at 2016-12-27 12:53:55 +0900 Started GET "/assets/static_pages.js?body=1" for 192.168.1.11 at 2016-12-27 12:53:55 +0900 Started GET "/assets/sessions.js?body=1" for 192.168.1.11 at 2016-12-27 12:53:55 +0900 Started GET "/assets/reports.js?body=1" for 192.168.1.11 at 2016-12-27 12:53:55 +0900 Started GET "/assets/transactions.js?body=1" for 192.168.1.11 at 2016-12-27 12:53:55 +0900 Started GET "/assets/uploads.js?body=1" for 192.168.1.11 at 2016-12-27 12:53:55 +0900 Started GET "/assets/users.js?body=1" for 192.168.1.11 at 2016-12-27 12:53:55 +0900 Started GET "/assets/warranties.js?body=1" for 192.168.1.11 at 2016-12-27 12:53:55 +0900 Started GET "/assets/opensans-light-webfont.woff" for 192.168.1.11 at 2016-12-27 12:53:55 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.woff"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.6ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (53.5ms) Started GET "/assets/opensans-light-webfont.ttf" for 192.168.1.11 at 2016-12-27 12:53:55 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.ttf"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (6.2ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (49.3ms) Started GET "/reports/2016-12-01/month" for 192.168.1.11 at 2016-12-27 12:53:56 +0900 Processing by ReportsController#report_list as HTML Parameters: {"start"=>"2016-12-01", "span"=>"month"} ReportList Load (0.2ms) SELECT "report_lists".* FROM "report_lists" ORDER BY year asc ReportList Load (0.1ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 1]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 2]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 3]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 4]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 5]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 6]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 7]] ReportList Load (0.1ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 8]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 9]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 10]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 11]] ReportList Load (0.0ms) SELECT "report_lists".* FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 12]]  (0.1ms) SELECT "report_lists"."id" FROM "report_lists" WHERE "report_lists"."year" = ? [["year", 2016]]  (0.1ms) SELECT "report_lists"."id" FROM "report_lists" WHERE "report_lists"."year" = ? AND "report_lists"."month" = ? [["year", 2016], ["month", 12]] Rendered shared/_header.html.erb (0.2ms) Report Load (0.2ms) SELECT "reports".* FROM "reports" WHERE 1=0 ORDER BY date DESC LIMIT 10 OFFSET 0 Rendered reports/report_list.html.erb within layouts/application (3.1ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.5ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 37ms (Views: 21.5ms | ActiveRecord: 1.4ms) Started GET "/" for 192.168.1.11 at 2016-12-27 13:02:39 +0900 Processing by StaticPagesController#home as HTML Rendered shared/_header.html.erb (0.1ms) Rendered static_pages/home.html.erb within layouts/application (1.1ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (4.8ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 25ms (Views: 24.3ms | ActiveRecord: 0.5ms) Started GET "/goods" for 192.168.1.11 at 2016-12-27 13:02:41 +0900 Processing by GoodsController#index as HTML Rendered shared/_header.html.erb (0.2ms) Good Load (0.2ms) SELECT "goods".* FROM "goods" ORDER BY "goods"."last_update" ASC LIMIT 10 OFFSET 0 Rendered goods/index.html.erb within layouts/application (11.6ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.5ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 32ms (Views: 28.2ms | ActiveRecord: 0.5ms) Started GET "/goods" for 192.168.1.11 at 2016-12-27 13:06:28 +0900 Processing by GoodsController#index as HTML Rendered shared/_header.html.erb (0.2ms) Rendered goods/_indexform.erb (3.0ms) Rendered goods/index.html.erb within layouts/application (4.3ms) Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms) ActionView::Template::Error (uninitialized constant ActionView::CompiledTemplates::Factory2): 3:
4: 5: 6: <%= form_for Factory2.all.first, url: {action: "index" }, html: {id: 'form'}, :remote => true do |f| %> 7:
8:
9: <%= select :page, :cat_id, @category, {include_blank: false, selected: @cat_id} %> app/views/goods/_indexform.erb:6:in `_app_views_goods__indexform_erb___1580132762436377713_69929886545380' app/views/goods/index.html.erb:9:in `_app_views_goods_index_html_erb___4158990919642715236_69930062831160' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.5ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.7ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (24.9ms) Started GET "/goods" for 192.168.1.11 at 2016-12-27 13:06:59 +0900 Processing by GoodsController#index as HTML Rendered shared/_header.html.erb (0.2ms) Good Load (0.2ms) SELECT "goods".* FROM "goods" ORDER BY "goods"."last_update" ASC LIMIT 10 OFFSET 0 Rendered goods/_indexform.erb (1.8ms) Rendered goods/index.html.erb within layouts/application (2.7ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.4ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 18ms (Views: 16.9ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css?body=1" for 192.168.1.11 at 2016-12-27 13:06:59 +0900 Started GET "/assets/jquery.fileupload-ui.css?body=1" for 192.168.1.11 at 2016-12-27 13:06:59 +0900 Started GET "/assets/_custom.css?body=1" for 192.168.1.11 at 2016-12-27 13:06:59 +0900 Started GET "/assets/eset_accounts.css?body=1" for 192.168.1.11 at 2016-12-27 13:06:59 +0900 Started GET "/assets/bootstrap_and_overrides.css?body=1" for 192.168.1.11 at 2016-12-27 13:06:59 +0900 Started GET "/assets/custom.css?body=1" for 192.168.1.11 at 2016-12-27 13:06:59 +0900 Started GET "/assets/estimates.css?body=1" for 192.168.1.11 at 2016-12-27 13:06:59 +0900 Started GET "/assets/contracts.css?body=1" for 192.168.1.11 at 2016-12-27 13:06:59 +0900 Started GET "/assets/eset_account_ones.css?body=1" for 192.168.1.11 at 2016-12-27 13:06:59 +0900 Started GET "/assets/good_types.css?body=1" for 192.168.1.11 at 2016-12-27 13:06:59 +0900 Started GET "/assets/good_histories.css?body=1" for 192.168.1.11 at 2016-12-27 13:06:59 +0900 Started GET "/assets/greps.css?body=1" for 192.168.1.11 at 2016-12-27 13:06:59 +0900 Started GET "/assets/goods.css?body=1" for 192.168.1.11 at 2016-12-27 13:06:59 +0900 Started GET "/assets/others.css?body=1" for 192.168.1.11 at 2016-12-27 13:06:59 +0900 Started GET "/assets/pictures.css?body=1" for 192.168.1.11 at 2016-12-27 13:06:59 +0900 Started GET "/assets/pdfs.css?body=1" for 192.168.1.11 at 2016-12-27 13:06:59 +0900 Started GET "/assets/report_lists.css?body=1" for 192.168.1.11 at 2016-12-27 13:06:59 +0900 Started GET "/assets/reports.css?body=1" for 192.168.1.11 at 2016-12-27 13:06:59 +0900 Started GET "/assets/scaffolds.css?body=1" for 192.168.1.11 at 2016-12-27 13:06:59 +0900 Started GET "/assets/transactions.css?body=1" for 192.168.1.11 at 2016-12-27 13:06:59 +0900 Started GET "/assets/static_pages.css?body=1" for 192.168.1.11 at 2016-12-27 13:06:59 +0900 Started GET "/assets/sessions.css?body=1" for 192.168.1.11 at 2016-12-27 13:06:59 +0900 Started GET "/assets/uploads.css?body=1" for 192.168.1.11 at 2016-12-27 13:06:59 +0900 Started GET "/assets/users.css?body=1" for 192.168.1.11 at 2016-12-27 13:06:59 +0900 Started GET "/assets/warranties.css?body=1" for 192.168.1.11 at 2016-12-27 13:06:59 +0900 Started GET "/assets/jquery.js?body=1" for 192.168.1.11 at 2016-12-27 13:06:59 +0900 Started GET "/assets/jquery_ujs.js?body=1" for 192.168.1.11 at 2016-12-27 13:06:59 +0900 Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 192.168.1.11 at 2016-12-27 13:06:59 +0900 Started GET "/assets/jquery-fileupload/vendor/tmpl.js?body=1" for 192.168.1.11 at 2016-12-27 13:06:59 +0900 Started GET "/assets/jquery-fileupload/vendor/load-image.all.min.js?body=1" for 192.168.1.11 at 2016-12-27 13:06:59 +0900 Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 192.168.1.11 at 2016-12-27 13:06:59 +0900 Started GET "/assets/jquery-fileupload/vendor/canvas-to-blob.js?body=1" for 192.168.1.11 at 2016-12-27 13:06:59 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 192.168.1.11 at 2016-12-27 13:06:59 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-process.js?body=1" for 192.168.1.11 at 2016-12-27 13:06:59 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-image.js?body=1" for 192.168.1.11 at 2016-12-27 13:06:59 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-audio.js?body=1" for 192.168.1.11 at 2016-12-27 13:06:59 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-video.js?body=1" for 192.168.1.11 at 2016-12-27 13:06:59 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-validate.js?body=1" for 192.168.1.11 at 2016-12-27 13:06:59 +0900 Started GET "/assets/jquery-fileupload/locale.js?body=1" for 192.168.1.11 at 2016-12-27 13:06:59 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-ui.js?body=1" for 192.168.1.11 at 2016-12-27 13:06:59 +0900 Started GET "/assets/jquery-fileupload/index.js?body=1" for 192.168.1.11 at 2016-12-27 13:06:59 +0900 Started GET "/assets/turbolinks.js?body=1" for 192.168.1.11 at 2016-12-27 13:06:59 +0900 Started GET "/assets/contents.js?body=1" for 192.168.1.11 at 2016-12-27 13:06:59 +0900 Started GET "/assets/application.js?body=1" for 192.168.1.11 at 2016-12-27 13:06:59 +0900 Started GET "/assets/customers.js?body=1" for 192.168.1.11 at 2016-12-27 13:06:59 +0900 Started GET "/assets/contracts.js?body=1" for 192.168.1.11 at 2016-12-27 13:06:59 +0900 Started GET "/assets/eset_account_ones.js?body=1" for 192.168.1.11 at 2016-12-27 13:06:59 +0900 Started GET "/assets/eset_accounts.js?body=1" for 192.168.1.11 at 2016-12-27 13:06:59 +0900 Started GET "/assets/estimates.js?body=1" for 192.168.1.11 at 2016-12-27 13:06:59 +0900 Started GET "/assets/good_types.js?body=1" for 192.168.1.11 at 2016-12-27 13:06:59 +0900 Started GET "/assets/good_histories.js?body=1" for 192.168.1.11 at 2016-12-27 13:06:59 +0900 Started GET "/assets/goods.js?body=1" for 192.168.1.11 at 2016-12-27 13:06:59 +0900 Started GET "/assets/greps.js?body=1" for 192.168.1.11 at 2016-12-27 13:06:59 +0900 Started GET "/assets/others.js?body=1" for 192.168.1.11 at 2016-12-27 13:06:59 +0900 Started GET "/assets/pdfs.js?body=1" for 192.168.1.11 at 2016-12-27 13:06:59 +0900 Started GET "/assets/pictures.js?body=1" for 192.168.1.11 at 2016-12-27 13:06:59 +0900 Started GET "/assets/reports.js?body=1" for 192.168.1.11 at 2016-12-27 13:06:59 +0900 Started GET "/assets/report_lists.js?body=1" for 192.168.1.11 at 2016-12-27 13:06:59 +0900 Started GET "/assets/sessions.js?body=1" for 192.168.1.11 at 2016-12-27 13:06:59 +0900 Started GET "/assets/static_pages.js?body=1" for 192.168.1.11 at 2016-12-27 13:06:59 +0900 Started GET "/assets/transactions.js?body=1" for 192.168.1.11 at 2016-12-27 13:06:59 +0900 Started GET "/assets/uploads.js?body=1" for 192.168.1.11 at 2016-12-27 13:06:59 +0900 Started GET "/assets/warranties.js?body=1" for 192.168.1.11 at 2016-12-27 13:06:59 +0900 Started GET "/assets/users.js?body=1" for 192.168.1.11 at 2016-12-27 13:06:59 +0900 Started GET "/assets/opensans-light-webfont.woff" for 192.168.1.11 at 2016-12-27 13:06:59 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.woff"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (49.9ms) Started GET "/assets/opensans-light-webfont.ttf" for 192.168.1.11 at 2016-12-27 13:06:59 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.ttf"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.4ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (46.8ms) Started GET "/goods" for 192.168.1.11 at 2016-12-27 13:09:35 +0900 Processing by GoodsController#index as HTML Rendered goods/index.html.erb within layouts/application (0.5ms) Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms) SyntaxError (/var/www/Test/sample_app/app/views/goods/index.html.erb:2: syntax error, unexpected ')', expecting => { links: [["在庫一覧", '#']]});@output_buffer.safe_append=' ^ /var/www/Test/sample_app/app/views/goods/index.html.erb:13: syntax error, unexpected keyword_ensure, expecting ')' /var/www/Test/sample_app/app/views/goods/index.html.erb:15: syntax error, unexpected keyword_end, expecting ')'): app/views/goods/index.html.erb:2: syntax error, unexpected ')', expecting => app/views/goods/index.html.erb:13: syntax error, unexpected keyword_ensure, expecting ')' app/views/goods/index.html.erb:15: syntax error, unexpected keyword_end, expecting ')' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.3ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.6ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (16.4ms) Started GET "/goods" for 192.168.1.11 at 2016-12-27 13:10:02 +0900 Processing by GoodsController#index as HTML Rendered shared/_header.html.erb (0.3ms) Good Load (0.2ms) SELECT "goods".* FROM "goods" ORDER BY "goods"."last_update" ASC LIMIT 10 OFFSET 0 Rendered goods/_indexform.erb (1.4ms) Rendered goods/index.html.erb within layouts/application (3.1ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.4ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 20ms (Views: 18.6ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css?body=1" for 192.168.1.11 at 2016-12-27 13:10:02 +0900 Started GET "/assets/jquery.fileupload-ui.css?body=1" for 192.168.1.11 at 2016-12-27 13:10:02 +0900 Started GET "/assets/_custom.css?body=1" for 192.168.1.11 at 2016-12-27 13:10:02 +0900 Started GET "/assets/custom.css?body=1" for 192.168.1.11 at 2016-12-27 13:10:02 +0900 Started GET "/assets/bootstrap_and_overrides.css?body=1" for 192.168.1.11 at 2016-12-27 13:10:02 +0900 Started GET "/assets/contracts.css?body=1" for 192.168.1.11 at 2016-12-27 13:10:02 +0900 Started GET "/assets/eset_accounts.css?body=1" for 192.168.1.11 at 2016-12-27 13:10:02 +0900 Started GET "/assets/estimates.css?body=1" for 192.168.1.11 at 2016-12-27 13:10:02 +0900 Started GET "/assets/good_histories.css?body=1" for 192.168.1.11 at 2016-12-27 13:10:02 +0900 Started GET "/assets/eset_account_ones.css?body=1" for 192.168.1.11 at 2016-12-27 13:10:02 +0900 Started GET "/assets/good_types.css?body=1" for 192.168.1.11 at 2016-12-27 13:10:02 +0900 Started GET "/assets/goods.css?body=1" for 192.168.1.11 at 2016-12-27 13:10:02 +0900 Started GET "/assets/greps.css?body=1" for 192.168.1.11 at 2016-12-27 13:10:02 +0900 Started GET "/assets/others.css?body=1" for 192.168.1.11 at 2016-12-27 13:10:02 +0900 Started GET "/assets/pdfs.css?body=1" for 192.168.1.11 at 2016-12-27 13:10:02 +0900 Started GET "/assets/report_lists.css?body=1" for 192.168.1.11 at 2016-12-27 13:10:02 +0900 Started GET "/assets/pictures.css?body=1" for 192.168.1.11 at 2016-12-27 13:10:02 +0900 Started GET "/assets/reports.css?body=1" for 192.168.1.11 at 2016-12-27 13:10:02 +0900 Started GET "/assets/scaffolds.css?body=1" for 192.168.1.11 at 2016-12-27 13:10:02 +0900 Started GET "/assets/static_pages.css?body=1" for 192.168.1.11 at 2016-12-27 13:10:02 +0900 Started GET "/assets/transactions.css?body=1" for 192.168.1.11 at 2016-12-27 13:10:02 +0900 Started GET "/assets/uploads.css?body=1" for 192.168.1.11 at 2016-12-27 13:10:02 +0900 Started GET "/assets/sessions.css?body=1" for 192.168.1.11 at 2016-12-27 13:10:02 +0900 Started GET "/assets/warranties.css?body=1" for 192.168.1.11 at 2016-12-27 13:10:02 +0900 Started GET "/assets/jquery.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:02 +0900 Started GET "/assets/users.css?body=1" for 192.168.1.11 at 2016-12-27 13:10:02 +0900 Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:02 +0900 Started GET "/assets/jquery_ujs.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:02 +0900 Started GET "/assets/jquery-fileupload/vendor/load-image.all.min.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:02 +0900 Started GET "/assets/jquery-fileupload/vendor/tmpl.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:02 +0900 Started GET "/assets/jquery-fileupload/vendor/canvas-to-blob.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:02 +0900 Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:02 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:02 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-process.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:02 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-image.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:02 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-audio.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:02 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-video.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:02 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-validate.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:02 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-ui.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:02 +0900 Started GET "/assets/jquery-fileupload/locale.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:02 +0900 Started GET "/assets/jquery-fileupload/index.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:02 +0900 Started GET "/assets/application.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:02 +0900 Started GET "/assets/contents.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:02 +0900 Started GET "/assets/turbolinks.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:02 +0900 Started GET "/assets/contracts.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:02 +0900 Started GET "/assets/customers.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:02 +0900 Started GET "/assets/eset_account_ones.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:02 +0900 Started GET "/assets/estimates.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:02 +0900 Started GET "/assets/good_types.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:02 +0900 Started GET "/assets/goods.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:02 +0900 Started GET "/assets/eset_accounts.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:02 +0900 Started GET "/assets/greps.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:02 +0900 Started GET "/assets/good_histories.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:02 +0900 Started GET "/assets/others.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:02 +0900 Started GET "/assets/pictures.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:02 +0900 Started GET "/assets/pdfs.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:02 +0900 Started GET "/assets/report_lists.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:02 +0900 Started GET "/assets/sessions.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:02 +0900 Started GET "/assets/reports.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:02 +0900 Started GET "/assets/transactions.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:02 +0900 Started GET "/assets/static_pages.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:02 +0900 Started GET "/assets/users.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:02 +0900 Started GET "/assets/uploads.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:02 +0900 Started GET "/assets/warranties.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:02 +0900 Started GET "/assets/opensans-light-webfont.woff" for 192.168.1.11 at 2016-12-27 13:10:02 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.woff"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (46.1ms) Started GET "/assets/opensans-light-webfont.ttf" for 192.168.1.11 at 2016-12-27 13:10:02 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.ttf"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.3ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (45.9ms) Started GET "/goods/1" for 192.168.1.11 at 2016-12-27 13:10:05 +0900 Processing by GoodsController#show as HTML Parameters: {"id"=>"1"} Good Load (0.2ms) SELECT "goods".* FROM "goods" WHERE "goods"."id" = ? LIMIT 1 [["id", 1]] GoodHistory Load (0.1ms) SELECT "good_histories".* FROM "good_histories" WHERE "good_histories"."good_id" = ? [["good_id", 1]] Rendered shared/_header.html.erb (0.2ms) Rendered goods/show.html.erb within layouts/application (1.5ms) Rendered layouts/_shim.html.erb (0.1ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.5ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 42ms (Views: 16.2ms | ActiveRecord: 0.5ms) Started GET "/goods/1" for 192.168.1.11 at 2016-12-27 13:10:58 +0900 Processing by GoodsController#show as HTML Parameters: {"id"=>"1"} Good Load (0.1ms) SELECT "goods".* FROM "goods" WHERE "goods"."id" = ? LIMIT 1 [["id", 1]] GoodHistory Load (0.1ms) SELECT "good_histories".* FROM "good_histories" WHERE "good_histories"."good_id" = ? [["good_id", 1]] Rendered shared/_header.html.erb (0.2ms) Rendered goods/show.html.erb within layouts/application (1.5ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (0.4ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 18ms (Views: 16.3ms | ActiveRecord: 0.2ms) Started GET "/assets/contracts.css?body=1" for 192.168.1.11 at 2016-12-27 13:10:59 +0900 Started GET "/assets/jquery.fileupload-ui.css?body=1" for 192.168.1.11 at 2016-12-27 13:10:59 +0900 Started GET "/assets/bootstrap_and_overrides.css?body=1" for 192.168.1.11 at 2016-12-27 13:10:59 +0900 Started GET "/assets/_custom.css?body=1" for 192.168.1.11 at 2016-12-27 13:10:59 +0900 Started GET "/assets/custom.css?body=1" for 192.168.1.11 at 2016-12-27 13:10:59 +0900 Started GET "/assets/application.css?body=1" for 192.168.1.11 at 2016-12-27 13:10:59 +0900 Started GET "/assets/eset_accounts.css?body=1" for 192.168.1.11 at 2016-12-27 13:10:59 +0900 Started GET "/assets/eset_account_ones.css?body=1" for 192.168.1.11 at 2016-12-27 13:10:59 +0900 Started GET "/assets/estimates.css?body=1" for 192.168.1.11 at 2016-12-27 13:10:59 +0900 Started GET "/assets/good_types.css?body=1" for 192.168.1.11 at 2016-12-27 13:10:59 +0900 Started GET "/assets/good_histories.css?body=1" for 192.168.1.11 at 2016-12-27 13:10:59 +0900 Started GET "/assets/goods.css?body=1" for 192.168.1.11 at 2016-12-27 13:10:59 +0900 Started GET "/assets/greps.css?body=1" for 192.168.1.11 at 2016-12-27 13:10:59 +0900 Started GET "/assets/others.css?body=1" for 192.168.1.11 at 2016-12-27 13:10:59 +0900 Started GET "/assets/pictures.css?body=1" for 192.168.1.11 at 2016-12-27 13:10:59 +0900 Started GET "/assets/pdfs.css?body=1" for 192.168.1.11 at 2016-12-27 13:10:59 +0900 Started GET "/assets/report_lists.css?body=1" for 192.168.1.11 at 2016-12-27 13:10:59 +0900 Started GET "/assets/reports.css?body=1" for 192.168.1.11 at 2016-12-27 13:10:59 +0900 Started GET "/assets/scaffolds.css?body=1" for 192.168.1.11 at 2016-12-27 13:10:59 +0900 Started GET "/assets/sessions.css?body=1" for 192.168.1.11 at 2016-12-27 13:10:59 +0900 Started GET "/assets/static_pages.css?body=1" for 192.168.1.11 at 2016-12-27 13:10:59 +0900 Started GET "/assets/transactions.css?body=1" for 192.168.1.11 at 2016-12-27 13:10:59 +0900 Started GET "/assets/uploads.css?body=1" for 192.168.1.11 at 2016-12-27 13:10:59 +0900 Started GET "/assets/warranties.css?body=1" for 192.168.1.11 at 2016-12-27 13:10:59 +0900 Started GET "/assets/users.css?body=1" for 192.168.1.11 at 2016-12-27 13:10:59 +0900 Started GET "/assets/jquery_ujs.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:59 +0900 Started GET "/assets/jquery.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:59 +0900 Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:59 +0900 Started GET "/assets/jquery-fileupload/vendor/load-image.all.min.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:59 +0900 Started GET "/assets/jquery-fileupload/vendor/tmpl.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:59 +0900 Started GET "/assets/jquery-fileupload/vendor/canvas-to-blob.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:59 +0900 Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:59 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:59 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-image.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:59 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-process.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:59 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-validate.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:59 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-audio.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:59 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-video.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:59 +0900 Started GET "/assets/jquery-fileupload/locale.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:59 +0900 Started GET "/assets/jquery-fileupload/index.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:59 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-ui.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:59 +0900 Started GET "/assets/application.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:59 +0900 Started GET "/assets/contents.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:59 +0900 Started GET "/assets/turbolinks.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:59 +0900 Started GET "/assets/contracts.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:59 +0900 Started GET "/assets/customers.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:59 +0900 Started GET "/assets/eset_account_ones.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:59 +0900 Started GET "/assets/estimates.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:59 +0900 Started GET "/assets/eset_accounts.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:59 +0900 Started GET "/assets/good_histories.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:59 +0900 Started GET "/assets/good_types.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:59 +0900 Started GET "/assets/goods.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:59 +0900 Started GET "/assets/greps.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:59 +0900 Started GET "/assets/others.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:59 +0900 Started GET "/assets/pdfs.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:59 +0900 Started GET "/assets/reports.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:59 +0900 Started GET "/assets/pictures.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:59 +0900 Started GET "/assets/report_lists.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:59 +0900 Started GET "/assets/sessions.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:59 +0900 Started GET "/assets/static_pages.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:59 +0900 Started GET "/assets/transactions.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:59 +0900 Started GET "/assets/users.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:59 +0900 Started GET "/assets/warranties.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:59 +0900 Started GET "/assets/uploads.js?body=1" for 192.168.1.11 at 2016-12-27 13:10:59 +0900 Started GET "/assets/opensans-light-webfont.woff" for 192.168.1.11 at 2016-12-27 13:10:59 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.woff"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (47.6ms) Started GET "/assets/opensans-light-webfont.ttf" for 192.168.1.11 at 2016-12-27 13:10:59 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.ttf"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (47.3ms) Started GET "/goods/type_edit" for 192.168.1.11 at 2016-12-27 13:18:47 +0900 Processing by GoodsController#show as HTML Parameters: {"id"=>"type_edit"} Good Load (0.1ms) SELECT "goods".* FROM "goods" WHERE "goods"."id" = ? LIMIT 1 [["id", 0]] Completed 404 Not Found in 4ms (ActiveRecord: 0.7ms) ActiveRecord::RecordNotFound (Couldn't find Good with 'id'=type_edit): app/controllers/goods_controller.rb:122:in `set_good' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.7ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (14.9ms) Started GET "/goods/type_edit" for 192.168.1.11 at 2016-12-27 13:21:25 +0900 Processing by GoodsController#type_edit as HTML Rendered shared/_header.html.erb (0.2ms) Rendered goods/_form.html.erb (0.4ms) Rendered goods/type_edit.html.erb within layouts/application (1.8ms) Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms) ActionView::Template::Error (First argument in form cannot contain nil or be empty): 1: <%= form_for(@good) do |f| %> 2: <% if @good.errors.any? %> 3:
4:

<%= pluralize(@good.errors.count, "error") %> prohibited this customer from being saved:

app/views/goods/_form.html.erb:1:in `_app_views_goods__form_html_erb__1771517408629430800_69929923395360' app/views/goods/type_edit.html.erb:10:in `_app_views_goods_type_edit_html_erb___3134626042199943206_69930233498700' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.3ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.7ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (16.5ms) Started GET "/goods/type_edit" for 192.168.1.11 at 2016-12-27 13:21:52 +0900 Processing by GoodsController#type_edit as HTML Rendered shared/_header.html.erb (0.2ms) Rendered goods/type_edit.html.erb within layouts/application (1.0ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (3.7ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 20ms (Views: 18.7ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css?body=1" for 192.168.1.11 at 2016-12-27 13:21:53 +0900 Started GET "/assets/jquery.fileupload-ui.css?body=1" for 192.168.1.11 at 2016-12-27 13:21:53 +0900 Started GET "/assets/_custom.css?body=1" for 192.168.1.11 at 2016-12-27 13:21:53 +0900 Started GET "/assets/custom.css?body=1" for 192.168.1.11 at 2016-12-27 13:21:53 +0900 Started GET "/assets/bootstrap_and_overrides.css?body=1" for 192.168.1.11 at 2016-12-27 13:21:53 +0900 Started GET "/assets/contracts.css?body=1" for 192.168.1.11 at 2016-12-27 13:21:53 +0900 Started GET "/assets/eset_account_ones.css?body=1" for 192.168.1.11 at 2016-12-27 13:21:53 +0900 Started GET "/assets/estimates.css?body=1" for 192.168.1.11 at 2016-12-27 13:21:53 +0900 Started GET "/assets/eset_accounts.css?body=1" for 192.168.1.11 at 2016-12-27 13:21:53 +0900 Started GET "/assets/good_types.css?body=1" for 192.168.1.11 at 2016-12-27 13:21:53 +0900 Started GET "/assets/goods.css?body=1" for 192.168.1.11 at 2016-12-27 13:21:53 +0900 Started GET "/assets/good_histories.css?body=1" for 192.168.1.11 at 2016-12-27 13:21:53 +0900 Started GET "/assets/others.css?body=1" for 192.168.1.11 at 2016-12-27 13:21:53 +0900 Started GET "/assets/greps.css?body=1" for 192.168.1.11 at 2016-12-27 13:21:53 +0900 Started GET "/assets/pdfs.css?body=1" for 192.168.1.11 at 2016-12-27 13:21:53 +0900 Started GET "/assets/pictures.css?body=1" for 192.168.1.11 at 2016-12-27 13:21:53 +0900 Started GET "/assets/report_lists.css?body=1" for 192.168.1.11 at 2016-12-27 13:21:53 +0900 Started GET "/assets/scaffolds.css?body=1" for 192.168.1.11 at 2016-12-27 13:21:53 +0900 Started GET "/assets/reports.css?body=1" for 192.168.1.11 at 2016-12-27 13:21:53 +0900 Started GET "/assets/sessions.css?body=1" for 192.168.1.11 at 2016-12-27 13:21:53 +0900 Started GET "/assets/transactions.css?body=1" for 192.168.1.11 at 2016-12-27 13:21:53 +0900 Started GET "/assets/static_pages.css?body=1" for 192.168.1.11 at 2016-12-27 13:21:53 +0900 Started GET "/assets/users.css?body=1" for 192.168.1.11 at 2016-12-27 13:21:53 +0900 Started GET "/assets/uploads.css?body=1" for 192.168.1.11 at 2016-12-27 13:21:53 +0900 Started GET "/assets/warranties.css?body=1" for 192.168.1.11 at 2016-12-27 13:21:53 +0900 Started GET "/assets/jquery.js?body=1" for 192.168.1.11 at 2016-12-27 13:21:53 +0900 Started GET "/assets/jquery_ujs.js?body=1" for 192.168.1.11 at 2016-12-27 13:21:53 +0900 Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 192.168.1.11 at 2016-12-27 13:21:53 +0900 Started GET "/assets/jquery-fileupload/vendor/tmpl.js?body=1" for 192.168.1.11 at 2016-12-27 13:21:53 +0900 Started GET "/assets/jquery-fileupload/vendor/load-image.all.min.js?body=1" for 192.168.1.11 at 2016-12-27 13:21:53 +0900 Started GET "/assets/jquery-fileupload/vendor/canvas-to-blob.js?body=1" for 192.168.1.11 at 2016-12-27 13:21:53 +0900 Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 192.168.1.11 at 2016-12-27 13:21:53 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-process.js?body=1" for 192.168.1.11 at 2016-12-27 13:21:53 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 192.168.1.11 at 2016-12-27 13:21:53 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-image.js?body=1" for 192.168.1.11 at 2016-12-27 13:21:53 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-audio.js?body=1" for 192.168.1.11 at 2016-12-27 13:21:53 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-ui.js?body=1" for 192.168.1.11 at 2016-12-27 13:21:53 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-video.js?body=1" for 192.168.1.11 at 2016-12-27 13:21:53 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-validate.js?body=1" for 192.168.1.11 at 2016-12-27 13:21:53 +0900 Started GET "/assets/turbolinks.js?body=1" for 192.168.1.11 at 2016-12-27 13:21:53 +0900 Started GET "/assets/jquery-fileupload/index.js?body=1" for 192.168.1.11 at 2016-12-27 13:21:53 +0900 Started GET "/assets/contents.js?body=1" for 192.168.1.11 at 2016-12-27 13:21:53 +0900 Started GET "/assets/application.js?body=1" for 192.168.1.11 at 2016-12-27 13:21:53 +0900 Started GET "/assets/jquery-fileupload/locale.js?body=1" for 192.168.1.11 at 2016-12-27 13:21:53 +0900 Started GET "/assets/contracts.js?body=1" for 192.168.1.11 at 2016-12-27 13:21:53 +0900 Started GET "/assets/customers.js?body=1" for 192.168.1.11 at 2016-12-27 13:21:53 +0900 Started GET "/assets/eset_account_ones.js?body=1" for 192.168.1.11 at 2016-12-27 13:21:53 +0900 Started GET "/assets/eset_accounts.js?body=1" for 192.168.1.11 at 2016-12-27 13:21:53 +0900 Started GET "/assets/estimates.js?body=1" for 192.168.1.11 at 2016-12-27 13:21:53 +0900 Started GET "/assets/good_types.js?body=1" for 192.168.1.11 at 2016-12-27 13:21:53 +0900 Started GET "/assets/good_histories.js?body=1" for 192.168.1.11 at 2016-12-27 13:21:53 +0900 Started GET "/assets/goods.js?body=1" for 192.168.1.11 at 2016-12-27 13:21:53 +0900 Started GET "/assets/greps.js?body=1" for 192.168.1.11 at 2016-12-27 13:21:53 +0900 Started GET "/assets/others.js?body=1" for 192.168.1.11 at 2016-12-27 13:21:53 +0900 Started GET "/assets/pictures.js?body=1" for 192.168.1.11 at 2016-12-27 13:21:53 +0900 Started GET "/assets/pdfs.js?body=1" for 192.168.1.11 at 2016-12-27 13:21:53 +0900 Started GET "/assets/reports.js?body=1" for 192.168.1.11 at 2016-12-27 13:21:53 +0900 Started GET "/assets/report_lists.js?body=1" for 192.168.1.11 at 2016-12-27 13:21:53 +0900 Started GET "/assets/sessions.js?body=1" for 192.168.1.11 at 2016-12-27 13:21:53 +0900 Started GET "/assets/static_pages.js?body=1" for 192.168.1.11 at 2016-12-27 13:21:53 +0900 Started GET "/assets/uploads.js?body=1" for 192.168.1.11 at 2016-12-27 13:21:53 +0900 Started GET "/assets/transactions.js?body=1" for 192.168.1.11 at 2016-12-27 13:21:53 +0900 Started GET "/assets/users.js?body=1" for 192.168.1.11 at 2016-12-27 13:21:53 +0900 Started GET "/assets/warranties.js?body=1" for 192.168.1.11 at 2016-12-27 13:21:53 +0900 Started GET "/assets/opensans-light-webfont.woff" for 192.168.1.11 at 2016-12-27 13:21:53 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.woff"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.3ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (50.0ms) Started GET "/assets/opensans-light-webfont.ttf" for 192.168.1.11 at 2016-12-27 13:21:53 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.ttf"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.3ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (47.9ms) Started GET "/goods/type_edit" for 192.168.1.11 at 2016-12-27 13:33:32 +0900 Processing by GoodsController#type_edit as HTML Rendered shared/_header.html.erb (0.2ms) GoodType Load (0.4ms) SELECT "good_types".* FROM "good_types" Rendered goods/type_edit.html.erb within layouts/application (231.0ms) Completed 500 Internal Server Error in 236ms (ActiveRecord: 0.4ms) ActionView::Template::Error (undefined local variable or method `f' for #<#:0x007f33ac05b068>): 26: 27:
28:
29: <%= f.submit "更新", class: "w8-button l-blue small"%> 30:
31:
app/views/goods/type_edit.html.erb:29:in `_app_views_goods_type_edit_html_erb___3134626042199943206_69929953054280' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (17.0ms) Started GET "/goods/type_edit" for 192.168.1.11 at 2016-12-27 13:34:57 +0900 Processing by GoodsController#type_edit as HTML Good Load (0.1ms) SELECT "goods".* FROM "goods" ORDER BY "goods"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "goods".* FROM "goods" ORDER BY "goods"."id" ASC LIMIT 1 Rendered shared/_header.html.erb (0.2ms) GoodType Load (0.2ms) SELECT "good_types".* FROM "good_types" Rendered goods/type_edit.html.erb within layouts/application (2.6ms) Rendered layouts/_shim.html.erb (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "da39a3ee5e6b4b0d3255bfef95601890afd80709"]] Rendered layouts/_header.html.erb (3.1ms) Rendered layouts/_footer.html.erb (0.1ms) Completed 200 OK in 30ms (Views: 21.3ms | ActiveRecord: 1.1ms) Started GET "/assets/application.css?body=1" for 192.168.1.11 at 2016-12-27 13:34:58 +0900 Started GET "/assets/jquery.fileupload-ui.css?body=1" for 192.168.1.11 at 2016-12-27 13:34:58 +0900 Started GET "/assets/_custom.css?body=1" for 192.168.1.11 at 2016-12-27 13:34:58 +0900 Started GET "/assets/bootstrap_and_overrides.css?body=1" for 192.168.1.11 at 2016-12-27 13:34:58 +0900 Started GET "/assets/contracts.css?body=1" for 192.168.1.11 at 2016-12-27 13:34:58 +0900 Started GET "/assets/eset_account_ones.css?body=1" for 192.168.1.11 at 2016-12-27 13:34:58 +0900 Started GET "/assets/custom.css?body=1" for 192.168.1.11 at 2016-12-27 13:34:58 +0900 Started GET "/assets/estimates.css?body=1" for 192.168.1.11 at 2016-12-27 13:34:58 +0900 Started GET "/assets/eset_accounts.css?body=1" for 192.168.1.11 at 2016-12-27 13:34:58 +0900 Started GET "/assets/good_types.css?body=1" for 192.168.1.11 at 2016-12-27 13:34:58 +0900 Started GET "/assets/good_histories.css?body=1" for 192.168.1.11 at 2016-12-27 13:34:58 +0900 Started GET "/assets/greps.css?body=1" for 192.168.1.11 at 2016-12-27 13:34:58 +0900 Started GET "/assets/goods.css?body=1" for 192.168.1.11 at 2016-12-27 13:34:58 +0900 Started GET "/assets/pdfs.css?body=1" for 192.168.1.11 at 2016-12-27 13:34:58 +0900 Started GET "/assets/pictures.css?body=1" for 192.168.1.11 at 2016-12-27 13:34:58 +0900 Started GET "/assets/others.css?body=1" for 192.168.1.11 at 2016-12-27 13:34:58 +0900 Started GET "/assets/report_lists.css?body=1" for 192.168.1.11 at 2016-12-27 13:34:58 +0900 Started GET "/assets/scaffolds.css?body=1" for 192.168.1.11 at 2016-12-27 13:34:58 +0900 Started GET "/assets/reports.css?body=1" for 192.168.1.11 at 2016-12-27 13:34:58 +0900 Started GET "/assets/sessions.css?body=1" for 192.168.1.11 at 2016-12-27 13:34:58 +0900 Started GET "/assets/static_pages.css?body=1" for 192.168.1.11 at 2016-12-27 13:34:58 +0900 Started GET "/assets/transactions.css?body=1" for 192.168.1.11 at 2016-12-27 13:34:58 +0900 Started GET "/assets/uploads.css?body=1" for 192.168.1.11 at 2016-12-27 13:34:58 +0900 Started GET "/assets/users.css?body=1" for 192.168.1.11 at 2016-12-27 13:34:58 +0900 Started GET "/assets/jquery.js?body=1" for 192.168.1.11 at 2016-12-27 13:34:58 +0900 Started GET "/assets/warranties.css?body=1" for 192.168.1.11 at 2016-12-27 13:34:58 +0900 Started GET "/assets/jquery_ujs.js?body=1" for 192.168.1.11 at 2016-12-27 13:34:58 +0900 Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 192.168.1.11 at 2016-12-27 13:34:58 +0900 Started GET "/assets/jquery-fileupload/vendor/tmpl.js?body=1" for 192.168.1.11 at 2016-12-27 13:34:58 +0900 Started GET "/assets/jquery-fileupload/vendor/load-image.all.min.js?body=1" for 192.168.1.11 at 2016-12-27 13:34:58 +0900 Started GET "/assets/jquery-fileupload/vendor/canvas-to-blob.js?body=1" for 192.168.1.11 at 2016-12-27 13:34:58 +0900 Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 192.168.1.11 at 2016-12-27 13:34:58 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-image.js?body=1" for 192.168.1.11 at 2016-12-27 13:34:58 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-process.js?body=1" for 192.168.1.11 at 2016-12-27 13:34:58 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 192.168.1.11 at 2016-12-27 13:34:58 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-audio.js?body=1" for 192.168.1.11 at 2016-12-27 13:34:58 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-video.js?body=1" for 192.168.1.11 at 2016-12-27 13:34:58 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-ui.js?body=1" for 192.168.1.11 at 2016-12-27 13:34:58 +0900 Started GET "/assets/jquery-fileupload/jquery.fileupload-validate.js?body=1" for 192.168.1.11 at 2016-12-27 13:34:58 +0900 Started GET "/assets/jquery-fileupload/index.js?body=1" for 192.168.1.11 at 2016-12-27 13:34:58 +0900 Started GET "/assets/turbolinks.js?body=1" for 192.168.1.11 at 2016-12-27 13:34:58 +0900 Started GET "/assets/jquery-fileupload/locale.js?body=1" for 192.168.1.11 at 2016-12-27 13:34:58 +0900 Started GET "/assets/application.js?body=1" for 192.168.1.11 at 2016-12-27 13:34:58 +0900 Started GET "/assets/contents.js?body=1" for 192.168.1.11 at 2016-12-27 13:34:58 +0900 Started GET "/assets/contracts.js?body=1" for 192.168.1.11 at 2016-12-27 13:34:58 +0900 Started GET "/assets/customers.js?body=1" for 192.168.1.11 at 2016-12-27 13:34:58 +0900 Started GET "/assets/eset_account_ones.js?body=1" for 192.168.1.11 at 2016-12-27 13:34:58 +0900 Started GET "/assets/eset_accounts.js?body=1" for 192.168.1.11 at 2016-12-27 13:34:58 +0900 Started GET "/assets/good_types.js?body=1" for 192.168.1.11 at 2016-12-27 13:34:58 +0900 Started GET "/assets/estimates.js?body=1" for 192.168.1.11 at 2016-12-27 13:34:58 +0900 Started GET "/assets/good_histories.js?body=1" for 192.168.1.11 at 2016-12-27 13:34:58 +0900 Started GET "/assets/goods.js?body=1" for 192.168.1.11 at 2016-12-27 13:34:58 +0900 Started GET "/assets/greps.js?body=1" for 192.168.1.11 at 2016-12-27 13:34:58 +0900 Started GET "/assets/others.js?body=1" for 192.168.1.11 at 2016-12-27 13:34:58 +0900 Started GET "/assets/pdfs.js?body=1" for 192.168.1.11 at 2016-12-27 13:34:58 +0900 Started GET "/assets/pictures.js?body=1" for 192.168.1.11 at 2016-12-27 13:34:58 +0900 Started GET "/assets/report_lists.js?body=1" for 192.168.1.11 at 2016-12-27 13:34:58 +0900 Started GET "/assets/reports.js?body=1" for 192.168.1.11 at 2016-12-27 13:34:58 +0900 Started GET "/assets/sessions.js?body=1" for 192.168.1.11 at 2016-12-27 13:34:58 +0900 Started GET "/assets/transactions.js?body=1" for 192.168.1.11 at 2016-12-27 13:34:58 +0900 Started GET "/assets/uploads.js?body=1" for 192.168.1.11 at 2016-12-27 13:34:58 +0900 Started GET "/assets/static_pages.js?body=1" for 192.168.1.11 at 2016-12-27 13:34:58 +0900 Started GET "/assets/users.js?body=1" for 192.168.1.11 at 2016-12-27 13:34:58 +0900 Started GET "/assets/warranties.js?body=1" for 192.168.1.11 at 2016-12-27 13:34:58 +0900 Started GET "/assets/opensans-light-webfont.woff" for 192.168.1.11 at 2016-12-27 13:34:58 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.woff"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.8ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (48.3ms) Started GET "/assets/opensans-light-webfont.ttf" for 192.168.1.11 at 2016-12-27 13:34:58 +0900 ActionController::RoutingError (No route matches [GET] "/assets/opensans-light-webfont.ttf"): vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/methodoverride.rb:22:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/runtime.rb:18:in `call' vendor/ruby/2.2.0/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/sendfile.rb:113:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call' vendor/ruby/2.2.0/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/lock.rb:17:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/content_length.rb:15:in `call' vendor/ruby/2.2.0/gems/rack-1.6.5/lib/rack/handler/webrick.rb:88:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/nth/.rbenv/versions/2.2.5/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered vendor/ruby/2.2.0/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (45.2ms) Exiting