spec/dummy/log/development.log in sail-2.0.0 vs spec/dummy/log/development.log in sail-2.1.0

- old
+ new

@@ -5878,5 +5878,10379 @@ Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (9.7ms) Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (14.5ms) Completed 200 OK in 36ms (Views: 28.1ms | ActiveRecord: 0.9ms) + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "test_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "number_of_threads"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "bonus_range"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "admin_list"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_2"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_3"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_4"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_5"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "float_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "date_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "cron_setting"], ["LIMIT", 1]] +  (0.1ms) SELECT "sail_settings"."name" FROM "sail_settings" + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE 1=0 +Started GET "/sail" for ::1 at 2019-01-09 19:51:55 -0200 +  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.4ms) SELECT COUNT(*) FROM "sail_settings" +  (0.2ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.3ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (0.6ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (310.8ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (319.1ms) +Completed 200 OK in 355ms (Views: 340.5ms | ActiveRecord: 1.5ms) + + +Started GET "/sail" for ::1 at 2019-01-09 19:51:55 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (0.5ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.3ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (10.9ms) +Completed 200 OK in 25ms (Views: 19.5ms | ActiveRecord: 0.7ms) + + +Started GET "/sail" for ::1 at 2019-01-09 19:52:30 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (0.4ms) + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.1ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (10.6ms) +Completed 200 OK in 48ms (Views: 40.6ms | ActiveRecord: 0.7ms) + + +Started GET "/sail" for ::1 at 2019-01-09 19:52:57 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (0.5ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.8ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (11.9ms) +Completed 200 OK in 97ms (Views: 90.6ms | ActiveRecord: 0.7ms) + + +Started GET "/sail" for ::1 at 2019-01-09 19:53:03 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (0.5ms) + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (6.0ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (9.4ms) +Completed 200 OK in 91ms (Views: 85.2ms | ActiveRecord: 0.8ms) + + +Started GET "/sail" for ::1 at 2019-01-09 19:53:08 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (0.5ms) + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (6.2ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (9.5ms) +Completed 200 OK in 25ms (Views: 19.2ms | ActiveRecord: 0.6ms) + + +Started GET "/sail" for ::1 at 2019-01-09 19:57:36 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (0.5ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (6.3ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (16.4ms) +Completed 200 OK in 35ms (Views: 24.5ms | ActiveRecord: 1.0ms) + + +Started GET "/sail" for ::1 at 2019-01-09 19:57:47 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (0.4ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (6.3ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (15.5ms) +Completed 200 OK in 34ms (Views: 23.8ms | ActiveRecord: 1.1ms) + + +Started GET "/sail" for ::1 at 2019-01-09 19:59:16 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (0.4ms) + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (6.3ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (16.0ms) +Completed 200 OK in 43ms (Views: 32.1ms | ActiveRecord: 1.3ms) + + + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "test_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "number_of_threads"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "bonus_range"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "admin_list"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_2"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_3"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_4"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_5"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "float_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "date_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "cron_setting"], ["LIMIT", 1]] +  (0.1ms) SELECT "sail_settings"."name" FROM "sail_settings" + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE 1=0 +Started GET "/sail" for ::1 at 2019-01-09 20:00:43 -0200 +  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (0.4ms) + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (261.3ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (267.2ms) +Completed 200 OK in 286ms (Views: 278.6ms | ActiveRecord: 0.6ms) + + + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "test_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "number_of_threads"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "bonus_range"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "admin_list"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_2"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_3"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_4"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_5"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "float_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "date_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "cron_setting"], ["LIMIT", 1]] +  (0.1ms) SELECT "sail_settings"."name" FROM "sail_settings" + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE 1=0 +Started GET "/sail" for ::1 at 2019-01-09 20:07:00 -0200 +  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (0.6ms) + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (229.4ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (236.2ms) +Completed 200 OK in 257ms (Views: 248.7ms | ActiveRecord: 0.7ms) + + +Started GET "/sail/settings?query=stale" for ::1 at 2019-01-09 20:07:01 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"authenticity_token"=>"F2+VXZyFX5ZIlB8MiSJ4+l5gzMTeh0kof4ddvztRk7epb5ZTuS50Ea+6qM2I4T23An6X4UN/oQjKgY0DBw/rJg==", "query"=>"stale"} +Unpermitted parameters: :_method, :authenticity_token + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" = ? LIMIT ? [["group", "stale"], ["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" WHERE (updated_at < '2018-11-10 22:07:01.793908') +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" WHERE (updated_at < '2018-11-10 22:07:01.793908') LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" WHERE (updated_at < '2018-11-10 22:07:01.793908') LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (0.5ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (2.0ms) +Completed 200 OK in 18ms (Views: 11.6ms | ActiveRecord: 0.6ms) + + + Sail::Setting Load (1.0ms) SELECT "sail_settings".* FROM "sail_settings" + Sail::Setting Load (0.2ms) SELECT "sail_settings".* FROM "sail_settings" +  (0.1ms) begin transaction + Sail::Setting Exists (0.3ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."name" = ? AND "sail_settings"."id" != ? LIMIT ? [["name", "enable_something_else"], ["id", 5], ["LIMIT", 1]] + Sail::Setting Update (0.4ms) UPDATE "sail_settings" SET "updated_at" = ? WHERE "sail_settings"."id" = ? [["updated_at", "2018-10-26 22:07:48.617872"], ["id", 5]] +  (0.9ms) commit transaction + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "test_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "number_of_threads"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "bonus_range"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "admin_list"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_2"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_3"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_4"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_5"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "float_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "date_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "cron_setting"], ["LIMIT", 1]] +  (0.1ms) SELECT "sail_settings"."name" FROM "sail_settings" + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE 1=0 +Started GET "/sail/settings" for ::1 at 2019-01-09 20:07:57 -0200 +  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Processing by Sail::SettingsController#index as HTML + Parameters: {"authenticity_token"=>"zJj0yeLk57/Nj2fqeJPS9nnU3KURs9MgiZr582cb6r1ymPfHx0/MOCqh0Ct5UJe7JcqHgIxLOwA8nClPW0WSLA=="} +Unpermitted parameters: :_method, :authenticity_token + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (0.4ms) + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (231.2ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (236.8ms) +Completed 200 OK in 258ms (Views: 249.3ms | ActiveRecord: 0.7ms) + + +Started GET "/sail/settings?query=stale" for ::1 at 2019-01-09 20:08:00 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"authenticity_token"=>"cozIwaEfKbSze79C1vZChTPt9MwQK3zDx9258ARCZGDMjMvPhLQCM1RVCIPXNQfIb/Ov6Y3TlONy22lMOBwc8Q==", "query"=>"stale"} +Unpermitted parameters: :_method, :authenticity_token + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" = ? LIMIT ? [["group", "stale"], ["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" WHERE (updated_at < '2018-11-10 22:08:00.152366') +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" WHERE (updated_at < '2018-11-10 22:08:00.152366') LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" WHERE (updated_at < '2018-11-10 22:08:00.152366') LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (0.6ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" WHERE (updated_at < '2018-11-10 22:08:00.152366') LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [1 times] (3.6ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (7.9ms) +Completed 200 OK in 29ms (Views: 21.2ms | ActiveRecord: 0.8ms) + + +Started GET "/sail/settings" for ::1 at 2019-01-09 20:08:01 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"authenticity_token"=>"hMSIRXmb40Xa4uxlmJdhW5w92DOEdELF4Lp21DDk51E6xItLXDDIwj3MW6SZVCQWwCODFhmMquVVvKZoDLqfwA=="} +Unpermitted parameters: :_method, :authenticity_token + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (0.5ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (11.6ms) +Completed 200 OK in 27ms (Views: 20.9ms | ActiveRecord: 0.7ms) + + +Started GET "/sail/settings?query=stale" for ::1 at 2019-01-09 20:08:04 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"authenticity_token"=>"fbVAN5h8ngAaAqoYgvkrgbPZpxvx/59WWdpituWLzxbDtUM5vde1h/0sHdmDOm7M78f8PmwHd3bs3LIK2dW3hw==", "query"=>"stale"} +Unpermitted parameters: :_method, :authenticity_token + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" = ? LIMIT ? [["group", "stale"], ["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" WHERE (updated_at < '2018-11-10 22:08:04.392239') +Unpermitted parameters: :_method, :authenticity_token +  (0.2ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" WHERE (updated_at < '2018-11-10 22:08:04.392239') LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" WHERE (updated_at < '2018-11-10 22:08:04.392239') LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (0.7ms) + Sail::Setting Load (0.7ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" WHERE (updated_at < '2018-11-10 22:08:04.392239') LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [1 times] (2.9ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (9.3ms) +Completed 200 OK in 56ms (Views: 47.0ms | ActiveRecord: 1.5ms) + + +Started GET "/sail/settings" for ::1 at 2019-01-09 20:08:05 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"authenticity_token"=>"dwETs38h3B+zFF+xxMzEq3ZRTJPjGUclfUY4RMuyo9fJARC9Wor3mFQ66HDFD4HmKk8Xtn7hrwXIQOj49+zbRg=="} +Unpermitted parameters: :_method, :authenticity_token + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (0.4ms) + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.4ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (10.9ms) +Completed 200 OK in 25ms (Views: 19.8ms | ActiveRecord: 0.6ms) + + + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "test_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "number_of_threads"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "bonus_range"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "admin_list"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_2"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_3"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_4"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_5"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "float_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "date_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "cron_setting"], ["LIMIT", 1]] +  (0.1ms) SELECT "sail_settings"."name" FROM "sail_settings" + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE 1=0 +Started GET "/sail" for ::1 at 2019-01-09 20:44:59 -0200 +  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.2ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (0.8ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (283.5ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (291.7ms) +Completed 200 OK in 317ms (Views: 305.2ms | ActiveRecord: 1.0ms) + + +Started GET "/sail" for ::1 at 2019-01-09 20:45:00 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (0.6ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (10.6ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (15.1ms) +Completed 200 OK in 41ms (Views: 33.6ms | ActiveRecord: 0.8ms) + + +Started GET "/sail" for ::1 at 2019-01-09 20:45:04 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.2ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (0.5ms) + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.4ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (11.1ms) +Completed 200 OK in 27ms (Views: 20.7ms | ActiveRecord: 0.7ms) + + +Started GET "/sail" for ::1 at 2019-01-09 20:45:05 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (0.6ms) + Sail::Setting Load (0.3ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (8.3ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (34.3ms) +Completed 200 OK in 50ms (Views: 43.5ms | ActiveRecord: 0.8ms) + + +Started GET "/sail" for ::1 at 2019-01-09 20:45:06 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (0.4ms) + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (6.5ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (9.6ms) +Completed 200 OK in 24ms (Views: 18.2ms | ActiveRecord: 0.6ms) + + +Started GET "/sail" for ::1 at 2019-01-09 20:45:07 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (0.5ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.2ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (11.0ms) +Completed 200 OK in 27ms (Views: 20.3ms | ActiveRecord: 0.7ms) + + +Started GET "/sail" for ::1 at 2019-01-09 20:45:07 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (0.4ms) + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.1ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (10.5ms) +Completed 200 OK in 26ms (Views: 19.8ms | ActiveRecord: 0.7ms) + + +Started GET "/sail" for ::1 at 2019-01-09 20:45:08 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (0.4ms) + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (6.3ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (9.2ms) +Completed 200 OK in 23ms (Views: 17.7ms | ActiveRecord: 0.6ms) + + +  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + Sail::Setting Load (1.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "test_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "number_of_threads"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "bonus_range"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "admin_list"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_2"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_3"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_4"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_5"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "float_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "date_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "cron_setting"], ["LIMIT", 1]] +  (0.1ms) SELECT "sail_settings"."name" FROM "sail_settings" + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE 1=0 +  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "test_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "number_of_threads"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "bonus_range"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "admin_list"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_2"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_3"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_4"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_5"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "float_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.0ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "date_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.0ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "cron_setting"], ["LIMIT", 1]] +  (0.1ms) SELECT "sail_settings"."name" FROM "sail_settings" + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE 1=0 + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "test_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "number_of_threads"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "bonus_range"], ["LIMIT", 1]] + Sail::Setting Load (0.0ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "admin_list"], ["LIMIT", 1]] + Sail::Setting Load (0.0ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else"], ["LIMIT", 1]] + Sail::Setting Load (0.0ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_2"], ["LIMIT", 1]] + Sail::Setting Load (0.0ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_3"], ["LIMIT", 1]] + Sail::Setting Load (0.0ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_4"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_5"], ["LIMIT", 1]] + Sail::Setting Load (0.0ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "float_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.0ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "date_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.0ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "cron_setting"], ["LIMIT", 1]] +  (0.1ms) SELECT "sail_settings"."name" FROM "sail_settings" + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE 1=0 +  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Migrating to CreateProfiles (20190115222849) +  (0.0ms) begin transaction +  (0.1ms) SELECT sqlite_version(*) +  (0.4ms) CREATE TABLE "sail_profiles" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar NOT NULL) +  (0.1ms) CREATE UNIQUE INDEX "index_profiles_on_name" ON "sail_profiles" ("name") +  (0.1ms) CREATE TABLE "sail_values" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "value" varchar NOT NULL, "profile_id" integer, "setting_id" integer, CONSTRAINT "fk_rails_854c7a71a1" +FOREIGN KEY ("profile_id") + REFERENCES "profiles" ("id") +, CONSTRAINT "fk_rails_3bbe453633" +FOREIGN KEY ("setting_id") + REFERENCES "settings" ("id") +) +  (0.1ms) CREATE INDEX "index_sail_values_on_profile_id" ON "sail_values" ("profile_id") +  (0.1ms) CREATE INDEX "index_sail_values_on_setting_id" ON "sail_values" ("setting_id") +  (0.1ms) CREATE TABLE "sail_profiles_settings" ("sail_setting_id" integer NOT NULL, "sail_profile_id" integer NOT NULL) + ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20190115222849"]] +  (0.9ms) commit transaction + ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] +  (0.0ms) begin transaction +  (0.0ms) commit transaction +  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "test_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "number_of_threads"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "bonus_range"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "admin_list"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_2"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_3"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_4"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_5"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "float_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "date_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "cron_setting"], ["LIMIT", 1]] +  (0.1ms) SELECT "sail_settings"."name" FROM "sail_settings" + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE 1=0 +  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Migrating to CreateProfiles (20190115222849) +  (0.0ms) begin transaction +  (0.4ms) DROP TABLE "sail_profiles_settings" +  (0.2ms) DROP TABLE "sail_values" +  (0.1ms) DROP TABLE "sail_profiles" + ActiveRecord::SchemaMigration Destroy (0.1ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = ? [["version", "20190115222849"]] +  (0.8ms) commit transaction +  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "test_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "number_of_threads"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "bonus_range"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "admin_list"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_2"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_3"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_4"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_5"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "float_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "date_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "cron_setting"], ["LIMIT", 1]] +  (0.1ms) SELECT "sail_settings"."name" FROM "sail_settings" + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE 1=0 +  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Migrating to CreateProfiles (20190115222849) +  (0.0ms) begin transaction +  (0.0ms) SELECT sqlite_version(*) +  (0.3ms) CREATE TABLE "sail_profiles" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar NOT NULL) +  (0.1ms) CREATE UNIQUE INDEX "index_profiles_on_name" ON "sail_profiles" ("name") +  (0.1ms) CREATE TABLE "sail_entries" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "value" varchar NOT NULL, "profile_id" integer, "setting_id" integer, CONSTRAINT "fk_rails_cc1d9233b3" +FOREIGN KEY ("profile_id") + REFERENCES "profiles" ("id") +, CONSTRAINT "fk_rails_9f04b1d343" +FOREIGN KEY ("setting_id") + REFERENCES "settings" ("id") +) +  (0.1ms) CREATE INDEX "index_sail_entries_on_profile_id" ON "sail_entries" ("profile_id") +  (0.1ms) CREATE INDEX "index_sail_entries_on_setting_id" ON "sail_entries" ("setting_id") +  (0.1ms) CREATE TABLE "sail_profiles_settings" ("sail_setting_id" integer NOT NULL, "sail_profile_id" integer NOT NULL) + ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20190115222849"]] +  (1.1ms) commit transaction + ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] +  (0.0ms) begin transaction +  (0.0ms) commit transaction +  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "test_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "number_of_threads"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "bonus_range"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "admin_list"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_2"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_3"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_4"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_5"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "float_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "date_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.0ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "cron_setting"], ["LIMIT", 1]] +  (0.1ms) SELECT "sail_settings"."name" FROM "sail_settings" + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE 1=0 +  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Migrating to CreateProfiles (20190115222849) +  (0.0ms) begin transaction +  (0.3ms) DROP TABLE "sail_profiles_settings" +  (0.2ms) DROP TABLE "sail_entries" +  (0.1ms) DROP TABLE "sail_profiles" + ActiveRecord::SchemaMigration Destroy (0.1ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = ? [["version", "20190115222849"]] +  (1.7ms) commit transaction +  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Migrating to CreateProfiles (20190115222849) +  (0.0ms) begin transaction +  (0.1ms) SELECT sqlite_version(*) +  (0.3ms) CREATE TABLE "sail_profiles" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar NOT NULL) +  (0.1ms) CREATE UNIQUE INDEX "index_profiles_on_name" ON "sail_profiles" ("name") +  (0.1ms) CREATE TABLE "sail_entries" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "value" varchar NOT NULL, "profile_id" integer, "setting_id" integer, CONSTRAINT "fk_rails_cc1d9233b3" +FOREIGN KEY ("profile_id") + REFERENCES "profiles" ("id") +, CONSTRAINT "fk_rails_9f04b1d343" +FOREIGN KEY ("setting_id") + REFERENCES "settings" ("id") +) +  (0.1ms) CREATE INDEX "index_sail_entries_on_profile_id" ON "sail_entries" ("profile_id") +  (0.1ms) CREATE INDEX "index_sail_entries_on_setting_id" ON "sail_entries" ("setting_id") +  (0.1ms) CREATE TABLE "sail_profiles_settings" ("sail_setting_id" integer NOT NULL, "sail_profile_id" integer NOT NULL) +  (0.1ms) CREATE INDEX "index_sail_profiles_settings_on_setting_id_and_profile_id" ON "sail_profiles_settings" ("setting_id", "profile_id") +  (0.1ms) CREATE INDEX "index_sail_profiles_settings_on_profile_id_and_setting_id" ON "sail_profiles_settings" ("profile_id", "setting_id") + ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20190115222849"]] +  (2.0ms) commit transaction + ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] +  (0.0ms) begin transaction +  (0.0ms) commit transaction +  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Migrating to CreateProfiles (20190115222849) +  (0.0ms) begin transaction +  (0.3ms) DROP TABLE "sail_profiles_settings" +  (0.1ms) DROP TABLE "sail_entries" +  (0.1ms) DROP TABLE "sail_profiles" + ActiveRecord::SchemaMigration Destroy (0.1ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = ? [["version", "20190115222849"]] +  (1.9ms) commit transaction +  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Migrating to CreateProfiles (20190115222849) +  (0.0ms) begin transaction +  (0.0ms) SELECT sqlite_version(*) +  (0.3ms) CREATE TABLE "sail_profiles" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar NOT NULL) +  (0.1ms) CREATE UNIQUE INDEX "index_profiles_on_name" ON "sail_profiles" ("name") +  (0.1ms) CREATE TABLE "sail_entries" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "value" varchar NOT NULL, "profile_id" integer, "setting_id" integer, CONSTRAINT "fk_rails_cc1d9233b3" +FOREIGN KEY ("profile_id") + REFERENCES "profiles" ("id") +, CONSTRAINT "fk_rails_9f04b1d343" +FOREIGN KEY ("setting_id") + REFERENCES "settings" ("id") +) +  (0.1ms) CREATE INDEX "index_sail_entries_on_profile_id" ON "sail_entries" ("profile_id") +  (0.1ms) CREATE INDEX "index_sail_entries_on_setting_id" ON "sail_entries" ("setting_id") +  (0.0ms) DROP TABLE IF EXISTS "sail_profiles_settings" +  (0.1ms) CREATE TABLE "sail_profiles_settings" ("setting_id" integer NOT NULL, "profile_id" integer NOT NULL) +  (0.1ms) CREATE INDEX "index_sail_profiles_settings_on_profile_id_and_setting_id" ON "sail_profiles_settings" ("profile_id", "setting_id") +  (0.1ms) CREATE INDEX "index_sail_profiles_settings_on_setting_id_and_profile_id" ON "sail_profiles_settings" ("setting_id", "profile_id") + ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20190115222849"]] +  (1.8ms) commit transaction + ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] +  (0.0ms) begin transaction +  (0.0ms) commit transaction +  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "test_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "number_of_threads"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "bonus_range"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "admin_list"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_2"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_3"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_4"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_5"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "float_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "date_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "cron_setting"], ["LIMIT", 1]] +  (0.1ms) SELECT "sail_settings"."name" FROM "sail_settings" + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE 1=0 +Started GET "/sail" for ::1 at 2019-01-18 18:29:12 -0200 +  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (0.6ms) + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (378.3ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (385.5ms) +Completed 200 OK in 418ms (Views: 409.0ms | ActiveRecord: 0.8ms) + + +Started GET "/sail" for ::1 at 2019-01-18 18:29:13 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.3ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.3ms) SELECT COUNT(*) FROM "sail_settings" +  (0.3ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (0.6ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (8.2ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (35.8ms) +Completed 200 OK in 56ms (Views: 46.3ms | ActiveRecord: 1.2ms) + + +Started GET "/sail/settings?page=1" for ::1 at 2019-01-18 18:29:15 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"authenticity_token"=>"u65xgpEy86gyXeGTtZhKd1E90Vx5emuRqXoHF5xdYtyGS3xf1Ds8mYD7fHWnM1mN8GNnfw4jINCTk+b5lyGBzg==", "page"=>"1"} +Unpermitted parameters: :_method, :authenticity_token + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 8]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 8]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (0.4ms) + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 8]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [5 times] (4.1ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (7.1ms) +Completed 200 OK in 21ms (Views: 14.9ms | ActiveRecord: 0.6ms) + + +Started GET "/sail/settings?page=1" for ::1 at 2019-01-18 18:29:28 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"authenticity_token"=>"u65xgpEy86gyXeGTtZhKd1E90Vx5emuRqXoHF5xdYtyGS3xf1Ds8mYD7fHWnM1mN8GNnfw4jINCTk+b5lyGBzg==", "page"=>"1"} +Unpermitted parameters: :_method, :authenticity_token + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 8]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 8]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (0.4ms) + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 8]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [5 times] (4.8ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (8.1ms) +Completed 200 OK in 24ms (Views: 17.4ms | ActiveRecord: 0.6ms) + + +Started GET "/sail/settings?page=0" for ::1 at 2019-01-18 18:29:43 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"authenticity_token"=>"3xPSZzMs6xIEIVIdlB1pGON+ggZTZvMtE+Wu7qiS2yji9t+6diUkI7aHz/uGtnriQiA0JSQ/uGwpDE8Ao+44Og==", "page"=>"0"} +Unpermitted parameters: :_method, :authenticity_token + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameters: :_method, :authenticity_token +  (0.2ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (0.5ms) + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.0ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (10.4ms) +Completed 200 OK in 26ms (Views: 19.8ms | ActiveRecord: 0.7ms) + + + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" ORDER BY "sail_settings"."id" ASC LIMIT ? [["LIMIT", 1]] +  (0.0ms) begin transaction + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."name" = ? AND "sail_settings"."id" != ? LIMIT ? [["name", "number_of_threads"], ["id", 2], ["LIMIT", 1]] + Sail::Setting Update (0.3ms) UPDATE "sail_settings" SET "group" = ?, "updated_at" = ? WHERE "sail_settings"."id" = ? [["group", nil], ["updated_at", "2019-01-18 20:29:56.590427"], ["id", 2]] +  (1.3ms) commit transaction +Started GET "/sail/settings?page=0" for ::1 at 2019-01-18 18:29:59 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"authenticity_token"=>"3xPSZzMs6xIEIVIdlB1pGON+ggZTZvMtE+Wu7qiS2yji9t+6diUkI7aHz/uGtnriQiA0JSQ/uGwpDE8Ao+44Og==", "page"=>"0"} +Unpermitted parameters: :_method, :authenticity_token + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" WHERE "sail_settings"."group" IS NULL +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (0.5ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [1 times] (2.5ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (6.6ms) +Completed 200 OK in 24ms (Views: 17.2ms | ActiveRecord: 0.8ms) + + +Started GET "/sail/settings?page=0" for ::1 at 2019-01-18 18:30:14 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"authenticity_token"=>"Rrn+FBLpjjTgbIvDUQOmzCq28gh4apQ5omb2axg7/Ch7XPPJV+BBBVLKFiVDqLU2i+hEKw8z33iYjxeFE0cfOg==", "page"=>"0"} +Unpermitted parameters: :_method, :authenticity_token + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" WHERE "sail_settings"."group" IS NULL +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (0.5ms) + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [1 times] (18.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (22.3ms) +Completed 200 OK in 38ms (Views: 32.7ms | ActiveRecord: 0.6ms) + + +Started GET "/sail/settings" for ::1 at 2019-01-18 18:30:19 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"authenticity_token"=>"qJYhQQAOL/7g47yaQFPLJe+IdujTo08x35nPFvFd1OGVcyycRQfgz1JFIXxS+NjfTtbAy6T6BHDlcC74+iE38w=="} +Unpermitted parameters: :_method, :authenticity_token + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" WHERE "sail_settings"."group" IS NULL +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (0.5ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [1 times] (2.2ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (5.7ms) +Completed 200 OK in 21ms (Views: 14.6ms | ActiveRecord: 0.7ms) + + +Started GET "/sail/settings" for ::1 at 2019-01-18 18:30:36 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"authenticity_token"=>"qJYhQQAOL/7g47yaQFPLJe+IdujTo08x35nPFvFd1OGVcyycRQfgz1JFIXxS+NjfTtbAy6T6BHDlcC74+iE38w=="} +Unpermitted parameters: :_method, :authenticity_token + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" WHERE "sail_settings"."group" IS NULL +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (0.6ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [1 times] (2.5ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (6.3ms) +Completed 200 OK in 21ms (Views: 15.5ms | ActiveRecord: 0.7ms) + + +Started GET "/sail/settings" for ::1 at 2019-01-18 18:30:37 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"authenticity_token"=>"a6q41YWyzzGOT3jmM/uogDDP4FelTQuzvVXlRxZy1ZxWT7UIwLsAADzp5QAhULt6kZFWdNIUQPKHvASpHQ42jg=="} +Unpermitted parameters: :_method, :authenticity_token + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" WHERE "sail_settings"."group" IS NULL +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (0.7ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [1 times] (3.0ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (7.6ms) +Completed 200 OK in 28ms (Views: 21.7ms | ActiveRecord: 0.8ms) + + +Started GET "/sail/settings" for ::1 at 2019-01-18 18:30:39 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"authenticity_token"=>"a6q41YWyzzGOT3jmM/uogDDP4FelTQuzvVXlRxZy1ZxWT7UIwLsAADzp5QAhULt6kZFWdNIUQPKHvASpHQ42jg=="} +Unpermitted parameters: :_method, :authenticity_token + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.2ms) SELECT COUNT(*) FROM "sail_settings" WHERE "sail_settings"."group" IS NULL +Unpermitted parameters: :_method, :authenticity_token +  (0.2ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (0.6ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [1 times] (2.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (6.8ms) +Completed 200 OK in 30ms (Views: 20.4ms | ActiveRecord: 0.9ms) + + + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "test_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "number_of_threads"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "bonus_range"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "admin_list"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_2"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_3"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_4"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_5"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "float_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "date_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "cron_setting"], ["LIMIT", 1]] +  (0.1ms) SELECT "sail_settings"."name" FROM "sail_settings" + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE 1=0 +Started GET "/sail/settings" for ::1 at 2019-01-18 18:31:33 -0200 +  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (0.5ms) + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (237.2ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (243.3ms) +Completed 200 OK in 264ms (Views: 255.7ms | ActiveRecord: 0.7ms) + + + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "test_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "number_of_threads"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "bonus_range"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "admin_list"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_2"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_3"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_4"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_5"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "float_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "date_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "cron_setting"], ["LIMIT", 1]] +  (0.1ms) SELECT "sail_settings"."name" FROM "sail_settings" + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE 1=0 +Started GET "/" for ::1 at 2019-01-22 19:28:38 -0200 +  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Processing by ApplicationController#index as HTML + Rendering application/index.html.erb within layouts/application + Rendered application/index.html.erb within layouts/application (0.8ms) +Completed 200 OK in 300ms (Views: 299.1ms | ActiveRecord: 0.0ms) + + +Started GET "/sail" for ::1 at 2019-01-22 19:28:41 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (0.7ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.9ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/application (39.9ms) +Completed 200 OK in 55ms (Views: 46.2ms | ActiveRecord: 1.1ms) + + +Started GET "/sail" for ::1 at 2019-01-22 19:28:42 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.2ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (1.5ms) + Sail::Setting Load (0.3ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (10.6ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/application (18.1ms) +Completed 200 OK in 52ms (Views: 26.6ms | ActiveRecord: 1.0ms) + + +Started GET "/sail" for ::1 at 2019-01-22 19:28:43 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (0.6ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (8.1ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/application (12.0ms) +Completed 200 OK in 26ms (Views: 18.5ms | ActiveRecord: 0.8ms) + + +Started GET "/sail" for ::1 at 2019-01-22 19:28:45 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (0.5ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (8.8ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/application (13.4ms) +Completed 200 OK in 29ms (Views: 20.9ms | ActiveRecord: 1.1ms) + + + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "test_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "number_of_threads"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "bonus_range"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "admin_list"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_2"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_3"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_4"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_5"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "float_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "date_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "cron_setting"], ["LIMIT", 1]] +  (0.1ms) SELECT "sail_settings"."name" FROM "sail_settings" + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE 1=0 +Started GET "/sail" for ::1 at 2019-01-22 19:29:35 -0200 +  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (0.5ms) + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (248.8ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (255.0ms) +Completed 200 OK in 282ms (Views: 273.2ms | ActiveRecord: 0.7ms) + + +Started GET "/sail" for ::1 at 2019-01-22 19:34:43 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (0.5ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (8.0ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (12.3ms) +Completed 200 OK in 29ms (Views: 21.3ms | ActiveRecord: 1.0ms) + + +Started GET "/sail" for ::1 at 2019-01-22 19:35:23 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (42.2ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (43.6ms) +Completed 500 Internal Server Error in 52ms (ActiveRecord: 0.5ms) + + + +ActionView::Template::Error (Asset was not declared to be precompiled in production. +Add `Rails.application.config.assets.precompile += %w( sail/cog.svg )` to `config/initializers/assets.rb` and restart your server): + 10: </div> + 11: </div> + 12: + 13: <button><%= image_tag("sail/cog.svg") %></button> + +sprockets-rails (3.2.1) lib/sprockets/rails/helper.rb:363:in `raise_unless_precompiled_asset' +sprockets-rails (3.2.1) lib/sprockets/rails/helper.rb:337:in `digest_path' +sprockets-rails (3.2.1) lib/sprockets/rails/helper.rb:325:in `asset_path' +sprockets-rails (3.2.1) lib/sprockets/rails/helper.rb:102:in `block in resolve_asset_path' +sprockets-rails (3.2.1) lib/sprockets/rails/helper.rb:242:in `block in resolve_asset' +sprockets-rails (3.2.1) lib/sprockets/rails/helper.rb:241:in `each' +sprockets-rails (3.2.1) lib/sprockets/rails/helper.rb:241:in `detect' +sprockets-rails (3.2.1) lib/sprockets/rails/helper.rb:241:in `resolve_asset' +sprockets-rails (3.2.1) lib/sprockets/rails/helper.rb:101:in `resolve_asset_path' +sprockets-rails (3.2.1) lib/sprockets/rails/helper.rb:79:in `compute_asset_path' +actionview (5.2.2) lib/action_view/helpers/asset_url_helper.rb:200:in `asset_path' +actionview (5.2.2) lib/action_view/helpers/asset_url_helper.rb:375:in `image_path' +actionview (5.2.2) lib/action_view/helpers/asset_tag_helper.rb:475:in `resolve_image_source' +actionview (5.2.2) lib/action_view/helpers/asset_tag_helper.rb:345:in `image_tag' +/Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb:13:in `___sers_stock_workspace_sail_app_views_sail_settings__search_html_erb__4366000221627923632_70132962770120' +actionview (5.2.2) lib/action_view/template.rb:159:in `block in render' +activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument' +actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template' +actionview (5.2.2) lib/action_view/template.rb:157:in `render' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:344:in `block in render_partial' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:333:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:312:in `render' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:49:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:23:in `render' +actionview (5.2.2) lib/action_view/helpers/rendering_helper.rb:33:in `render' +/Users/stock/workspace/sail/app/views/sail/settings/index.html.erb:5:in `block in ___sers_stock_workspace_sail_app_views_sail_settings_index_html_erb__3414339051917463205_70132962761140' +actionview (5.2.2) lib/action_view/helpers/cache_helper.rb:171:in `cache' +/Users/stock/workspace/sail/app/views/sail/settings/index.html.erb:2:in `___sers_stock_workspace_sail_app_views_sail_settings_index_html_erb__3414339051917463205_70132962761140' +actionview (5.2.2) lib/action_view/template.rb:159:in `block in render' +activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument' +actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template' +actionview (5.2.2) lib/action_view/template.rb:157:in `render' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:52:in `render_template' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:16:in `render' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:44:in `render_template' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:25:in `render' +actionview (5.2.2) lib/action_view/rendering.rb:103:in `_render_template' +actionpack (5.2.2) lib/action_controller/metal/streaming.rb:219:in `_render_template' +actionview (5.2.2) lib/action_view/rendering.rb:84:in `render_to_body' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:52:in `render_to_body' +actionpack (5.2.2) lib/action_controller/metal/renderers.rb:142:in `render_to_body' +actionpack (5.2.2) lib/abstract_controller/rendering.rb:25:in `render' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:36:in `render' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render' +activesupport (5.2.2) lib/active_support/core_ext/benchmark.rb:14:in `block in ms' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/benchmark.rb:308:in `realtime' +activesupport (5.2.2) lib/active_support/core_ext/benchmark.rb:14:in `ms' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:46:in `block in render' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' +activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:31:in `cleanup_view_runtime' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:45:in `render' +actionpack (5.2.2) lib/action_controller/metal/implicit_render.rb:35:in `default_render' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' +actionpack (5.2.2) lib/abstract_controller/base.rb:194:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:30:in `process_action' +actionpack (5.2.2) lib/abstract_controller/callbacks.rb:42:in `block in process_action' +activesupport (5.2.2) lib/active_support/callbacks.rb:132:in `run_callbacks' +actionpack (5.2.2) lib/abstract_controller/callbacks.rb:41:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/rescue.rb:22:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:32:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' +activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:24:in `process_action' +actionpack (5.2.2) lib/abstract_controller/base.rb:134:in `process' +actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' +actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' +railties (5.2.2) lib/rails/engine.rb:524:in `call' +railties (5.2.2) lib/rails/railtie.rb:190:in `public_send' +railties (5.2.2) lib/rails/railtie.rb:190:in `method_missing' +actionpack (5.2.2) lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>' +actionpack (5.2.2) lib/action_dispatch/routing/mapper.rb:48:in `serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' +rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' +rack (2.0.6) lib/rack/etag.rb:25:in `call' +rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' +rack (2.0.6) lib/rack/head.rb:12:in `call' +actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' +rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' +rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' +activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' +activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' +actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.6) lib/rack/method_override.rb:22:in `call' +rack (2.0.6) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.6) lib/rack/sendfile.rb:111:in `call' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiler.rb:281:in `call' +railties (5.2.2) lib/rails/engine.rb:524:in `call' +rack (2.0.6) lib/rack/handler/webrick.rb:86:in `service' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:140:in `service' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:96:in `run' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/server.rb:307:in `block in start_thread' + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "test_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "number_of_threads"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "bonus_range"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "admin_list"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_2"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_3"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_4"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_5"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "float_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "date_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "cron_setting"], ["LIMIT", 1]] +  (0.1ms) SELECT "sail_settings"."name" FROM "sail_settings" + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE 1=0 +Started GET "/sail" for ::1 at 2019-01-22 19:35:34 -0200 +  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (238.0ms) + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (6.1ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (249.6ms) +Completed 200 OK in 271ms (Views: 262.6ms | ActiveRecord: 0.7ms) + + +Started GET "/sail" for ::1 at 2019-01-22 19:39:46 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.8ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (4.0ms) +Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.5ms) + + + +ActionView::Template::Error (The asset "sail/cog.svg" is not present in the asset pipeline.): + 11: </div> + 12: </div> + 13: + 14: <button id="btn-order"><%= image_tag("sail/cog.svg") %></button> + 15: <div class="clearfix"></div> + 16: </div> + +sprockets-rails (3.2.1) lib/sprockets/rails/helper.rb:83:in `compute_asset_path' +actionview (5.2.2) lib/action_view/helpers/asset_url_helper.rb:200:in `asset_path' +actionview (5.2.2) lib/action_view/helpers/asset_url_helper.rb:375:in `image_path' +actionview (5.2.2) lib/action_view/helpers/asset_tag_helper.rb:475:in `resolve_image_source' +actionview (5.2.2) lib/action_view/helpers/asset_tag_helper.rb:345:in `image_tag' +/Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb:14:in `___sers_stock_workspace_sail_app_views_sail_settings__search_html_erb___4547130078691878478_70174051767980' +actionview (5.2.2) lib/action_view/template.rb:159:in `block in render' +activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument' +actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template' +actionview (5.2.2) lib/action_view/template.rb:157:in `render' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:344:in `block in render_partial' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:333:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:312:in `render' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:49:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:23:in `render' +actionview (5.2.2) lib/action_view/helpers/rendering_helper.rb:33:in `render' +/Users/stock/workspace/sail/app/views/sail/settings/index.html.erb:5:in `block in ___sers_stock_workspace_sail_app_views_sail_settings_index_html_erb___291174310212263702_70174051751540' +actionview (5.2.2) lib/action_view/helpers/cache_helper.rb:171:in `cache' +/Users/stock/workspace/sail/app/views/sail/settings/index.html.erb:2:in `___sers_stock_workspace_sail_app_views_sail_settings_index_html_erb___291174310212263702_70174051751540' +actionview (5.2.2) lib/action_view/template.rb:159:in `block in render' +activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument' +actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template' +actionview (5.2.2) lib/action_view/template.rb:157:in `render' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:52:in `render_template' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:16:in `render' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:44:in `render_template' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:25:in `render' +actionview (5.2.2) lib/action_view/rendering.rb:103:in `_render_template' +actionpack (5.2.2) lib/action_controller/metal/streaming.rb:219:in `_render_template' +actionview (5.2.2) lib/action_view/rendering.rb:84:in `render_to_body' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:52:in `render_to_body' +actionpack (5.2.2) lib/action_controller/metal/renderers.rb:142:in `render_to_body' +actionpack (5.2.2) lib/abstract_controller/rendering.rb:25:in `render' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:36:in `render' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render' +activesupport (5.2.2) lib/active_support/core_ext/benchmark.rb:14:in `block in ms' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/benchmark.rb:308:in `realtime' +activesupport (5.2.2) lib/active_support/core_ext/benchmark.rb:14:in `ms' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:46:in `block in render' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' +activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:31:in `cleanup_view_runtime' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:45:in `render' +actionpack (5.2.2) lib/action_controller/metal/implicit_render.rb:35:in `default_render' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' +actionpack (5.2.2) lib/abstract_controller/base.rb:194:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:30:in `process_action' +actionpack (5.2.2) lib/abstract_controller/callbacks.rb:42:in `block in process_action' +activesupport (5.2.2) lib/active_support/callbacks.rb:132:in `run_callbacks' +actionpack (5.2.2) lib/abstract_controller/callbacks.rb:41:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/rescue.rb:22:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:32:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' +activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:24:in `process_action' +actionpack (5.2.2) lib/abstract_controller/base.rb:134:in `process' +actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' +actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' +railties (5.2.2) lib/rails/engine.rb:524:in `call' +railties (5.2.2) lib/rails/railtie.rb:190:in `public_send' +railties (5.2.2) lib/rails/railtie.rb:190:in `method_missing' +actionpack (5.2.2) lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>' +actionpack (5.2.2) lib/action_dispatch/routing/mapper.rb:48:in `serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' +rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' +rack (2.0.6) lib/rack/etag.rb:25:in `call' +rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' +rack (2.0.6) lib/rack/head.rb:12:in `call' +actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' +rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' +rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' +activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' +activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' +actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.6) lib/rack/method_override.rb:22:in `call' +rack (2.0.6) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.6) lib/rack/sendfile.rb:111:in `call' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiler.rb:281:in `call' +railties (5.2.2) lib/rails/engine.rb:524:in `call' +rack (2.0.6) lib/rack/handler/webrick.rb:86:in `service' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:140:in `service' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:96:in `run' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/server.rb:307:in `block in start_thread' + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "test_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "number_of_threads"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "bonus_range"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "admin_list"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_2"], ["LIMIT", 1]] + Sail::Setting Load (0.0ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_3"], ["LIMIT", 1]] + Sail::Setting Load (0.0ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_4"], ["LIMIT", 1]] + Sail::Setting Load (0.0ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_5"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "float_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.0ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "date_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "cron_setting"], ["LIMIT", 1]] +  (0.1ms) SELECT "sail_settings"."name" FROM "sail_settings" + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE 1=0 +Started GET "/sail" for ::1 at 2019-01-22 19:39:58 -0200 +  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (143.1ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (146.5ms) +Completed 500 Internal Server Error in 157ms (ActiveRecord: 0.4ms) + + + +ActionView::Template::Error (The asset "sail/cog.svg" is not present in the asset pipeline.): + 11: </div> + 12: </div> + 13: + 14: <button id="btn-order"><%= image_tag("sail/cog.svg") %></button> + 15: <div class="clearfix"></div> + 16: </div> + +sprockets-rails (3.2.1) lib/sprockets/rails/helper.rb:83:in `compute_asset_path' +actionview (5.2.2) lib/action_view/helpers/asset_url_helper.rb:200:in `asset_path' +actionview (5.2.2) lib/action_view/helpers/asset_url_helper.rb:375:in `image_path' +actionview (5.2.2) lib/action_view/helpers/asset_tag_helper.rb:475:in `resolve_image_source' +actionview (5.2.2) lib/action_view/helpers/asset_tag_helper.rb:345:in `image_tag' +/Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb:14:in `___sers_stock_workspace_sail_app_views_sail_settings__search_html_erb___594920239422865310_70352949581220' +actionview (5.2.2) lib/action_view/template.rb:159:in `block in render' +activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument' +actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template' +actionview (5.2.2) lib/action_view/template.rb:157:in `render' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:344:in `block in render_partial' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:333:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:312:in `render' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:49:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:23:in `render' +actionview (5.2.2) lib/action_view/helpers/rendering_helper.rb:33:in `render' +/Users/stock/workspace/sail/app/views/sail/settings/index.html.erb:5:in `block in ___sers_stock_workspace_sail_app_views_sail_settings_index_html_erb___2588339958751068860_70352949283760' +actionview (5.2.2) lib/action_view/helpers/cache_helper.rb:171:in `cache' +/Users/stock/workspace/sail/app/views/sail/settings/index.html.erb:2:in `___sers_stock_workspace_sail_app_views_sail_settings_index_html_erb___2588339958751068860_70352949283760' +actionview (5.2.2) lib/action_view/template.rb:159:in `block in render' +activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument' +actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template' +actionview (5.2.2) lib/action_view/template.rb:157:in `render' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:52:in `render_template' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:16:in `render' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:44:in `render_template' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:25:in `render' +actionview (5.2.2) lib/action_view/rendering.rb:103:in `_render_template' +actionpack (5.2.2) lib/action_controller/metal/streaming.rb:219:in `_render_template' +actionview (5.2.2) lib/action_view/rendering.rb:84:in `render_to_body' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:52:in `render_to_body' +actionpack (5.2.2) lib/action_controller/metal/renderers.rb:142:in `render_to_body' +actionpack (5.2.2) lib/abstract_controller/rendering.rb:25:in `render' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:36:in `render' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render' +activesupport (5.2.2) lib/active_support/core_ext/benchmark.rb:14:in `block in ms' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/benchmark.rb:308:in `realtime' +activesupport (5.2.2) lib/active_support/core_ext/benchmark.rb:14:in `ms' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:46:in `block in render' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' +activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:31:in `cleanup_view_runtime' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:45:in `render' +actionpack (5.2.2) lib/action_controller/metal/implicit_render.rb:35:in `default_render' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' +actionpack (5.2.2) lib/abstract_controller/base.rb:194:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:30:in `process_action' +actionpack (5.2.2) lib/abstract_controller/callbacks.rb:42:in `block in process_action' +activesupport (5.2.2) lib/active_support/callbacks.rb:132:in `run_callbacks' +actionpack (5.2.2) lib/abstract_controller/callbacks.rb:41:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/rescue.rb:22:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:32:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' +activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:24:in `process_action' +actionpack (5.2.2) lib/abstract_controller/base.rb:134:in `process' +actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' +actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' +railties (5.2.2) lib/rails/engine.rb:524:in `call' +railties (5.2.2) lib/rails/railtie.rb:190:in `public_send' +railties (5.2.2) lib/rails/railtie.rb:190:in `method_missing' +actionpack (5.2.2) lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>' +actionpack (5.2.2) lib/action_dispatch/routing/mapper.rb:48:in `serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' +rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' +rack (2.0.6) lib/rack/etag.rb:25:in `call' +rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' +rack (2.0.6) lib/rack/head.rb:12:in `call' +actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' +rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' +rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' +activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' +activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' +actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.6) lib/rack/method_override.rb:22:in `call' +rack (2.0.6) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.6) lib/rack/sendfile.rb:111:in `call' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiler.rb:281:in `call' +railties (5.2.2) lib/rails/engine.rb:524:in `call' +rack (2.0.6) lib/rack/handler/webrick.rb:86:in `service' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:140:in `service' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:96:in `run' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/server.rb:307:in `block in start_thread' +Started GET "/sail" for ::1 at 2019-01-22 19:40:00 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (1.9ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (3.2ms) +Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.6ms) + + + +ActionView::Template::Error (The asset "sail/cog.svg" is not present in the asset pipeline.): + 11: </div> + 12: </div> + 13: + 14: <button id="btn-order"><%= image_tag("sail/cog.svg") %></button> + 15: <div class="clearfix"></div> + 16: </div> + +sprockets-rails (3.2.1) lib/sprockets/rails/helper.rb:83:in `compute_asset_path' +actionview (5.2.2) lib/action_view/helpers/asset_url_helper.rb:200:in `asset_path' +actionview (5.2.2) lib/action_view/helpers/asset_url_helper.rb:375:in `image_path' +actionview (5.2.2) lib/action_view/helpers/asset_tag_helper.rb:475:in `resolve_image_source' +actionview (5.2.2) lib/action_view/helpers/asset_tag_helper.rb:345:in `image_tag' +/Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb:14:in `___sers_stock_workspace_sail_app_views_sail_settings__search_html_erb___594920239422865310_70352916916360' +actionview (5.2.2) lib/action_view/template.rb:159:in `block in render' +activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument' +actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template' +actionview (5.2.2) lib/action_view/template.rb:157:in `render' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:344:in `block in render_partial' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:333:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:312:in `render' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:49:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:23:in `render' +actionview (5.2.2) lib/action_view/helpers/rendering_helper.rb:33:in `render' +/Users/stock/workspace/sail/app/views/sail/settings/index.html.erb:5:in `block in ___sers_stock_workspace_sail_app_views_sail_settings_index_html_erb___2588339958751068860_70352916869240' +actionview (5.2.2) lib/action_view/helpers/cache_helper.rb:171:in `cache' +/Users/stock/workspace/sail/app/views/sail/settings/index.html.erb:2:in `___sers_stock_workspace_sail_app_views_sail_settings_index_html_erb___2588339958751068860_70352916869240' +actionview (5.2.2) lib/action_view/template.rb:159:in `block in render' +activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument' +actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template' +actionview (5.2.2) lib/action_view/template.rb:157:in `render' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:52:in `render_template' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:16:in `render' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:44:in `render_template' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:25:in `render' +actionview (5.2.2) lib/action_view/rendering.rb:103:in `_render_template' +actionpack (5.2.2) lib/action_controller/metal/streaming.rb:219:in `_render_template' +actionview (5.2.2) lib/action_view/rendering.rb:84:in `render_to_body' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:52:in `render_to_body' +actionpack (5.2.2) lib/action_controller/metal/renderers.rb:142:in `render_to_body' +actionpack (5.2.2) lib/abstract_controller/rendering.rb:25:in `render' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:36:in `render' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render' +activesupport (5.2.2) lib/active_support/core_ext/benchmark.rb:14:in `block in ms' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/benchmark.rb:308:in `realtime' +activesupport (5.2.2) lib/active_support/core_ext/benchmark.rb:14:in `ms' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:46:in `block in render' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' +activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:31:in `cleanup_view_runtime' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:45:in `render' +actionpack (5.2.2) lib/action_controller/metal/implicit_render.rb:35:in `default_render' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' +actionpack (5.2.2) lib/abstract_controller/base.rb:194:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:30:in `process_action' +actionpack (5.2.2) lib/abstract_controller/callbacks.rb:42:in `block in process_action' +activesupport (5.2.2) lib/active_support/callbacks.rb:132:in `run_callbacks' +actionpack (5.2.2) lib/abstract_controller/callbacks.rb:41:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/rescue.rb:22:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:32:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' +activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:24:in `process_action' +actionpack (5.2.2) lib/abstract_controller/base.rb:134:in `process' +actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' +actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' +railties (5.2.2) lib/rails/engine.rb:524:in `call' +railties (5.2.2) lib/rails/railtie.rb:190:in `public_send' +railties (5.2.2) lib/rails/railtie.rb:190:in `method_missing' +actionpack (5.2.2) lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>' +actionpack (5.2.2) lib/action_dispatch/routing/mapper.rb:48:in `serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' +rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' +rack (2.0.6) lib/rack/etag.rb:25:in `call' +rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' +rack (2.0.6) lib/rack/head.rb:12:in `call' +actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' +rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' +rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' +activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' +activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' +actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.6) lib/rack/method_override.rb:22:in `call' +rack (2.0.6) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.6) lib/rack/sendfile.rb:111:in `call' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiler.rb:281:in `call' +railties (5.2.2) lib/rails/engine.rb:524:in `call' +rack (2.0.6) lib/rack/handler/webrick.rb:86:in `service' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:140:in `service' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:96:in `run' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/server.rb:307:in `block in start_thread' +Started GET "/sail" for ::1 at 2019-01-22 19:40:02 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (1.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (3.0ms) +Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.6ms) + + + +ActionView::Template::Error (The asset "sail/cog.svg" is not present in the asset pipeline.): + 11: </div> + 12: </div> + 13: + 14: <button id="btn-order"><%= image_tag("sail/cog.svg") %></button> + 15: <div class="clearfix"></div> + 16: </div> + +sprockets-rails (3.2.1) lib/sprockets/rails/helper.rb:83:in `compute_asset_path' +actionview (5.2.2) lib/action_view/helpers/asset_url_helper.rb:200:in `asset_path' +actionview (5.2.2) lib/action_view/helpers/asset_url_helper.rb:375:in `image_path' +actionview (5.2.2) lib/action_view/helpers/asset_tag_helper.rb:475:in `resolve_image_source' +actionview (5.2.2) lib/action_view/helpers/asset_tag_helper.rb:345:in `image_tag' +/Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb:14:in `___sers_stock_workspace_sail_app_views_sail_settings__search_html_erb___594920239422865310_70352950475960' +actionview (5.2.2) lib/action_view/template.rb:159:in `block in render' +activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument' +actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template' +actionview (5.2.2) lib/action_view/template.rb:157:in `render' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:344:in `block in render_partial' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:333:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:312:in `render' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:49:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:23:in `render' +actionview (5.2.2) lib/action_view/helpers/rendering_helper.rb:33:in `render' +/Users/stock/workspace/sail/app/views/sail/settings/index.html.erb:5:in `block in ___sers_stock_workspace_sail_app_views_sail_settings_index_html_erb___2588339958751068860_70352950404280' +actionview (5.2.2) lib/action_view/helpers/cache_helper.rb:171:in `cache' +/Users/stock/workspace/sail/app/views/sail/settings/index.html.erb:2:in `___sers_stock_workspace_sail_app_views_sail_settings_index_html_erb___2588339958751068860_70352950404280' +actionview (5.2.2) lib/action_view/template.rb:159:in `block in render' +activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument' +actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template' +actionview (5.2.2) lib/action_view/template.rb:157:in `render' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:52:in `render_template' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:16:in `render' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:44:in `render_template' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:25:in `render' +actionview (5.2.2) lib/action_view/rendering.rb:103:in `_render_template' +actionpack (5.2.2) lib/action_controller/metal/streaming.rb:219:in `_render_template' +actionview (5.2.2) lib/action_view/rendering.rb:84:in `render_to_body' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:52:in `render_to_body' +actionpack (5.2.2) lib/action_controller/metal/renderers.rb:142:in `render_to_body' +actionpack (5.2.2) lib/abstract_controller/rendering.rb:25:in `render' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:36:in `render' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render' +activesupport (5.2.2) lib/active_support/core_ext/benchmark.rb:14:in `block in ms' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/benchmark.rb:308:in `realtime' +activesupport (5.2.2) lib/active_support/core_ext/benchmark.rb:14:in `ms' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:46:in `block in render' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' +activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:31:in `cleanup_view_runtime' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:45:in `render' +actionpack (5.2.2) lib/action_controller/metal/implicit_render.rb:35:in `default_render' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' +actionpack (5.2.2) lib/abstract_controller/base.rb:194:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:30:in `process_action' +actionpack (5.2.2) lib/abstract_controller/callbacks.rb:42:in `block in process_action' +activesupport (5.2.2) lib/active_support/callbacks.rb:132:in `run_callbacks' +actionpack (5.2.2) lib/abstract_controller/callbacks.rb:41:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/rescue.rb:22:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:32:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' +activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:24:in `process_action' +actionpack (5.2.2) lib/abstract_controller/base.rb:134:in `process' +actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' +actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' +railties (5.2.2) lib/rails/engine.rb:524:in `call' +railties (5.2.2) lib/rails/railtie.rb:190:in `public_send' +railties (5.2.2) lib/rails/railtie.rb:190:in `method_missing' +actionpack (5.2.2) lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>' +actionpack (5.2.2) lib/action_dispatch/routing/mapper.rb:48:in `serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' +rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' +rack (2.0.6) lib/rack/etag.rb:25:in `call' +rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' +rack (2.0.6) lib/rack/head.rb:12:in `call' +actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' +rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' +rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' +activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' +activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' +actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.6) lib/rack/method_override.rb:22:in `call' +rack (2.0.6) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.6) lib/rack/sendfile.rb:111:in `call' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiler.rb:281:in `call' +railties (5.2.2) lib/rails/engine.rb:524:in `call' +rack (2.0.6) lib/rack/handler/webrick.rb:86:in `service' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:140:in `service' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:96:in `run' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/server.rb:307:in `block in start_thread' +Started GET "/sail" for ::1 at 2019-01-22 19:40:03 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (1.9ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (3.2ms) +Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.5ms) + + + +ActionView::Template::Error (The asset "sail/cog.svg" is not present in the asset pipeline.): + 11: </div> + 12: </div> + 13: + 14: <button id="btn-order"><%= image_tag("sail/cog.svg") %></button> + 15: <div class="clearfix"></div> + 16: </div> + +sprockets-rails (3.2.1) lib/sprockets/rails/helper.rb:83:in `compute_asset_path' +actionview (5.2.2) lib/action_view/helpers/asset_url_helper.rb:200:in `asset_path' +actionview (5.2.2) lib/action_view/helpers/asset_url_helper.rb:375:in `image_path' +actionview (5.2.2) lib/action_view/helpers/asset_tag_helper.rb:475:in `resolve_image_source' +actionview (5.2.2) lib/action_view/helpers/asset_tag_helper.rb:345:in `image_tag' +/Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb:14:in `___sers_stock_workspace_sail_app_views_sail_settings__search_html_erb___594920239422865310_70352905137680' +actionview (5.2.2) lib/action_view/template.rb:159:in `block in render' +activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument' +actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template' +actionview (5.2.2) lib/action_view/template.rb:157:in `render' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:344:in `block in render_partial' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:333:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:312:in `render' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:49:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:23:in `render' +actionview (5.2.2) lib/action_view/helpers/rendering_helper.rb:33:in `render' +/Users/stock/workspace/sail/app/views/sail/settings/index.html.erb:5:in `block in ___sers_stock_workspace_sail_app_views_sail_settings_index_html_erb___2588339958751068860_70352905090580' +actionview (5.2.2) lib/action_view/helpers/cache_helper.rb:171:in `cache' +/Users/stock/workspace/sail/app/views/sail/settings/index.html.erb:2:in `___sers_stock_workspace_sail_app_views_sail_settings_index_html_erb___2588339958751068860_70352905090580' +actionview (5.2.2) lib/action_view/template.rb:159:in `block in render' +activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument' +actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template' +actionview (5.2.2) lib/action_view/template.rb:157:in `render' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:52:in `render_template' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:16:in `render' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:44:in `render_template' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:25:in `render' +actionview (5.2.2) lib/action_view/rendering.rb:103:in `_render_template' +actionpack (5.2.2) lib/action_controller/metal/streaming.rb:219:in `_render_template' +actionview (5.2.2) lib/action_view/rendering.rb:84:in `render_to_body' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:52:in `render_to_body' +actionpack (5.2.2) lib/action_controller/metal/renderers.rb:142:in `render_to_body' +actionpack (5.2.2) lib/abstract_controller/rendering.rb:25:in `render' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:36:in `render' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render' +activesupport (5.2.2) lib/active_support/core_ext/benchmark.rb:14:in `block in ms' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/benchmark.rb:308:in `realtime' +activesupport (5.2.2) lib/active_support/core_ext/benchmark.rb:14:in `ms' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:46:in `block in render' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' +activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:31:in `cleanup_view_runtime' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:45:in `render' +actionpack (5.2.2) lib/action_controller/metal/implicit_render.rb:35:in `default_render' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' +actionpack (5.2.2) lib/abstract_controller/base.rb:194:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:30:in `process_action' +actionpack (5.2.2) lib/abstract_controller/callbacks.rb:42:in `block in process_action' +activesupport (5.2.2) lib/active_support/callbacks.rb:132:in `run_callbacks' +actionpack (5.2.2) lib/abstract_controller/callbacks.rb:41:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/rescue.rb:22:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:32:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' +activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:24:in `process_action' +actionpack (5.2.2) lib/abstract_controller/base.rb:134:in `process' +actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' +actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' +railties (5.2.2) lib/rails/engine.rb:524:in `call' +railties (5.2.2) lib/rails/railtie.rb:190:in `public_send' +railties (5.2.2) lib/rails/railtie.rb:190:in `method_missing' +actionpack (5.2.2) lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>' +actionpack (5.2.2) lib/action_dispatch/routing/mapper.rb:48:in `serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' +rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' +rack (2.0.6) lib/rack/etag.rb:25:in `call' +rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' +rack (2.0.6) lib/rack/head.rb:12:in `call' +actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' +rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' +rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' +activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' +activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' +actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.6) lib/rack/method_override.rb:22:in `call' +rack (2.0.6) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.6) lib/rack/sendfile.rb:111:in `call' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiler.rb:281:in `call' +railties (5.2.2) lib/rails/engine.rb:524:in `call' +rack (2.0.6) lib/rack/handler/webrick.rb:86:in `service' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:140:in `service' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:96:in `run' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/server.rb:307:in `block in start_thread' + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "test_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "number_of_threads"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "bonus_range"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "admin_list"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_2"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_3"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_4"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_5"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "float_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "date_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "cron_setting"], ["LIMIT", 1]] +  (0.1ms) SELECT "sail_settings"."name" FROM "sail_settings" + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE 1=0 +Started GET "/sail" for ::1 at 2019-01-22 19:40:28 -0200 +  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (140.9ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (144.6ms) +Completed 500 Internal Server Error in 154ms (ActiveRecord: 0.3ms) + + + +ActionView::Template::Error (The asset "sail/cog.svg" is not present in the asset pipeline.): + 11: </div> + 12: </div> + 13: + 14: <button id="btn-order"><%= image_tag("sail/cog.svg") %></button> + 15: <div class="clearfix"></div> + 16: </div> + +sprockets-rails (3.2.1) lib/sprockets/rails/helper.rb:83:in `compute_asset_path' +actionview (5.2.2) lib/action_view/helpers/asset_url_helper.rb:200:in `asset_path' +actionview (5.2.2) lib/action_view/helpers/asset_url_helper.rb:375:in `image_path' +actionview (5.2.2) lib/action_view/helpers/asset_tag_helper.rb:475:in `resolve_image_source' +actionview (5.2.2) lib/action_view/helpers/asset_tag_helper.rb:345:in `image_tag' +/Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb:14:in `___sers_stock_workspace_sail_app_views_sail_settings__search_html_erb__1455673788637397795_70247689651700' +actionview (5.2.2) lib/action_view/template.rb:159:in `block in render' +activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument' +actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template' +actionview (5.2.2) lib/action_view/template.rb:157:in `render' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:344:in `block in render_partial' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:333:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:312:in `render' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:49:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:23:in `render' +actionview (5.2.2) lib/action_view/helpers/rendering_helper.rb:33:in `render' +/Users/stock/workspace/sail/app/views/sail/settings/index.html.erb:5:in `block in ___sers_stock_workspace_sail_app_views_sail_settings_index_html_erb__533204932691925725_70247689278840' +actionview (5.2.2) lib/action_view/helpers/cache_helper.rb:171:in `cache' +/Users/stock/workspace/sail/app/views/sail/settings/index.html.erb:2:in `___sers_stock_workspace_sail_app_views_sail_settings_index_html_erb__533204932691925725_70247689278840' +actionview (5.2.2) lib/action_view/template.rb:159:in `block in render' +activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument' +actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template' +actionview (5.2.2) lib/action_view/template.rb:157:in `render' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:52:in `render_template' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:16:in `render' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:44:in `render_template' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:25:in `render' +actionview (5.2.2) lib/action_view/rendering.rb:103:in `_render_template' +actionpack (5.2.2) lib/action_controller/metal/streaming.rb:219:in `_render_template' +actionview (5.2.2) lib/action_view/rendering.rb:84:in `render_to_body' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:52:in `render_to_body' +actionpack (5.2.2) lib/action_controller/metal/renderers.rb:142:in `render_to_body' +actionpack (5.2.2) lib/abstract_controller/rendering.rb:25:in `render' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:36:in `render' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render' +activesupport (5.2.2) lib/active_support/core_ext/benchmark.rb:14:in `block in ms' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/benchmark.rb:308:in `realtime' +activesupport (5.2.2) lib/active_support/core_ext/benchmark.rb:14:in `ms' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:46:in `block in render' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' +activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:31:in `cleanup_view_runtime' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:45:in `render' +actionpack (5.2.2) lib/action_controller/metal/implicit_render.rb:35:in `default_render' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' +actionpack (5.2.2) lib/abstract_controller/base.rb:194:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:30:in `process_action' +actionpack (5.2.2) lib/abstract_controller/callbacks.rb:42:in `block in process_action' +activesupport (5.2.2) lib/active_support/callbacks.rb:132:in `run_callbacks' +actionpack (5.2.2) lib/abstract_controller/callbacks.rb:41:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/rescue.rb:22:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:32:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' +activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:24:in `process_action' +actionpack (5.2.2) lib/abstract_controller/base.rb:134:in `process' +actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' +actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' +railties (5.2.2) lib/rails/engine.rb:524:in `call' +railties (5.2.2) lib/rails/railtie.rb:190:in `public_send' +railties (5.2.2) lib/rails/railtie.rb:190:in `method_missing' +actionpack (5.2.2) lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>' +actionpack (5.2.2) lib/action_dispatch/routing/mapper.rb:48:in `serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' +rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' +rack (2.0.6) lib/rack/etag.rb:25:in `call' +rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' +rack (2.0.6) lib/rack/head.rb:12:in `call' +actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' +rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' +rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' +activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' +activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' +actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.6) lib/rack/method_override.rb:22:in `call' +rack (2.0.6) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.6) lib/rack/sendfile.rb:111:in `call' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiler.rb:281:in `call' +railties (5.2.2) lib/rails/engine.rb:524:in `call' +rack (2.0.6) lib/rack/handler/webrick.rb:86:in `service' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:140:in `service' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:96:in `run' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/server.rb:307:in `block in start_thread' +Started GET "/sail" for ::1 at 2019-01-22 19:40:29 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.1ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (3.5ms) +Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.5ms) + + + +ActionView::Template::Error (The asset "sail/cog.svg" is not present in the asset pipeline.): + 11: </div> + 12: </div> + 13: + 14: <button id="btn-order"><%= image_tag("sail/cog.svg") %></button> + 15: <div class="clearfix"></div> + 16: </div> + +sprockets-rails (3.2.1) lib/sprockets/rails/helper.rb:83:in `compute_asset_path' +actionview (5.2.2) lib/action_view/helpers/asset_url_helper.rb:200:in `asset_path' +actionview (5.2.2) lib/action_view/helpers/asset_url_helper.rb:375:in `image_path' +actionview (5.2.2) lib/action_view/helpers/asset_tag_helper.rb:475:in `resolve_image_source' +actionview (5.2.2) lib/action_view/helpers/asset_tag_helper.rb:345:in `image_tag' +/Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb:14:in `___sers_stock_workspace_sail_app_views_sail_settings__search_html_erb__1455673788637397795_70247762628980' +actionview (5.2.2) lib/action_view/template.rb:159:in `block in render' +activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument' +actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template' +actionview (5.2.2) lib/action_view/template.rb:157:in `render' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:344:in `block in render_partial' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:333:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:312:in `render' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:49:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:23:in `render' +actionview (5.2.2) lib/action_view/helpers/rendering_helper.rb:33:in `render' +/Users/stock/workspace/sail/app/views/sail/settings/index.html.erb:5:in `block in ___sers_stock_workspace_sail_app_views_sail_settings_index_html_erb__533204932691925725_70247762581880' +actionview (5.2.2) lib/action_view/helpers/cache_helper.rb:171:in `cache' +/Users/stock/workspace/sail/app/views/sail/settings/index.html.erb:2:in `___sers_stock_workspace_sail_app_views_sail_settings_index_html_erb__533204932691925725_70247762581880' +actionview (5.2.2) lib/action_view/template.rb:159:in `block in render' +activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument' +actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template' +actionview (5.2.2) lib/action_view/template.rb:157:in `render' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:52:in `render_template' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:16:in `render' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:44:in `render_template' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:25:in `render' +actionview (5.2.2) lib/action_view/rendering.rb:103:in `_render_template' +actionpack (5.2.2) lib/action_controller/metal/streaming.rb:219:in `_render_template' +actionview (5.2.2) lib/action_view/rendering.rb:84:in `render_to_body' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:52:in `render_to_body' +actionpack (5.2.2) lib/action_controller/metal/renderers.rb:142:in `render_to_body' +actionpack (5.2.2) lib/abstract_controller/rendering.rb:25:in `render' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:36:in `render' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render' +activesupport (5.2.2) lib/active_support/core_ext/benchmark.rb:14:in `block in ms' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/benchmark.rb:308:in `realtime' +activesupport (5.2.2) lib/active_support/core_ext/benchmark.rb:14:in `ms' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:46:in `block in render' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' +activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:31:in `cleanup_view_runtime' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:45:in `render' +actionpack (5.2.2) lib/action_controller/metal/implicit_render.rb:35:in `default_render' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' +actionpack (5.2.2) lib/abstract_controller/base.rb:194:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:30:in `process_action' +actionpack (5.2.2) lib/abstract_controller/callbacks.rb:42:in `block in process_action' +activesupport (5.2.2) lib/active_support/callbacks.rb:132:in `run_callbacks' +actionpack (5.2.2) lib/abstract_controller/callbacks.rb:41:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/rescue.rb:22:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:32:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' +activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:24:in `process_action' +actionpack (5.2.2) lib/abstract_controller/base.rb:134:in `process' +actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' +actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' +railties (5.2.2) lib/rails/engine.rb:524:in `call' +railties (5.2.2) lib/rails/railtie.rb:190:in `public_send' +railties (5.2.2) lib/rails/railtie.rb:190:in `method_missing' +actionpack (5.2.2) lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>' +actionpack (5.2.2) lib/action_dispatch/routing/mapper.rb:48:in `serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' +rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' +rack (2.0.6) lib/rack/etag.rb:25:in `call' +rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' +rack (2.0.6) lib/rack/head.rb:12:in `call' +actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' +rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' +rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' +activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' +activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' +actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.6) lib/rack/method_override.rb:22:in `call' +rack (2.0.6) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.6) lib/rack/sendfile.rb:111:in `call' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiler.rb:281:in `call' +railties (5.2.2) lib/rails/engine.rb:524:in `call' +rack (2.0.6) lib/rack/handler/webrick.rb:86:in `service' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:140:in `service' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:96:in `run' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/server.rb:307:in `block in start_thread' +Started GET "/sail" for ::1 at 2019-01-22 19:40:32 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (1.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (2.9ms) +Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.5ms) + + + +ActionView::Template::Error (The asset "sail/cog.svg" is not present in the asset pipeline.): + 11: </div> + 12: </div> + 13: + 14: <button id="btn-order"><%= image_tag("sail/cog.svg") %></button> + 15: <div class="clearfix"></div> + 16: </div> + +sprockets-rails (3.2.1) lib/sprockets/rails/helper.rb:83:in `compute_asset_path' +actionview (5.2.2) lib/action_view/helpers/asset_url_helper.rb:200:in `asset_path' +actionview (5.2.2) lib/action_view/helpers/asset_url_helper.rb:375:in `image_path' +actionview (5.2.2) lib/action_view/helpers/asset_tag_helper.rb:475:in `resolve_image_source' +actionview (5.2.2) lib/action_view/helpers/asset_tag_helper.rb:345:in `image_tag' +/Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb:14:in `___sers_stock_workspace_sail_app_views_sail_settings__search_html_erb__1455673788637397795_70247768342740' +actionview (5.2.2) lib/action_view/template.rb:159:in `block in render' +activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument' +actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template' +actionview (5.2.2) lib/action_view/template.rb:157:in `render' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:344:in `block in render_partial' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:333:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:312:in `render' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:49:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:23:in `render' +actionview (5.2.2) lib/action_view/helpers/rendering_helper.rb:33:in `render' +/Users/stock/workspace/sail/app/views/sail/settings/index.html.erb:5:in `block in ___sers_stock_workspace_sail_app_views_sail_settings_index_html_erb__533204932691925725_70247768295660' +actionview (5.2.2) lib/action_view/helpers/cache_helper.rb:171:in `cache' +/Users/stock/workspace/sail/app/views/sail/settings/index.html.erb:2:in `___sers_stock_workspace_sail_app_views_sail_settings_index_html_erb__533204932691925725_70247768295660' +actionview (5.2.2) lib/action_view/template.rb:159:in `block in render' +activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument' +actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template' +actionview (5.2.2) lib/action_view/template.rb:157:in `render' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:52:in `render_template' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:16:in `render' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:44:in `render_template' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:25:in `render' +actionview (5.2.2) lib/action_view/rendering.rb:103:in `_render_template' +actionpack (5.2.2) lib/action_controller/metal/streaming.rb:219:in `_render_template' +actionview (5.2.2) lib/action_view/rendering.rb:84:in `render_to_body' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:52:in `render_to_body' +actionpack (5.2.2) lib/action_controller/metal/renderers.rb:142:in `render_to_body' +actionpack (5.2.2) lib/abstract_controller/rendering.rb:25:in `render' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:36:in `render' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render' +activesupport (5.2.2) lib/active_support/core_ext/benchmark.rb:14:in `block in ms' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/benchmark.rb:308:in `realtime' +activesupport (5.2.2) lib/active_support/core_ext/benchmark.rb:14:in `ms' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:46:in `block in render' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' +activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:31:in `cleanup_view_runtime' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:45:in `render' +actionpack (5.2.2) lib/action_controller/metal/implicit_render.rb:35:in `default_render' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' +actionpack (5.2.2) lib/abstract_controller/base.rb:194:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:30:in `process_action' +actionpack (5.2.2) lib/abstract_controller/callbacks.rb:42:in `block in process_action' +activesupport (5.2.2) lib/active_support/callbacks.rb:132:in `run_callbacks' +actionpack (5.2.2) lib/abstract_controller/callbacks.rb:41:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/rescue.rb:22:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:32:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' +activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:24:in `process_action' +actionpack (5.2.2) lib/abstract_controller/base.rb:134:in `process' +actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' +actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' +railties (5.2.2) lib/rails/engine.rb:524:in `call' +railties (5.2.2) lib/rails/railtie.rb:190:in `public_send' +railties (5.2.2) lib/rails/railtie.rb:190:in `method_missing' +actionpack (5.2.2) lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>' +actionpack (5.2.2) lib/action_dispatch/routing/mapper.rb:48:in `serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' +rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' +rack (2.0.6) lib/rack/etag.rb:25:in `call' +rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' +rack (2.0.6) lib/rack/head.rb:12:in `call' +actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' +rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' +rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' +activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' +activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' +actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.6) lib/rack/method_override.rb:22:in `call' +rack (2.0.6) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.6) lib/rack/sendfile.rb:111:in `call' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiler.rb:281:in `call' +railties (5.2.2) lib/rails/engine.rb:524:in `call' +rack (2.0.6) lib/rack/handler/webrick.rb:86:in `service' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:140:in `service' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:96:in `run' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/server.rb:307:in `block in start_thread' +Started GET "/" for ::1 at 2019-01-22 19:40:34 -0200 +Processing by ApplicationController#index as HTML + Rendering application/index.html.erb within layouts/application + Rendered application/index.html.erb within layouts/application (0.4ms) +Completed 200 OK in 237ms (Views: 236.5ms | ActiveRecord: 0.0ms) + + +Started GET "/sail" for ::1 at 2019-01-22 19:40:37 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.2ms) SELECT COUNT(*) FROM "sail_settings" +  (0.2ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.3ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (1.9ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (3.3ms) +Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.9ms) + + + +ActionView::Template::Error (The asset "sail/cog.svg" is not present in the asset pipeline.): + 11: </div> + 12: </div> + 13: + 14: <button id="btn-order"><%= image_tag("sail/cog.svg") %></button> + 15: <div class="clearfix"></div> + 16: </div> + +sprockets-rails (3.2.1) lib/sprockets/rails/helper.rb:83:in `compute_asset_path' +actionview (5.2.2) lib/action_view/helpers/asset_url_helper.rb:200:in `asset_path' +actionview (5.2.2) lib/action_view/helpers/asset_url_helper.rb:375:in `image_path' +actionview (5.2.2) lib/action_view/helpers/asset_tag_helper.rb:475:in `resolve_image_source' +actionview (5.2.2) lib/action_view/helpers/asset_tag_helper.rb:345:in `image_tag' +/Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb:14:in `___sers_stock_workspace_sail_app_views_sail_settings__search_html_erb__1455673788637397795_70247683494380' +actionview (5.2.2) lib/action_view/template.rb:159:in `block in render' +activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument' +actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template' +actionview (5.2.2) lib/action_view/template.rb:157:in `render' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:344:in `block in render_partial' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:333:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:312:in `render' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:49:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:23:in `render' +actionview (5.2.2) lib/action_view/helpers/rendering_helper.rb:33:in `render' +/Users/stock/workspace/sail/app/views/sail/settings/index.html.erb:5:in `block in ___sers_stock_workspace_sail_app_views_sail_settings_index_html_erb__533204932691925725_70247762543600' +actionview (5.2.2) lib/action_view/helpers/cache_helper.rb:171:in `cache' +/Users/stock/workspace/sail/app/views/sail/settings/index.html.erb:2:in `___sers_stock_workspace_sail_app_views_sail_settings_index_html_erb__533204932691925725_70247762543600' +actionview (5.2.2) lib/action_view/template.rb:159:in `block in render' +activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument' +actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template' +actionview (5.2.2) lib/action_view/template.rb:157:in `render' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:52:in `render_template' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:16:in `render' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:44:in `render_template' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:25:in `render' +actionview (5.2.2) lib/action_view/rendering.rb:103:in `_render_template' +actionpack (5.2.2) lib/action_controller/metal/streaming.rb:219:in `_render_template' +actionview (5.2.2) lib/action_view/rendering.rb:84:in `render_to_body' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:52:in `render_to_body' +actionpack (5.2.2) lib/action_controller/metal/renderers.rb:142:in `render_to_body' +actionpack (5.2.2) lib/abstract_controller/rendering.rb:25:in `render' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:36:in `render' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render' +activesupport (5.2.2) lib/active_support/core_ext/benchmark.rb:14:in `block in ms' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/benchmark.rb:308:in `realtime' +activesupport (5.2.2) lib/active_support/core_ext/benchmark.rb:14:in `ms' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:46:in `block in render' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' +activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:31:in `cleanup_view_runtime' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:45:in `render' +actionpack (5.2.2) lib/action_controller/metal/implicit_render.rb:35:in `default_render' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' +actionpack (5.2.2) lib/abstract_controller/base.rb:194:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:30:in `process_action' +actionpack (5.2.2) lib/abstract_controller/callbacks.rb:42:in `block in process_action' +activesupport (5.2.2) lib/active_support/callbacks.rb:132:in `run_callbacks' +actionpack (5.2.2) lib/abstract_controller/callbacks.rb:41:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/rescue.rb:22:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:32:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' +activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:24:in `process_action' +actionpack (5.2.2) lib/abstract_controller/base.rb:134:in `process' +actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' +actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' +railties (5.2.2) lib/rails/engine.rb:524:in `call' +railties (5.2.2) lib/rails/railtie.rb:190:in `public_send' +railties (5.2.2) lib/rails/railtie.rb:190:in `method_missing' +actionpack (5.2.2) lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>' +actionpack (5.2.2) lib/action_dispatch/routing/mapper.rb:48:in `serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' +rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' +rack (2.0.6) lib/rack/etag.rb:25:in `call' +rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' +rack (2.0.6) lib/rack/head.rb:12:in `call' +actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' +rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' +rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' +activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' +activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' +actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.6) lib/rack/method_override.rb:22:in `call' +rack (2.0.6) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.6) lib/rack/sendfile.rb:111:in `call' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiler.rb:281:in `call' +railties (5.2.2) lib/rails/engine.rb:524:in `call' +rack (2.0.6) lib/rack/handler/webrick.rb:86:in `service' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:140:in `service' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:96:in `run' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/server.rb:307:in `block in start_thread' +Started GET "/sail" for ::1 at 2019-01-22 19:41:00 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.4ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (3.9ms) +Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.6ms) + + + +ActionView::Template::Error (The asset "sail/cog.svg" is not present in the asset pipeline.): + 11: </div> + 12: </div> + 13: + 14: <button id="btn-order"><%= image_tag("sail/cog.svg") %></button> + 15: <div class="clearfix"></div> + 16: </div> + +sprockets-rails (3.2.1) lib/sprockets/rails/helper.rb:83:in `compute_asset_path' +actionview (5.2.2) lib/action_view/helpers/asset_url_helper.rb:200:in `asset_path' +actionview (5.2.2) lib/action_view/helpers/asset_url_helper.rb:375:in `image_path' +actionview (5.2.2) lib/action_view/helpers/asset_tag_helper.rb:475:in `resolve_image_source' +actionview (5.2.2) lib/action_view/helpers/asset_tag_helper.rb:345:in `image_tag' +/Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb:14:in `___sers_stock_workspace_sail_app_views_sail_settings__search_html_erb__1455673788637397795_70247769888720' +actionview (5.2.2) lib/action_view/template.rb:159:in `block in render' +activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument' +actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template' +actionview (5.2.2) lib/action_view/template.rb:157:in `render' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:344:in `block in render_partial' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:333:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:312:in `render' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:49:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:23:in `render' +actionview (5.2.2) lib/action_view/helpers/rendering_helper.rb:33:in `render' +/Users/stock/workspace/sail/app/views/sail/settings/index.html.erb:5:in `block in ___sers_stock_workspace_sail_app_views_sail_settings_index_html_erb__533204932691925725_70247769752540' +actionview (5.2.2) lib/action_view/helpers/cache_helper.rb:171:in `cache' +/Users/stock/workspace/sail/app/views/sail/settings/index.html.erb:2:in `___sers_stock_workspace_sail_app_views_sail_settings_index_html_erb__533204932691925725_70247769752540' +actionview (5.2.2) lib/action_view/template.rb:159:in `block in render' +activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument' +actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template' +actionview (5.2.2) lib/action_view/template.rb:157:in `render' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:52:in `render_template' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:16:in `render' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:44:in `render_template' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:25:in `render' +actionview (5.2.2) lib/action_view/rendering.rb:103:in `_render_template' +actionpack (5.2.2) lib/action_controller/metal/streaming.rb:219:in `_render_template' +actionview (5.2.2) lib/action_view/rendering.rb:84:in `render_to_body' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:52:in `render_to_body' +actionpack (5.2.2) lib/action_controller/metal/renderers.rb:142:in `render_to_body' +actionpack (5.2.2) lib/abstract_controller/rendering.rb:25:in `render' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:36:in `render' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render' +activesupport (5.2.2) lib/active_support/core_ext/benchmark.rb:14:in `block in ms' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/benchmark.rb:308:in `realtime' +activesupport (5.2.2) lib/active_support/core_ext/benchmark.rb:14:in `ms' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:46:in `block in render' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' +activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:31:in `cleanup_view_runtime' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:45:in `render' +actionpack (5.2.2) lib/action_controller/metal/implicit_render.rb:35:in `default_render' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' +actionpack (5.2.2) lib/abstract_controller/base.rb:194:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:30:in `process_action' +actionpack (5.2.2) lib/abstract_controller/callbacks.rb:42:in `block in process_action' +activesupport (5.2.2) lib/active_support/callbacks.rb:132:in `run_callbacks' +actionpack (5.2.2) lib/abstract_controller/callbacks.rb:41:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/rescue.rb:22:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:32:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' +activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:24:in `process_action' +actionpack (5.2.2) lib/abstract_controller/base.rb:134:in `process' +actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' +actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' +railties (5.2.2) lib/rails/engine.rb:524:in `call' +railties (5.2.2) lib/rails/railtie.rb:190:in `public_send' +railties (5.2.2) lib/rails/railtie.rb:190:in `method_missing' +actionpack (5.2.2) lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>' +actionpack (5.2.2) lib/action_dispatch/routing/mapper.rb:48:in `serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' +rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' +rack (2.0.6) lib/rack/etag.rb:25:in `call' +rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' +rack (2.0.6) lib/rack/head.rb:12:in `call' +actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' +rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' +rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' +activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' +activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' +actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.6) lib/rack/method_override.rb:22:in `call' +rack (2.0.6) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.6) lib/rack/sendfile.rb:111:in `call' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiler.rb:281:in `call' +railties (5.2.2) lib/rails/engine.rb:524:in `call' +rack (2.0.6) lib/rack/handler/webrick.rb:86:in `service' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:140:in `service' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:96:in `run' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/server.rb:307:in `block in start_thread' +Started GET "/sail" for ::1 at 2019-01-22 19:41:29 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.2ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.0ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (3.3ms) +Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.7ms) + + + +ActionView::Template::Error (The asset "sail/cog.svg" is not present in the asset pipeline.): + 11: </div> + 12: </div> + 13: + 14: <button id="btn-order"><%= image_tag("sail/cog.svg") %></button> + 15: <div class="clearfix"></div> + 16: </div> + +sprockets-rails (3.2.1) lib/sprockets/rails/helper.rb:83:in `compute_asset_path' +actionview (5.2.2) lib/action_view/helpers/asset_url_helper.rb:200:in `asset_path' +actionview (5.2.2) lib/action_view/helpers/asset_url_helper.rb:375:in `image_path' +actionview (5.2.2) lib/action_view/helpers/asset_tag_helper.rb:475:in `resolve_image_source' +actionview (5.2.2) lib/action_view/helpers/asset_tag_helper.rb:345:in `image_tag' +/Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb:14:in `___sers_stock_workspace_sail_app_views_sail_settings__search_html_erb__1455673788637397795_70247760511720' +actionview (5.2.2) lib/action_view/template.rb:159:in `block in render' +activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument' +actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template' +actionview (5.2.2) lib/action_view/template.rb:157:in `render' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:344:in `block in render_partial' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:333:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:312:in `render' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:49:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:23:in `render' +actionview (5.2.2) lib/action_view/helpers/rendering_helper.rb:33:in `render' +/Users/stock/workspace/sail/app/views/sail/settings/index.html.erb:5:in `block in ___sers_stock_workspace_sail_app_views_sail_settings_index_html_erb__533204932691925725_70247760465340' +actionview (5.2.2) lib/action_view/helpers/cache_helper.rb:171:in `cache' +/Users/stock/workspace/sail/app/views/sail/settings/index.html.erb:2:in `___sers_stock_workspace_sail_app_views_sail_settings_index_html_erb__533204932691925725_70247760465340' +actionview (5.2.2) lib/action_view/template.rb:159:in `block in render' +activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument' +actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template' +actionview (5.2.2) lib/action_view/template.rb:157:in `render' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:52:in `render_template' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:16:in `render' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:44:in `render_template' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:25:in `render' +actionview (5.2.2) lib/action_view/rendering.rb:103:in `_render_template' +actionpack (5.2.2) lib/action_controller/metal/streaming.rb:219:in `_render_template' +actionview (5.2.2) lib/action_view/rendering.rb:84:in `render_to_body' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:52:in `render_to_body' +actionpack (5.2.2) lib/action_controller/metal/renderers.rb:142:in `render_to_body' +actionpack (5.2.2) lib/abstract_controller/rendering.rb:25:in `render' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:36:in `render' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render' +activesupport (5.2.2) lib/active_support/core_ext/benchmark.rb:14:in `block in ms' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/benchmark.rb:308:in `realtime' +activesupport (5.2.2) lib/active_support/core_ext/benchmark.rb:14:in `ms' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:46:in `block in render' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' +activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:31:in `cleanup_view_runtime' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:45:in `render' +actionpack (5.2.2) lib/action_controller/metal/implicit_render.rb:35:in `default_render' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' +actionpack (5.2.2) lib/abstract_controller/base.rb:194:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:30:in `process_action' +actionpack (5.2.2) lib/abstract_controller/callbacks.rb:42:in `block in process_action' +activesupport (5.2.2) lib/active_support/callbacks.rb:132:in `run_callbacks' +actionpack (5.2.2) lib/abstract_controller/callbacks.rb:41:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/rescue.rb:22:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:32:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' +activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:24:in `process_action' +actionpack (5.2.2) lib/abstract_controller/base.rb:134:in `process' +actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' +actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' +railties (5.2.2) lib/rails/engine.rb:524:in `call' +railties (5.2.2) lib/rails/railtie.rb:190:in `public_send' +railties (5.2.2) lib/rails/railtie.rb:190:in `method_missing' +actionpack (5.2.2) lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>' +actionpack (5.2.2) lib/action_dispatch/routing/mapper.rb:48:in `serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' +rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' +rack (2.0.6) lib/rack/etag.rb:25:in `call' +rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' +rack (2.0.6) lib/rack/head.rb:12:in `call' +actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' +rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' +rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' +activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' +activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' +actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.6) lib/rack/method_override.rb:22:in `call' +rack (2.0.6) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.6) lib/rack/sendfile.rb:111:in `call' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiler.rb:281:in `call' +railties (5.2.2) lib/rails/engine.rb:524:in `call' +rack (2.0.6) lib/rack/handler/webrick.rb:86:in `service' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:140:in `service' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:96:in `run' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/server.rb:307:in `block in start_thread' +Started GET "/sail" for ::1 at 2019-01-22 19:41:43 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (1.9ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (3.3ms) +Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.5ms) + + + +ActionView::Template::Error (The asset "sail/cog.svg" is not present in the asset pipeline.): + 11: </div> + 12: </div> + 13: + 14: <button id="btn-order"><%= image_tag("sail/cog.svg") %></button> + 15: <div class="clearfix"></div> + 16: </div> + +sprockets-rails (3.2.1) lib/sprockets/rails/helper.rb:83:in `compute_asset_path' +actionview (5.2.2) lib/action_view/helpers/asset_url_helper.rb:200:in `asset_path' +actionview (5.2.2) lib/action_view/helpers/asset_url_helper.rb:375:in `image_path' +actionview (5.2.2) lib/action_view/helpers/asset_tag_helper.rb:475:in `resolve_image_source' +actionview (5.2.2) lib/action_view/helpers/asset_tag_helper.rb:345:in `image_tag' +/Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb:14:in `___sers_stock_workspace_sail_app_views_sail_settings__search_html_erb__1455673788637397795_70247683276460' +actionview (5.2.2) lib/action_view/template.rb:159:in `block in render' +activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument' +actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template' +actionview (5.2.2) lib/action_view/template.rb:157:in `render' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:344:in `block in render_partial' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:333:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:312:in `render' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:49:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:23:in `render' +actionview (5.2.2) lib/action_view/helpers/rendering_helper.rb:33:in `render' +/Users/stock/workspace/sail/app/views/sail/settings/index.html.erb:5:in `block in ___sers_stock_workspace_sail_app_views_sail_settings_index_html_erb__533204932691925725_70247683204820' +actionview (5.2.2) lib/action_view/helpers/cache_helper.rb:171:in `cache' +/Users/stock/workspace/sail/app/views/sail/settings/index.html.erb:2:in `___sers_stock_workspace_sail_app_views_sail_settings_index_html_erb__533204932691925725_70247683204820' +actionview (5.2.2) lib/action_view/template.rb:159:in `block in render' +activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument' +actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template' +actionview (5.2.2) lib/action_view/template.rb:157:in `render' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:52:in `render_template' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:16:in `render' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:44:in `render_template' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:25:in `render' +actionview (5.2.2) lib/action_view/rendering.rb:103:in `_render_template' +actionpack (5.2.2) lib/action_controller/metal/streaming.rb:219:in `_render_template' +actionview (5.2.2) lib/action_view/rendering.rb:84:in `render_to_body' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:52:in `render_to_body' +actionpack (5.2.2) lib/action_controller/metal/renderers.rb:142:in `render_to_body' +actionpack (5.2.2) lib/abstract_controller/rendering.rb:25:in `render' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:36:in `render' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render' +activesupport (5.2.2) lib/active_support/core_ext/benchmark.rb:14:in `block in ms' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/benchmark.rb:308:in `realtime' +activesupport (5.2.2) lib/active_support/core_ext/benchmark.rb:14:in `ms' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:46:in `block in render' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' +activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:31:in `cleanup_view_runtime' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:45:in `render' +actionpack (5.2.2) lib/action_controller/metal/implicit_render.rb:35:in `default_render' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' +actionpack (5.2.2) lib/abstract_controller/base.rb:194:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:30:in `process_action' +actionpack (5.2.2) lib/abstract_controller/callbacks.rb:42:in `block in process_action' +activesupport (5.2.2) lib/active_support/callbacks.rb:132:in `run_callbacks' +actionpack (5.2.2) lib/abstract_controller/callbacks.rb:41:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/rescue.rb:22:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:32:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' +activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:24:in `process_action' +actionpack (5.2.2) lib/abstract_controller/base.rb:134:in `process' +actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' +actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' +railties (5.2.2) lib/rails/engine.rb:524:in `call' +railties (5.2.2) lib/rails/railtie.rb:190:in `public_send' +railties (5.2.2) lib/rails/railtie.rb:190:in `method_missing' +actionpack (5.2.2) lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>' +actionpack (5.2.2) lib/action_dispatch/routing/mapper.rb:48:in `serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' +rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' +rack (2.0.6) lib/rack/etag.rb:25:in `call' +rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' +rack (2.0.6) lib/rack/head.rb:12:in `call' +actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' +rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' +rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' +activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' +activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' +actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.6) lib/rack/method_override.rb:22:in `call' +rack (2.0.6) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.6) lib/rack/sendfile.rb:111:in `call' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiler.rb:281:in `call' +railties (5.2.2) lib/rails/engine.rb:524:in `call' +rack (2.0.6) lib/rack/handler/webrick.rb:86:in `service' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:140:in `service' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:96:in `run' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/server.rb:307:in `block in start_thread' +Started GET "/sail" for ::1 at 2019-01-22 19:41:49 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.2ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.5ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (4.0ms) +Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.6ms) + + + +ActionView::Template::Error (The asset "sail/cog.svg" is not present in the asset pipeline.): + 11: </div> + 12: </div> + 13: + 14: <button id="btn-order"><%= image_tag("sail/cog.svg") %></button> + 15: <div class="clearfix"></div> + 16: </div> + +sprockets-rails (3.2.1) lib/sprockets/rails/helper.rb:83:in `compute_asset_path' +actionview (5.2.2) lib/action_view/helpers/asset_url_helper.rb:200:in `asset_path' +actionview (5.2.2) lib/action_view/helpers/asset_url_helper.rb:375:in `image_path' +actionview (5.2.2) lib/action_view/helpers/asset_tag_helper.rb:475:in `resolve_image_source' +actionview (5.2.2) lib/action_view/helpers/asset_tag_helper.rb:345:in `image_tag' +/Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb:14:in `___sers_stock_workspace_sail_app_views_sail_settings__search_html_erb__1455673788637397795_70247698617420' +actionview (5.2.2) lib/action_view/template.rb:159:in `block in render' +activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument' +actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template' +actionview (5.2.2) lib/action_view/template.rb:157:in `render' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:344:in `block in render_partial' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:333:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:312:in `render' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:49:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:23:in `render' +actionview (5.2.2) lib/action_view/helpers/rendering_helper.rb:33:in `render' +/Users/stock/workspace/sail/app/views/sail/settings/index.html.erb:5:in `block in ___sers_stock_workspace_sail_app_views_sail_settings_index_html_erb__533204932691925725_70247698319820' +actionview (5.2.2) lib/action_view/helpers/cache_helper.rb:171:in `cache' +/Users/stock/workspace/sail/app/views/sail/settings/index.html.erb:2:in `___sers_stock_workspace_sail_app_views_sail_settings_index_html_erb__533204932691925725_70247698319820' +actionview (5.2.2) lib/action_view/template.rb:159:in `block in render' +activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument' +actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template' +actionview (5.2.2) lib/action_view/template.rb:157:in `render' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:52:in `render_template' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:16:in `render' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:44:in `render_template' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:25:in `render' +actionview (5.2.2) lib/action_view/rendering.rb:103:in `_render_template' +actionpack (5.2.2) lib/action_controller/metal/streaming.rb:219:in `_render_template' +actionview (5.2.2) lib/action_view/rendering.rb:84:in `render_to_body' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:52:in `render_to_body' +actionpack (5.2.2) lib/action_controller/metal/renderers.rb:142:in `render_to_body' +actionpack (5.2.2) lib/abstract_controller/rendering.rb:25:in `render' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:36:in `render' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render' +activesupport (5.2.2) lib/active_support/core_ext/benchmark.rb:14:in `block in ms' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/benchmark.rb:308:in `realtime' +activesupport (5.2.2) lib/active_support/core_ext/benchmark.rb:14:in `ms' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:46:in `block in render' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' +activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:31:in `cleanup_view_runtime' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:45:in `render' +actionpack (5.2.2) lib/action_controller/metal/implicit_render.rb:35:in `default_render' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' +actionpack (5.2.2) lib/abstract_controller/base.rb:194:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:30:in `process_action' +actionpack (5.2.2) lib/abstract_controller/callbacks.rb:42:in `block in process_action' +activesupport (5.2.2) lib/active_support/callbacks.rb:132:in `run_callbacks' +actionpack (5.2.2) lib/abstract_controller/callbacks.rb:41:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/rescue.rb:22:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:32:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' +activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:24:in `process_action' +actionpack (5.2.2) lib/abstract_controller/base.rb:134:in `process' +actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' +actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' +railties (5.2.2) lib/rails/engine.rb:524:in `call' +railties (5.2.2) lib/rails/railtie.rb:190:in `public_send' +railties (5.2.2) lib/rails/railtie.rb:190:in `method_missing' +actionpack (5.2.2) lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>' +actionpack (5.2.2) lib/action_dispatch/routing/mapper.rb:48:in `serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' +rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' +rack (2.0.6) lib/rack/etag.rb:25:in `call' +rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' +rack (2.0.6) lib/rack/head.rb:12:in `call' +actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' +rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' +rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' +activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' +activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' +actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.6) lib/rack/method_override.rb:22:in `call' +rack (2.0.6) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.6) lib/rack/sendfile.rb:111:in `call' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiler.rb:281:in `call' +railties (5.2.2) lib/rails/engine.rb:524:in `call' +rack (2.0.6) lib/rack/handler/webrick.rb:86:in `service' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:140:in `service' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:96:in `run' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/server.rb:307:in `block in start_thread' + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "test_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "number_of_threads"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "bonus_range"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "admin_list"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_2"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_3"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_4"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_5"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "float_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "date_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "cron_setting"], ["LIMIT", 1]] +  (0.1ms) SELECT "sail_settings"."name" FROM "sail_settings" + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE 1=0 +Started GET "/sail" for ::1 at 2019-01-22 19:42:33 -0200 +  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (128.0ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (131.5ms) +Completed 500 Internal Server Error in 142ms (ActiveRecord: 0.4ms) + + + +ActionView::Template::Error (The asset "sail/cog.svg" is not present in the asset pipeline.): + 11: </div> + 12: </div> + 13: + 14: <button id="btn-order"><%= image_tag("sail/cog.svg") %></button> + 15: <div class="clearfix"></div> + 16: </div> + +sprockets-rails (3.2.1) lib/sprockets/rails/helper.rb:83:in `compute_asset_path' +actionview (5.2.2) lib/action_view/helpers/asset_url_helper.rb:200:in `asset_path' +actionview (5.2.2) lib/action_view/helpers/asset_url_helper.rb:375:in `image_path' +actionview (5.2.2) lib/action_view/helpers/asset_tag_helper.rb:475:in `resolve_image_source' +actionview (5.2.2) lib/action_view/helpers/asset_tag_helper.rb:345:in `image_tag' +/Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb:14:in `___sers_stock_workspace_sail_app_views_sail_settings__search_html_erb___2048437721345892515_70200510435360' +actionview (5.2.2) lib/action_view/template.rb:159:in `block in render' +activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument' +actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template' +actionview (5.2.2) lib/action_view/template.rb:157:in `render' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:344:in `block in render_partial' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:333:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:312:in `render' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:49:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:23:in `render' +actionview (5.2.2) lib/action_view/helpers/rendering_helper.rb:33:in `render' +/Users/stock/workspace/sail/app/views/sail/settings/index.html.erb:5:in `block in ___sers_stock_workspace_sail_app_views_sail_settings_index_html_erb__1289879464451089220_70200509131640' +actionview (5.2.2) lib/action_view/helpers/cache_helper.rb:171:in `cache' +/Users/stock/workspace/sail/app/views/sail/settings/index.html.erb:2:in `___sers_stock_workspace_sail_app_views_sail_settings_index_html_erb__1289879464451089220_70200509131640' +actionview (5.2.2) lib/action_view/template.rb:159:in `block in render' +activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument' +actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template' +actionview (5.2.2) lib/action_view/template.rb:157:in `render' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:52:in `render_template' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:16:in `render' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:44:in `render_template' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:25:in `render' +actionview (5.2.2) lib/action_view/rendering.rb:103:in `_render_template' +actionpack (5.2.2) lib/action_controller/metal/streaming.rb:219:in `_render_template' +actionview (5.2.2) lib/action_view/rendering.rb:84:in `render_to_body' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:52:in `render_to_body' +actionpack (5.2.2) lib/action_controller/metal/renderers.rb:142:in `render_to_body' +actionpack (5.2.2) lib/abstract_controller/rendering.rb:25:in `render' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:36:in `render' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render' +activesupport (5.2.2) lib/active_support/core_ext/benchmark.rb:14:in `block in ms' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/benchmark.rb:308:in `realtime' +activesupport (5.2.2) lib/active_support/core_ext/benchmark.rb:14:in `ms' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:46:in `block in render' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' +activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:31:in `cleanup_view_runtime' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:45:in `render' +actionpack (5.2.2) lib/action_controller/metal/implicit_render.rb:35:in `default_render' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' +actionpack (5.2.2) lib/abstract_controller/base.rb:194:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:30:in `process_action' +actionpack (5.2.2) lib/abstract_controller/callbacks.rb:42:in `block in process_action' +activesupport (5.2.2) lib/active_support/callbacks.rb:132:in `run_callbacks' +actionpack (5.2.2) lib/abstract_controller/callbacks.rb:41:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/rescue.rb:22:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:32:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' +activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:24:in `process_action' +actionpack (5.2.2) lib/abstract_controller/base.rb:134:in `process' +actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' +actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' +railties (5.2.2) lib/rails/engine.rb:524:in `call' +railties (5.2.2) lib/rails/railtie.rb:190:in `public_send' +railties (5.2.2) lib/rails/railtie.rb:190:in `method_missing' +actionpack (5.2.2) lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>' +actionpack (5.2.2) lib/action_dispatch/routing/mapper.rb:48:in `serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' +rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' +rack (2.0.6) lib/rack/etag.rb:25:in `call' +rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' +rack (2.0.6) lib/rack/head.rb:12:in `call' +actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' +rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' +rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' +activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' +activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' +actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.6) lib/rack/method_override.rb:22:in `call' +rack (2.0.6) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.6) lib/rack/sendfile.rb:111:in `call' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiler.rb:281:in `call' +railties (5.2.2) lib/rails/engine.rb:524:in `call' +rack (2.0.6) lib/rack/handler/webrick.rb:86:in `service' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:140:in `service' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:96:in `run' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/server.rb:307:in `block in start_thread' +Started GET "/sail" for ::1 at 2019-01-22 19:42:36 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (1.9ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (3.1ms) +Completed 500 Internal Server Error in 45ms (ActiveRecord: 0.5ms) + + + +ActionView::Template::Error (The asset "sail/cog.svg" is not present in the asset pipeline.): + 11: </div> + 12: </div> + 13: + 14: <button id="btn-order"><%= image_tag("sail/cog.svg") %></button> + 15: <div class="clearfix"></div> + 16: </div> + +sprockets-rails (3.2.1) lib/sprockets/rails/helper.rb:83:in `compute_asset_path' +actionview (5.2.2) lib/action_view/helpers/asset_url_helper.rb:200:in `asset_path' +actionview (5.2.2) lib/action_view/helpers/asset_url_helper.rb:375:in `image_path' +actionview (5.2.2) lib/action_view/helpers/asset_tag_helper.rb:475:in `resolve_image_source' +actionview (5.2.2) lib/action_view/helpers/asset_tag_helper.rb:345:in `image_tag' +/Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb:14:in `___sers_stock_workspace_sail_app_views_sail_settings__search_html_erb___2048437721345892515_70200487522720' +actionview (5.2.2) lib/action_view/template.rb:159:in `block in render' +activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument' +actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template' +actionview (5.2.2) lib/action_view/template.rb:157:in `render' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:344:in `block in render_partial' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:333:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:312:in `render' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:49:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:23:in `render' +actionview (5.2.2) lib/action_view/helpers/rendering_helper.rb:33:in `render' +/Users/stock/workspace/sail/app/views/sail/settings/index.html.erb:5:in `block in ___sers_stock_workspace_sail_app_views_sail_settings_index_html_erb__1289879464451089220_70200509955340' +actionview (5.2.2) lib/action_view/helpers/cache_helper.rb:171:in `cache' +/Users/stock/workspace/sail/app/views/sail/settings/index.html.erb:2:in `___sers_stock_workspace_sail_app_views_sail_settings_index_html_erb__1289879464451089220_70200509955340' +actionview (5.2.2) lib/action_view/template.rb:159:in `block in render' +activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument' +actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template' +actionview (5.2.2) lib/action_view/template.rb:157:in `render' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:52:in `render_template' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:16:in `render' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:44:in `render_template' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:25:in `render' +actionview (5.2.2) lib/action_view/rendering.rb:103:in `_render_template' +actionpack (5.2.2) lib/action_controller/metal/streaming.rb:219:in `_render_template' +actionview (5.2.2) lib/action_view/rendering.rb:84:in `render_to_body' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:52:in `render_to_body' +actionpack (5.2.2) lib/action_controller/metal/renderers.rb:142:in `render_to_body' +actionpack (5.2.2) lib/abstract_controller/rendering.rb:25:in `render' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:36:in `render' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render' +activesupport (5.2.2) lib/active_support/core_ext/benchmark.rb:14:in `block in ms' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/benchmark.rb:308:in `realtime' +activesupport (5.2.2) lib/active_support/core_ext/benchmark.rb:14:in `ms' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:46:in `block in render' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' +activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:31:in `cleanup_view_runtime' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:45:in `render' +actionpack (5.2.2) lib/action_controller/metal/implicit_render.rb:35:in `default_render' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' +actionpack (5.2.2) lib/abstract_controller/base.rb:194:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:30:in `process_action' +actionpack (5.2.2) lib/abstract_controller/callbacks.rb:42:in `block in process_action' +activesupport (5.2.2) lib/active_support/callbacks.rb:132:in `run_callbacks' +actionpack (5.2.2) lib/abstract_controller/callbacks.rb:41:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/rescue.rb:22:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:32:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' +activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:24:in `process_action' +actionpack (5.2.2) lib/abstract_controller/base.rb:134:in `process' +actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' +actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' +railties (5.2.2) lib/rails/engine.rb:524:in `call' +railties (5.2.2) lib/rails/railtie.rb:190:in `public_send' +railties (5.2.2) lib/rails/railtie.rb:190:in `method_missing' +actionpack (5.2.2) lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>' +actionpack (5.2.2) lib/action_dispatch/routing/mapper.rb:48:in `serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' +rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' +rack (2.0.6) lib/rack/etag.rb:25:in `call' +rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' +rack (2.0.6) lib/rack/head.rb:12:in `call' +actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' +rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' +rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' +activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' +activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' +actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.6) lib/rack/method_override.rb:22:in `call' +rack (2.0.6) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.6) lib/rack/sendfile.rb:111:in `call' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiler.rb:281:in `call' +railties (5.2.2) lib/rails/engine.rb:524:in `call' +rack (2.0.6) lib/rack/handler/webrick.rb:86:in `service' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:140:in `service' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:96:in `run' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/server.rb:307:in `block in start_thread' + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "test_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "number_of_threads"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "bonus_range"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "admin_list"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_2"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_3"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_4"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_5"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "float_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "date_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.0ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "cron_setting"], ["LIMIT", 1]] +  (0.1ms) SELECT "sail_settings"."name" FROM "sail_settings" + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE 1=0 +Started GET "/sail" for ::1 at 2019-01-22 19:43:15 -0200 +  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (126.5ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (130.0ms) +Completed 500 Internal Server Error in 141ms (ActiveRecord: 0.4ms) + + + +ActionView::Template::Error (The asset "sail/cog.svg" is not present in the asset pipeline.): + 11: </div> + 12: </div> + 13: + 14: <button id="btn-order"><%= image_tag("sail/cog.svg") %></button> + 15: <div class="clearfix"></div> + 16: </div> + +sprockets-rails (3.2.1) lib/sprockets/rails/helper.rb:83:in `compute_asset_path' +actionview (5.2.2) lib/action_view/helpers/asset_url_helper.rb:200:in `asset_path' +actionview (5.2.2) lib/action_view/helpers/asset_url_helper.rb:375:in `image_path' +actionview (5.2.2) lib/action_view/helpers/asset_tag_helper.rb:475:in `resolve_image_source' +actionview (5.2.2) lib/action_view/helpers/asset_tag_helper.rb:345:in `image_tag' +/Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb:14:in `___sers_stock_workspace_sail_app_views_sail_settings__search_html_erb___901765983445272485_70365925720480' +actionview (5.2.2) lib/action_view/template.rb:159:in `block in render' +activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument' +actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template' +actionview (5.2.2) lib/action_view/template.rb:157:in `render' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:344:in `block in render_partial' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:333:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:312:in `render' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:49:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:23:in `render' +actionview (5.2.2) lib/action_view/helpers/rendering_helper.rb:33:in `render' +/Users/stock/workspace/sail/app/views/sail/settings/index.html.erb:5:in `block in ___sers_stock_workspace_sail_app_views_sail_settings_index_html_erb__1784696212908818928_70365898379580' +actionview (5.2.2) lib/action_view/helpers/cache_helper.rb:171:in `cache' +/Users/stock/workspace/sail/app/views/sail/settings/index.html.erb:2:in `___sers_stock_workspace_sail_app_views_sail_settings_index_html_erb__1784696212908818928_70365898379580' +actionview (5.2.2) lib/action_view/template.rb:159:in `block in render' +activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument' +actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template' +actionview (5.2.2) lib/action_view/template.rb:157:in `render' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:52:in `render_template' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:16:in `render' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:44:in `render_template' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:25:in `render' +actionview (5.2.2) lib/action_view/rendering.rb:103:in `_render_template' +actionpack (5.2.2) lib/action_controller/metal/streaming.rb:219:in `_render_template' +actionview (5.2.2) lib/action_view/rendering.rb:84:in `render_to_body' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:52:in `render_to_body' +actionpack (5.2.2) lib/action_controller/metal/renderers.rb:142:in `render_to_body' +actionpack (5.2.2) lib/abstract_controller/rendering.rb:25:in `render' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:36:in `render' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render' +activesupport (5.2.2) lib/active_support/core_ext/benchmark.rb:14:in `block in ms' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/benchmark.rb:308:in `realtime' +activesupport (5.2.2) lib/active_support/core_ext/benchmark.rb:14:in `ms' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:46:in `block in render' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' +activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:31:in `cleanup_view_runtime' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:45:in `render' +actionpack (5.2.2) lib/action_controller/metal/implicit_render.rb:35:in `default_render' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' +actionpack (5.2.2) lib/abstract_controller/base.rb:194:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:30:in `process_action' +actionpack (5.2.2) lib/abstract_controller/callbacks.rb:42:in `block in process_action' +activesupport (5.2.2) lib/active_support/callbacks.rb:132:in `run_callbacks' +actionpack (5.2.2) lib/abstract_controller/callbacks.rb:41:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/rescue.rb:22:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:32:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' +activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:24:in `process_action' +actionpack (5.2.2) lib/abstract_controller/base.rb:134:in `process' +actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' +actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' +railties (5.2.2) lib/rails/engine.rb:524:in `call' +railties (5.2.2) lib/rails/railtie.rb:190:in `public_send' +railties (5.2.2) lib/rails/railtie.rb:190:in `method_missing' +actionpack (5.2.2) lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>' +actionpack (5.2.2) lib/action_dispatch/routing/mapper.rb:48:in `serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' +rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' +rack (2.0.6) lib/rack/etag.rb:25:in `call' +rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' +rack (2.0.6) lib/rack/head.rb:12:in `call' +actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' +rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' +rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' +activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' +activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' +actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.6) lib/rack/method_override.rb:22:in `call' +rack (2.0.6) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.6) lib/rack/sendfile.rb:111:in `call' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiler.rb:281:in `call' +railties (5.2.2) lib/rails/engine.rb:524:in `call' +rack (2.0.6) lib/rack/handler/webrick.rb:86:in `service' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:140:in `service' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:96:in `run' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/server.rb:307:in `block in start_thread' +Started GET "/sail" for ::1 at 2019-01-22 19:43:17 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.0ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (3.3ms) +Completed 500 Internal Server Error in 45ms (ActiveRecord: 0.6ms) + + + +ActionView::Template::Error (The asset "sail/cog.svg" is not present in the asset pipeline.): + 11: </div> + 12: </div> + 13: + 14: <button id="btn-order"><%= image_tag("sail/cog.svg") %></button> + 15: <div class="clearfix"></div> + 16: </div> + +sprockets-rails (3.2.1) lib/sprockets/rails/helper.rb:83:in `compute_asset_path' +actionview (5.2.2) lib/action_view/helpers/asset_url_helper.rb:200:in `asset_path' +actionview (5.2.2) lib/action_view/helpers/asset_url_helper.rb:375:in `image_path' +actionview (5.2.2) lib/action_view/helpers/asset_tag_helper.rb:475:in `resolve_image_source' +actionview (5.2.2) lib/action_view/helpers/asset_tag_helper.rb:345:in `image_tag' +/Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb:14:in `___sers_stock_workspace_sail_app_views_sail_settings__search_html_erb___901765983445272485_70365906071600' +actionview (5.2.2) lib/action_view/template.rb:159:in `block in render' +activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument' +actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template' +actionview (5.2.2) lib/action_view/template.rb:157:in `render' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:344:in `block in render_partial' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:333:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:312:in `render' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:49:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:23:in `render' +actionview (5.2.2) lib/action_view/helpers/rendering_helper.rb:33:in `render' +/Users/stock/workspace/sail/app/views/sail/settings/index.html.erb:5:in `block in ___sers_stock_workspace_sail_app_views_sail_settings_index_html_erb__1784696212908818928_70365899245220' +actionview (5.2.2) lib/action_view/helpers/cache_helper.rb:171:in `cache' +/Users/stock/workspace/sail/app/views/sail/settings/index.html.erb:2:in `___sers_stock_workspace_sail_app_views_sail_settings_index_html_erb__1784696212908818928_70365899245220' +actionview (5.2.2) lib/action_view/template.rb:159:in `block in render' +activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument' +actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template' +actionview (5.2.2) lib/action_view/template.rb:157:in `render' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:52:in `render_template' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:16:in `render' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:44:in `render_template' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:25:in `render' +actionview (5.2.2) lib/action_view/rendering.rb:103:in `_render_template' +actionpack (5.2.2) lib/action_controller/metal/streaming.rb:219:in `_render_template' +actionview (5.2.2) lib/action_view/rendering.rb:84:in `render_to_body' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:52:in `render_to_body' +actionpack (5.2.2) lib/action_controller/metal/renderers.rb:142:in `render_to_body' +actionpack (5.2.2) lib/abstract_controller/rendering.rb:25:in `render' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:36:in `render' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render' +activesupport (5.2.2) lib/active_support/core_ext/benchmark.rb:14:in `block in ms' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/benchmark.rb:308:in `realtime' +activesupport (5.2.2) lib/active_support/core_ext/benchmark.rb:14:in `ms' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:46:in `block in render' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' +activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:31:in `cleanup_view_runtime' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:45:in `render' +actionpack (5.2.2) lib/action_controller/metal/implicit_render.rb:35:in `default_render' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' +actionpack (5.2.2) lib/abstract_controller/base.rb:194:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:30:in `process_action' +actionpack (5.2.2) lib/abstract_controller/callbacks.rb:42:in `block in process_action' +activesupport (5.2.2) lib/active_support/callbacks.rb:132:in `run_callbacks' +actionpack (5.2.2) lib/abstract_controller/callbacks.rb:41:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/rescue.rb:22:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:32:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' +activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:24:in `process_action' +actionpack (5.2.2) lib/abstract_controller/base.rb:134:in `process' +actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' +actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' +railties (5.2.2) lib/rails/engine.rb:524:in `call' +railties (5.2.2) lib/rails/railtie.rb:190:in `public_send' +railties (5.2.2) lib/rails/railtie.rb:190:in `method_missing' +actionpack (5.2.2) lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>' +actionpack (5.2.2) lib/action_dispatch/routing/mapper.rb:48:in `serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' +rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' +rack (2.0.6) lib/rack/etag.rb:25:in `call' +rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' +rack (2.0.6) lib/rack/head.rb:12:in `call' +actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' +rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' +rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' +activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' +activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' +actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.6) lib/rack/method_override.rb:22:in `call' +rack (2.0.6) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.6) lib/rack/sendfile.rb:111:in `call' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiler.rb:281:in `call' +railties (5.2.2) lib/rails/engine.rb:524:in `call' +rack (2.0.6) lib/rack/handler/webrick.rb:86:in `service' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:140:in `service' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:96:in `run' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/server.rb:307:in `block in start_thread' +Started GET "/sail" for ::1 at 2019-01-22 19:43:58 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (223.1ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (224.4ms) +Completed 500 Internal Server Error in 232ms (ActiveRecord: 0.5ms) + + + +ActionView::Template::Error (Asset was not declared to be precompiled in production. +Add `Rails.application.config.assets.precompile += %w( sail/cog.svg )` to `config/initializers/assets.rb` and restart your server): + 11: </div> + 12: </div> + 13: + 14: <button id="btn-order"><%= image_tag("sail/cog.svg") %></button> + 15: <div class="clearfix"></div> + 16: </div> + +sprockets-rails (3.2.1) lib/sprockets/rails/helper.rb:363:in `raise_unless_precompiled_asset' +sprockets-rails (3.2.1) lib/sprockets/rails/helper.rb:337:in `digest_path' +sprockets-rails (3.2.1) lib/sprockets/rails/helper.rb:325:in `asset_path' +sprockets-rails (3.2.1) lib/sprockets/rails/helper.rb:102:in `block in resolve_asset_path' +sprockets-rails (3.2.1) lib/sprockets/rails/helper.rb:242:in `block in resolve_asset' +sprockets-rails (3.2.1) lib/sprockets/rails/helper.rb:241:in `each' +sprockets-rails (3.2.1) lib/sprockets/rails/helper.rb:241:in `detect' +sprockets-rails (3.2.1) lib/sprockets/rails/helper.rb:241:in `resolve_asset' +sprockets-rails (3.2.1) lib/sprockets/rails/helper.rb:101:in `resolve_asset_path' +sprockets-rails (3.2.1) lib/sprockets/rails/helper.rb:79:in `compute_asset_path' +actionview (5.2.2) lib/action_view/helpers/asset_url_helper.rb:200:in `asset_path' +actionview (5.2.2) lib/action_view/helpers/asset_url_helper.rb:375:in `image_path' +actionview (5.2.2) lib/action_view/helpers/asset_tag_helper.rb:475:in `resolve_image_source' +actionview (5.2.2) lib/action_view/helpers/asset_tag_helper.rb:345:in `image_tag' +/Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb:14:in `___sers_stock_workspace_sail_app_views_sail_settings__search_html_erb___901765983445272485_70365957986440' +actionview (5.2.2) lib/action_view/template.rb:159:in `block in render' +activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument' +actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template' +actionview (5.2.2) lib/action_view/template.rb:157:in `render' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:344:in `block in render_partial' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:333:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:312:in `render' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:49:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:23:in `render' +actionview (5.2.2) lib/action_view/helpers/rendering_helper.rb:33:in `render' +/Users/stock/workspace/sail/app/views/sail/settings/index.html.erb:5:in `block in ___sers_stock_workspace_sail_app_views_sail_settings_index_html_erb__1784696212908818928_70365957914780' +actionview (5.2.2) lib/action_view/helpers/cache_helper.rb:171:in `cache' +/Users/stock/workspace/sail/app/views/sail/settings/index.html.erb:2:in `___sers_stock_workspace_sail_app_views_sail_settings_index_html_erb__1784696212908818928_70365957914780' +actionview (5.2.2) lib/action_view/template.rb:159:in `block in render' +activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument' +actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template' +actionview (5.2.2) lib/action_view/template.rb:157:in `render' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:52:in `render_template' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:16:in `render' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:44:in `render_template' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:25:in `render' +actionview (5.2.2) lib/action_view/rendering.rb:103:in `_render_template' +actionpack (5.2.2) lib/action_controller/metal/streaming.rb:219:in `_render_template' +actionview (5.2.2) lib/action_view/rendering.rb:84:in `render_to_body' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:52:in `render_to_body' +actionpack (5.2.2) lib/action_controller/metal/renderers.rb:142:in `render_to_body' +actionpack (5.2.2) lib/abstract_controller/rendering.rb:25:in `render' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:36:in `render' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render' +activesupport (5.2.2) lib/active_support/core_ext/benchmark.rb:14:in `block in ms' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/benchmark.rb:308:in `realtime' +activesupport (5.2.2) lib/active_support/core_ext/benchmark.rb:14:in `ms' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:46:in `block in render' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' +activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:31:in `cleanup_view_runtime' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:45:in `render' +actionpack (5.2.2) lib/action_controller/metal/implicit_render.rb:35:in `default_render' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' +actionpack (5.2.2) lib/abstract_controller/base.rb:194:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:30:in `process_action' +actionpack (5.2.2) lib/abstract_controller/callbacks.rb:42:in `block in process_action' +activesupport (5.2.2) lib/active_support/callbacks.rb:132:in `run_callbacks' +actionpack (5.2.2) lib/abstract_controller/callbacks.rb:41:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/rescue.rb:22:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:32:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' +activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:24:in `process_action' +actionpack (5.2.2) lib/abstract_controller/base.rb:134:in `process' +actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' +actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' +railties (5.2.2) lib/rails/engine.rb:524:in `call' +railties (5.2.2) lib/rails/railtie.rb:190:in `public_send' +railties (5.2.2) lib/rails/railtie.rb:190:in `method_missing' +actionpack (5.2.2) lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>' +actionpack (5.2.2) lib/action_dispatch/routing/mapper.rb:48:in `serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' +rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' +rack (2.0.6) lib/rack/etag.rb:25:in `call' +rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' +rack (2.0.6) lib/rack/head.rb:12:in `call' +actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' +rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' +rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' +activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' +activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' +actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.6) lib/rack/method_override.rb:22:in `call' +rack (2.0.6) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.6) lib/rack/sendfile.rb:111:in `call' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiler.rb:281:in `call' +railties (5.2.2) lib/rails/engine.rb:524:in `call' +rack (2.0.6) lib/rack/handler/webrick.rb:86:in `service' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:140:in `service' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:96:in `run' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/server.rb:307:in `block in start_thread' +Started GET "/sail" for ::1 at 2019-01-22 19:44:25 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.1ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (3.5ms) +Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.6ms) + + + +ActionView::Template::Error (The asset "sail/cog.svg" is not present in the asset pipeline.): + 11: </div> + 12: </div> + 13: + 14: <button id="btn-order"><%= image_tag("sail/cog.svg") %></button> + 15: <div class="clearfix"></div> + 16: </div> + +sprockets-rails (3.2.1) lib/sprockets/rails/helper.rb:83:in `compute_asset_path' +actionview (5.2.2) lib/action_view/helpers/asset_url_helper.rb:200:in `asset_path' +actionview (5.2.2) lib/action_view/helpers/asset_url_helper.rb:375:in `image_path' +actionview (5.2.2) lib/action_view/helpers/asset_tag_helper.rb:475:in `resolve_image_source' +actionview (5.2.2) lib/action_view/helpers/asset_tag_helper.rb:345:in `image_tag' +/Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb:14:in `___sers_stock_workspace_sail_app_views_sail_settings__search_html_erb___901765983445272485_70365957948660' +actionview (5.2.2) lib/action_view/template.rb:159:in `block in render' +activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument' +actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template' +actionview (5.2.2) lib/action_view/template.rb:157:in `render' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:344:in `block in render_partial' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:333:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:312:in `render' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:49:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:23:in `render' +actionview (5.2.2) lib/action_view/helpers/rendering_helper.rb:33:in `render' +/Users/stock/workspace/sail/app/views/sail/settings/index.html.erb:5:in `block in ___sers_stock_workspace_sail_app_views_sail_settings_index_html_erb__1784696212908818928_70365957882320' +actionview (5.2.2) lib/action_view/helpers/cache_helper.rb:171:in `cache' +/Users/stock/workspace/sail/app/views/sail/settings/index.html.erb:2:in `___sers_stock_workspace_sail_app_views_sail_settings_index_html_erb__1784696212908818928_70365957882320' +actionview (5.2.2) lib/action_view/template.rb:159:in `block in render' +activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument' +actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template' +actionview (5.2.2) lib/action_view/template.rb:157:in `render' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:52:in `render_template' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:16:in `render' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:44:in `render_template' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:25:in `render' +actionview (5.2.2) lib/action_view/rendering.rb:103:in `_render_template' +actionpack (5.2.2) lib/action_controller/metal/streaming.rb:219:in `_render_template' +actionview (5.2.2) lib/action_view/rendering.rb:84:in `render_to_body' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:52:in `render_to_body' +actionpack (5.2.2) lib/action_controller/metal/renderers.rb:142:in `render_to_body' +actionpack (5.2.2) lib/abstract_controller/rendering.rb:25:in `render' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:36:in `render' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render' +activesupport (5.2.2) lib/active_support/core_ext/benchmark.rb:14:in `block in ms' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/benchmark.rb:308:in `realtime' +activesupport (5.2.2) lib/active_support/core_ext/benchmark.rb:14:in `ms' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:46:in `block in render' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' +activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:31:in `cleanup_view_runtime' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:45:in `render' +actionpack (5.2.2) lib/action_controller/metal/implicit_render.rb:35:in `default_render' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' +actionpack (5.2.2) lib/abstract_controller/base.rb:194:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:30:in `process_action' +actionpack (5.2.2) lib/abstract_controller/callbacks.rb:42:in `block in process_action' +activesupport (5.2.2) lib/active_support/callbacks.rb:132:in `run_callbacks' +actionpack (5.2.2) lib/abstract_controller/callbacks.rb:41:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/rescue.rb:22:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:32:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' +activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:24:in `process_action' +actionpack (5.2.2) lib/abstract_controller/base.rb:134:in `process' +actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' +actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' +railties (5.2.2) lib/rails/engine.rb:524:in `call' +railties (5.2.2) lib/rails/railtie.rb:190:in `public_send' +railties (5.2.2) lib/rails/railtie.rb:190:in `method_missing' +actionpack (5.2.2) lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>' +actionpack (5.2.2) lib/action_dispatch/routing/mapper.rb:48:in `serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' +rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' +rack (2.0.6) lib/rack/etag.rb:25:in `call' +rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' +rack (2.0.6) lib/rack/head.rb:12:in `call' +actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' +rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' +rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' +activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' +activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' +actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.6) lib/rack/method_override.rb:22:in `call' +rack (2.0.6) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.6) lib/rack/sendfile.rb:111:in `call' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiler.rb:281:in `call' +railties (5.2.2) lib/rails/engine.rb:524:in `call' +rack (2.0.6) lib/rack/handler/webrick.rb:86:in `service' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:140:in `service' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:96:in `run' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/server.rb:307:in `block in start_thread' +Started GET "/sail" for ::1 at 2019-01-22 19:45:23 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.3ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (1.8ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (3.1ms) +Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.6ms) + + + +ActionView::Template::Error (The asset "sail/cog.svg" is not present in the asset pipeline.): + 11: </div> + 12: </div> + 13: + 14: <button id="btn-order"><%= image_tag("sail/cog.svg") %></button> + 15: <div class="clearfix"></div> + 16: </div> + +sprockets-rails (3.2.1) lib/sprockets/rails/helper.rb:83:in `compute_asset_path' +actionview (5.2.2) lib/action_view/helpers/asset_url_helper.rb:200:in `asset_path' +actionview (5.2.2) lib/action_view/helpers/asset_url_helper.rb:375:in `image_path' +actionview (5.2.2) lib/action_view/helpers/asset_tag_helper.rb:475:in `resolve_image_source' +actionview (5.2.2) lib/action_view/helpers/asset_tag_helper.rb:345:in `image_tag' +/Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb:14:in `___sers_stock_workspace_sail_app_views_sail_settings__search_html_erb___901765983445272485_70365957341300' +actionview (5.2.2) lib/action_view/template.rb:159:in `block in render' +activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument' +actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template' +actionview (5.2.2) lib/action_view/template.rb:157:in `render' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:344:in `block in render_partial' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:333:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:312:in `render' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:49:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:23:in `render' +actionview (5.2.2) lib/action_view/helpers/rendering_helper.rb:33:in `render' +/Users/stock/workspace/sail/app/views/sail/settings/index.html.erb:5:in `block in ___sers_stock_workspace_sail_app_views_sail_settings_index_html_erb__1784696212908818928_70365957295360' +actionview (5.2.2) lib/action_view/helpers/cache_helper.rb:171:in `cache' +/Users/stock/workspace/sail/app/views/sail/settings/index.html.erb:2:in `___sers_stock_workspace_sail_app_views_sail_settings_index_html_erb__1784696212908818928_70365957295360' +actionview (5.2.2) lib/action_view/template.rb:159:in `block in render' +activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument' +actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template' +actionview (5.2.2) lib/action_view/template.rb:157:in `render' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:52:in `render_template' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:16:in `render' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:44:in `render_template' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:25:in `render' +actionview (5.2.2) lib/action_view/rendering.rb:103:in `_render_template' +actionpack (5.2.2) lib/action_controller/metal/streaming.rb:219:in `_render_template' +actionview (5.2.2) lib/action_view/rendering.rb:84:in `render_to_body' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:52:in `render_to_body' +actionpack (5.2.2) lib/action_controller/metal/renderers.rb:142:in `render_to_body' +actionpack (5.2.2) lib/abstract_controller/rendering.rb:25:in `render' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:36:in `render' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render' +activesupport (5.2.2) lib/active_support/core_ext/benchmark.rb:14:in `block in ms' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/benchmark.rb:308:in `realtime' +activesupport (5.2.2) lib/active_support/core_ext/benchmark.rb:14:in `ms' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:46:in `block in render' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' +activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:31:in `cleanup_view_runtime' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:45:in `render' +actionpack (5.2.2) lib/action_controller/metal/implicit_render.rb:35:in `default_render' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' +actionpack (5.2.2) lib/abstract_controller/base.rb:194:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:30:in `process_action' +actionpack (5.2.2) lib/abstract_controller/callbacks.rb:42:in `block in process_action' +activesupport (5.2.2) lib/active_support/callbacks.rb:132:in `run_callbacks' +actionpack (5.2.2) lib/abstract_controller/callbacks.rb:41:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/rescue.rb:22:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:32:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' +activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:24:in `process_action' +actionpack (5.2.2) lib/abstract_controller/base.rb:134:in `process' +actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' +actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' +railties (5.2.2) lib/rails/engine.rb:524:in `call' +railties (5.2.2) lib/rails/railtie.rb:190:in `public_send' +railties (5.2.2) lib/rails/railtie.rb:190:in `method_missing' +actionpack (5.2.2) lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>' +actionpack (5.2.2) lib/action_dispatch/routing/mapper.rb:48:in `serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' +rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' +rack (2.0.6) lib/rack/etag.rb:25:in `call' +rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' +rack (2.0.6) lib/rack/head.rb:12:in `call' +actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' +rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' +rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' +activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' +activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' +actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.6) lib/rack/method_override.rb:22:in `call' +rack (2.0.6) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.6) lib/rack/sendfile.rb:111:in `call' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiler.rb:281:in `call' +railties (5.2.2) lib/rails/engine.rb:524:in `call' +rack (2.0.6) lib/rack/handler/webrick.rb:86:in `service' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:140:in `service' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:96:in `run' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/server.rb:307:in `block in start_thread' +Started GET "/sail" for ::1 at 2019-01-22 19:45:24 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.0ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (3.3ms) +Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.6ms) + + + +ActionView::Template::Error (The asset "sail/cog.svg" is not present in the asset pipeline.): + 11: </div> + 12: </div> + 13: + 14: <button id="btn-order"><%= image_tag("sail/cog.svg") %></button> + 15: <div class="clearfix"></div> + 16: </div> + +sprockets-rails (3.2.1) lib/sprockets/rails/helper.rb:83:in `compute_asset_path' +actionview (5.2.2) lib/action_view/helpers/asset_url_helper.rb:200:in `asset_path' +actionview (5.2.2) lib/action_view/helpers/asset_url_helper.rb:375:in `image_path' +actionview (5.2.2) lib/action_view/helpers/asset_tag_helper.rb:475:in `resolve_image_source' +actionview (5.2.2) lib/action_view/helpers/asset_tag_helper.rb:345:in `image_tag' +/Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb:14:in `___sers_stock_workspace_sail_app_views_sail_settings__search_html_erb___901765983445272485_70365953972140' +actionview (5.2.2) lib/action_view/template.rb:159:in `block in render' +activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument' +actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template' +actionview (5.2.2) lib/action_view/template.rb:157:in `render' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:344:in `block in render_partial' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:333:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:312:in `render' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:49:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:23:in `render' +actionview (5.2.2) lib/action_view/helpers/rendering_helper.rb:33:in `render' +/Users/stock/workspace/sail/app/views/sail/settings/index.html.erb:5:in `block in ___sers_stock_workspace_sail_app_views_sail_settings_index_html_erb__1784696212908818928_70365953901040' +actionview (5.2.2) lib/action_view/helpers/cache_helper.rb:171:in `cache' +/Users/stock/workspace/sail/app/views/sail/settings/index.html.erb:2:in `___sers_stock_workspace_sail_app_views_sail_settings_index_html_erb__1784696212908818928_70365953901040' +actionview (5.2.2) lib/action_view/template.rb:159:in `block in render' +activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument' +actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template' +actionview (5.2.2) lib/action_view/template.rb:157:in `render' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:52:in `render_template' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:16:in `render' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:44:in `render_template' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:25:in `render' +actionview (5.2.2) lib/action_view/rendering.rb:103:in `_render_template' +actionpack (5.2.2) lib/action_controller/metal/streaming.rb:219:in `_render_template' +actionview (5.2.2) lib/action_view/rendering.rb:84:in `render_to_body' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:52:in `render_to_body' +actionpack (5.2.2) lib/action_controller/metal/renderers.rb:142:in `render_to_body' +actionpack (5.2.2) lib/abstract_controller/rendering.rb:25:in `render' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:36:in `render' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render' +activesupport (5.2.2) lib/active_support/core_ext/benchmark.rb:14:in `block in ms' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/benchmark.rb:308:in `realtime' +activesupport (5.2.2) lib/active_support/core_ext/benchmark.rb:14:in `ms' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:46:in `block in render' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' +activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:31:in `cleanup_view_runtime' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:45:in `render' +actionpack (5.2.2) lib/action_controller/metal/implicit_render.rb:35:in `default_render' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' +actionpack (5.2.2) lib/abstract_controller/base.rb:194:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:30:in `process_action' +actionpack (5.2.2) lib/abstract_controller/callbacks.rb:42:in `block in process_action' +activesupport (5.2.2) lib/active_support/callbacks.rb:132:in `run_callbacks' +actionpack (5.2.2) lib/abstract_controller/callbacks.rb:41:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/rescue.rb:22:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:32:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' +activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:24:in `process_action' +actionpack (5.2.2) lib/abstract_controller/base.rb:134:in `process' +actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' +actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' +railties (5.2.2) lib/rails/engine.rb:524:in `call' +railties (5.2.2) lib/rails/railtie.rb:190:in `public_send' +railties (5.2.2) lib/rails/railtie.rb:190:in `method_missing' +actionpack (5.2.2) lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>' +actionpack (5.2.2) lib/action_dispatch/routing/mapper.rb:48:in `serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' +rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' +rack (2.0.6) lib/rack/etag.rb:25:in `call' +rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' +rack (2.0.6) lib/rack/head.rb:12:in `call' +actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' +rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' +rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' +activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' +activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' +actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.6) lib/rack/method_override.rb:22:in `call' +rack (2.0.6) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.6) lib/rack/sendfile.rb:111:in `call' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiler.rb:281:in `call' +railties (5.2.2) lib/rails/engine.rb:524:in `call' +rack (2.0.6) lib/rack/handler/webrick.rb:86:in `service' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:140:in `service' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:96:in `run' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/server.rb:307:in `block in start_thread' +Started GET "/sail" for ::1 at 2019-01-22 19:45:25 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (1.8ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (3.3ms) +Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.5ms) + + + +ActionView::Template::Error (The asset "sail/cog.svg" is not present in the asset pipeline.): + 11: </div> + 12: </div> + 13: + 14: <button id="btn-order"><%= image_tag("sail/cog.svg") %></button> + 15: <div class="clearfix"></div> + 16: </div> + +sprockets-rails (3.2.1) lib/sprockets/rails/helper.rb:83:in `compute_asset_path' +actionview (5.2.2) lib/action_view/helpers/asset_url_helper.rb:200:in `asset_path' +actionview (5.2.2) lib/action_view/helpers/asset_url_helper.rb:375:in `image_path' +actionview (5.2.2) lib/action_view/helpers/asset_tag_helper.rb:475:in `resolve_image_source' +actionview (5.2.2) lib/action_view/helpers/asset_tag_helper.rb:345:in `image_tag' +/Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb:14:in `___sers_stock_workspace_sail_app_views_sail_settings__search_html_erb___901765983445272485_70365953428080' +actionview (5.2.2) lib/action_view/template.rb:159:in `block in render' +activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument' +actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template' +actionview (5.2.2) lib/action_view/template.rb:157:in `render' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:344:in `block in render_partial' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:333:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:312:in `render' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:49:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:23:in `render' +actionview (5.2.2) lib/action_view/helpers/rendering_helper.rb:33:in `render' +/Users/stock/workspace/sail/app/views/sail/settings/index.html.erb:5:in `block in ___sers_stock_workspace_sail_app_views_sail_settings_index_html_erb__1784696212908818928_70365953381720' +actionview (5.2.2) lib/action_view/helpers/cache_helper.rb:171:in `cache' +/Users/stock/workspace/sail/app/views/sail/settings/index.html.erb:2:in `___sers_stock_workspace_sail_app_views_sail_settings_index_html_erb__1784696212908818928_70365953381720' +actionview (5.2.2) lib/action_view/template.rb:159:in `block in render' +activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument' +actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template' +actionview (5.2.2) lib/action_view/template.rb:157:in `render' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:52:in `render_template' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:16:in `render' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:44:in `render_template' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:25:in `render' +actionview (5.2.2) lib/action_view/rendering.rb:103:in `_render_template' +actionpack (5.2.2) lib/action_controller/metal/streaming.rb:219:in `_render_template' +actionview (5.2.2) lib/action_view/rendering.rb:84:in `render_to_body' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:52:in `render_to_body' +actionpack (5.2.2) lib/action_controller/metal/renderers.rb:142:in `render_to_body' +actionpack (5.2.2) lib/abstract_controller/rendering.rb:25:in `render' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:36:in `render' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render' +activesupport (5.2.2) lib/active_support/core_ext/benchmark.rb:14:in `block in ms' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/benchmark.rb:308:in `realtime' +activesupport (5.2.2) lib/active_support/core_ext/benchmark.rb:14:in `ms' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:46:in `block in render' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' +activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:31:in `cleanup_view_runtime' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:45:in `render' +actionpack (5.2.2) lib/action_controller/metal/implicit_render.rb:35:in `default_render' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' +actionpack (5.2.2) lib/abstract_controller/base.rb:194:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:30:in `process_action' +actionpack (5.2.2) lib/abstract_controller/callbacks.rb:42:in `block in process_action' +activesupport (5.2.2) lib/active_support/callbacks.rb:132:in `run_callbacks' +actionpack (5.2.2) lib/abstract_controller/callbacks.rb:41:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/rescue.rb:22:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:32:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' +activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:24:in `process_action' +actionpack (5.2.2) lib/abstract_controller/base.rb:134:in `process' +actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' +actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' +railties (5.2.2) lib/rails/engine.rb:524:in `call' +railties (5.2.2) lib/rails/railtie.rb:190:in `public_send' +railties (5.2.2) lib/rails/railtie.rb:190:in `method_missing' +actionpack (5.2.2) lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>' +actionpack (5.2.2) lib/action_dispatch/routing/mapper.rb:48:in `serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' +rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' +rack (2.0.6) lib/rack/etag.rb:25:in `call' +rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' +rack (2.0.6) lib/rack/head.rb:12:in `call' +actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' +rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' +rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' +activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' +activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' +actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.6) lib/rack/method_override.rb:22:in `call' +rack (2.0.6) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.6) lib/rack/sendfile.rb:111:in `call' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiler.rb:281:in `call' +railties (5.2.2) lib/rails/engine.rb:524:in `call' +rack (2.0.6) lib/rack/handler/webrick.rb:86:in `service' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:140:in `service' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:96:in `run' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/server.rb:307:in `block in start_thread' +Started GET "/sail" for ::1 at 2019-01-22 19:45:26 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.2ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (3.3ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (5.5ms) +Completed 500 Internal Server Error in 17ms (ActiveRecord: 0.6ms) + + + +ActionView::Template::Error (The asset "sail/cog.svg" is not present in the asset pipeline.): + 11: </div> + 12: </div> + 13: + 14: <button id="btn-order"><%= image_tag("sail/cog.svg") %></button> + 15: <div class="clearfix"></div> + 16: </div> + +sprockets-rails (3.2.1) lib/sprockets/rails/helper.rb:83:in `compute_asset_path' +actionview (5.2.2) lib/action_view/helpers/asset_url_helper.rb:200:in `asset_path' +actionview (5.2.2) lib/action_view/helpers/asset_url_helper.rb:375:in `image_path' +actionview (5.2.2) lib/action_view/helpers/asset_tag_helper.rb:475:in `resolve_image_source' +actionview (5.2.2) lib/action_view/helpers/asset_tag_helper.rb:345:in `image_tag' +/Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb:14:in `___sers_stock_workspace_sail_app_views_sail_settings__search_html_erb___901765983445272485_70365952822220' +actionview (5.2.2) lib/action_view/template.rb:159:in `block in render' +activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument' +actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template' +actionview (5.2.2) lib/action_view/template.rb:157:in `render' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:344:in `block in render_partial' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:333:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:312:in `render' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:49:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:23:in `render' +actionview (5.2.2) lib/action_view/helpers/rendering_helper.rb:33:in `render' +/Users/stock/workspace/sail/app/views/sail/settings/index.html.erb:5:in `block in ___sers_stock_workspace_sail_app_views_sail_settings_index_html_erb__1784696212908818928_70365951643160' +actionview (5.2.2) lib/action_view/helpers/cache_helper.rb:171:in `cache' +/Users/stock/workspace/sail/app/views/sail/settings/index.html.erb:2:in `___sers_stock_workspace_sail_app_views_sail_settings_index_html_erb__1784696212908818928_70365951643160' +actionview (5.2.2) lib/action_view/template.rb:159:in `block in render' +activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument' +actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template' +actionview (5.2.2) lib/action_view/template.rb:157:in `render' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:52:in `render_template' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:16:in `render' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:44:in `render_template' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:25:in `render' +actionview (5.2.2) lib/action_view/rendering.rb:103:in `_render_template' +actionpack (5.2.2) lib/action_controller/metal/streaming.rb:219:in `_render_template' +actionview (5.2.2) lib/action_view/rendering.rb:84:in `render_to_body' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:52:in `render_to_body' +actionpack (5.2.2) lib/action_controller/metal/renderers.rb:142:in `render_to_body' +actionpack (5.2.2) lib/abstract_controller/rendering.rb:25:in `render' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:36:in `render' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render' +activesupport (5.2.2) lib/active_support/core_ext/benchmark.rb:14:in `block in ms' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/benchmark.rb:308:in `realtime' +activesupport (5.2.2) lib/active_support/core_ext/benchmark.rb:14:in `ms' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:46:in `block in render' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' +activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:31:in `cleanup_view_runtime' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:45:in `render' +actionpack (5.2.2) lib/action_controller/metal/implicit_render.rb:35:in `default_render' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' +actionpack (5.2.2) lib/abstract_controller/base.rb:194:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:30:in `process_action' +actionpack (5.2.2) lib/abstract_controller/callbacks.rb:42:in `block in process_action' +activesupport (5.2.2) lib/active_support/callbacks.rb:132:in `run_callbacks' +actionpack (5.2.2) lib/abstract_controller/callbacks.rb:41:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/rescue.rb:22:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:32:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' +activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:24:in `process_action' +actionpack (5.2.2) lib/abstract_controller/base.rb:134:in `process' +actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' +actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' +railties (5.2.2) lib/rails/engine.rb:524:in `call' +railties (5.2.2) lib/rails/railtie.rb:190:in `public_send' +railties (5.2.2) lib/rails/railtie.rb:190:in `method_missing' +actionpack (5.2.2) lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>' +actionpack (5.2.2) lib/action_dispatch/routing/mapper.rb:48:in `serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' +rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' +rack (2.0.6) lib/rack/etag.rb:25:in `call' +rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' +rack (2.0.6) lib/rack/head.rb:12:in `call' +actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' +rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' +rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' +activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' +activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' +actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.6) lib/rack/method_override.rb:22:in `call' +rack (2.0.6) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.6) lib/rack/sendfile.rb:111:in `call' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiler.rb:281:in `call' +railties (5.2.2) lib/rails/engine.rb:524:in `call' +rack (2.0.6) lib/rack/handler/webrick.rb:86:in `service' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:140:in `service' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:96:in `run' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/server.rb:307:in `block in start_thread' +Started GET "/sail" for ::1 at 2019-01-22 19:45:26 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (1.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (2.9ms) +Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.5ms) + + + +ActionView::Template::Error (The asset "sail/cog.svg" is not present in the asset pipeline.): + 11: </div> + 12: </div> + 13: + 14: <button id="btn-order"><%= image_tag("sail/cog.svg") %></button> + 15: <div class="clearfix"></div> + 16: </div> + +sprockets-rails (3.2.1) lib/sprockets/rails/helper.rb:83:in `compute_asset_path' +actionview (5.2.2) lib/action_view/helpers/asset_url_helper.rb:200:in `asset_path' +actionview (5.2.2) lib/action_view/helpers/asset_url_helper.rb:375:in `image_path' +actionview (5.2.2) lib/action_view/helpers/asset_tag_helper.rb:475:in `resolve_image_source' +actionview (5.2.2) lib/action_view/helpers/asset_tag_helper.rb:345:in `image_tag' +/Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb:14:in `___sers_stock_workspace_sail_app_views_sail_settings__search_html_erb___901765983445272485_70365908742020' +actionview (5.2.2) lib/action_view/template.rb:159:in `block in render' +activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument' +actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template' +actionview (5.2.2) lib/action_view/template.rb:157:in `render' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:344:in `block in render_partial' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:333:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:312:in `render' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:49:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:23:in `render' +actionview (5.2.2) lib/action_view/helpers/rendering_helper.rb:33:in `render' +/Users/stock/workspace/sail/app/views/sail/settings/index.html.erb:5:in `block in ___sers_stock_workspace_sail_app_views_sail_settings_index_html_erb__1784696212908818928_70365908695000' +actionview (5.2.2) lib/action_view/helpers/cache_helper.rb:171:in `cache' +/Users/stock/workspace/sail/app/views/sail/settings/index.html.erb:2:in `___sers_stock_workspace_sail_app_views_sail_settings_index_html_erb__1784696212908818928_70365908695000' +actionview (5.2.2) lib/action_view/template.rb:159:in `block in render' +activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument' +actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template' +actionview (5.2.2) lib/action_view/template.rb:157:in `render' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:52:in `render_template' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:16:in `render' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:44:in `render_template' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:25:in `render' +actionview (5.2.2) lib/action_view/rendering.rb:103:in `_render_template' +actionpack (5.2.2) lib/action_controller/metal/streaming.rb:219:in `_render_template' +actionview (5.2.2) lib/action_view/rendering.rb:84:in `render_to_body' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:52:in `render_to_body' +actionpack (5.2.2) lib/action_controller/metal/renderers.rb:142:in `render_to_body' +actionpack (5.2.2) lib/abstract_controller/rendering.rb:25:in `render' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:36:in `render' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render' +activesupport (5.2.2) lib/active_support/core_ext/benchmark.rb:14:in `block in ms' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/benchmark.rb:308:in `realtime' +activesupport (5.2.2) lib/active_support/core_ext/benchmark.rb:14:in `ms' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:46:in `block in render' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' +activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:31:in `cleanup_view_runtime' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:45:in `render' +actionpack (5.2.2) lib/action_controller/metal/implicit_render.rb:35:in `default_render' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' +actionpack (5.2.2) lib/abstract_controller/base.rb:194:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:30:in `process_action' +actionpack (5.2.2) lib/abstract_controller/callbacks.rb:42:in `block in process_action' +activesupport (5.2.2) lib/active_support/callbacks.rb:132:in `run_callbacks' +actionpack (5.2.2) lib/abstract_controller/callbacks.rb:41:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/rescue.rb:22:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:32:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' +activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:24:in `process_action' +actionpack (5.2.2) lib/abstract_controller/base.rb:134:in `process' +actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' +actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' +railties (5.2.2) lib/rails/engine.rb:524:in `call' +railties (5.2.2) lib/rails/railtie.rb:190:in `public_send' +railties (5.2.2) lib/rails/railtie.rb:190:in `method_missing' +actionpack (5.2.2) lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>' +actionpack (5.2.2) lib/action_dispatch/routing/mapper.rb:48:in `serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' +rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' +rack (2.0.6) lib/rack/etag.rb:25:in `call' +rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' +rack (2.0.6) lib/rack/head.rb:12:in `call' +actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' +rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' +rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' +activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' +activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' +actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.6) lib/rack/method_override.rb:22:in `call' +rack (2.0.6) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.6) lib/rack/sendfile.rb:111:in `call' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiler.rb:281:in `call' +railties (5.2.2) lib/rails/engine.rb:524:in `call' +rack (2.0.6) lib/rack/handler/webrick.rb:86:in `service' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:140:in `service' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:96:in `run' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/server.rb:307:in `block in start_thread' +Started GET "/sail" for ::1 at 2019-01-22 19:45:26 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (1.8ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (3.2ms) +Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.5ms) + + + +ActionView::Template::Error (The asset "sail/cog.svg" is not present in the asset pipeline.): + 11: </div> + 12: </div> + 13: + 14: <button id="btn-order"><%= image_tag("sail/cog.svg") %></button> + 15: <div class="clearfix"></div> + 16: </div> + +sprockets-rails (3.2.1) lib/sprockets/rails/helper.rb:83:in `compute_asset_path' +actionview (5.2.2) lib/action_view/helpers/asset_url_helper.rb:200:in `asset_path' +actionview (5.2.2) lib/action_view/helpers/asset_url_helper.rb:375:in `image_path' +actionview (5.2.2) lib/action_view/helpers/asset_tag_helper.rb:475:in `resolve_image_source' +actionview (5.2.2) lib/action_view/helpers/asset_tag_helper.rb:345:in `image_tag' +/Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb:14:in `___sers_stock_workspace_sail_app_views_sail_settings__search_html_erb___901765983445272485_70365926639880' +actionview (5.2.2) lib/action_view/template.rb:159:in `block in render' +activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument' +actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template' +actionview (5.2.2) lib/action_view/template.rb:157:in `render' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:344:in `block in render_partial' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:333:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:312:in `render' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:49:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:23:in `render' +actionview (5.2.2) lib/action_view/helpers/rendering_helper.rb:33:in `render' +/Users/stock/workspace/sail/app/views/sail/settings/index.html.erb:5:in `block in ___sers_stock_workspace_sail_app_views_sail_settings_index_html_erb__1784696212908818928_70365926592860' +actionview (5.2.2) lib/action_view/helpers/cache_helper.rb:171:in `cache' +/Users/stock/workspace/sail/app/views/sail/settings/index.html.erb:2:in `___sers_stock_workspace_sail_app_views_sail_settings_index_html_erb__1784696212908818928_70365926592860' +actionview (5.2.2) lib/action_view/template.rb:159:in `block in render' +activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument' +actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template' +actionview (5.2.2) lib/action_view/template.rb:157:in `render' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:52:in `render_template' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:16:in `render' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:44:in `render_template' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:25:in `render' +actionview (5.2.2) lib/action_view/rendering.rb:103:in `_render_template' +actionpack (5.2.2) lib/action_controller/metal/streaming.rb:219:in `_render_template' +actionview (5.2.2) lib/action_view/rendering.rb:84:in `render_to_body' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:52:in `render_to_body' +actionpack (5.2.2) lib/action_controller/metal/renderers.rb:142:in `render_to_body' +actionpack (5.2.2) lib/abstract_controller/rendering.rb:25:in `render' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:36:in `render' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render' +activesupport (5.2.2) lib/active_support/core_ext/benchmark.rb:14:in `block in ms' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/benchmark.rb:308:in `realtime' +activesupport (5.2.2) lib/active_support/core_ext/benchmark.rb:14:in `ms' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:46:in `block in render' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' +activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:31:in `cleanup_view_runtime' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:45:in `render' +actionpack (5.2.2) lib/action_controller/metal/implicit_render.rb:35:in `default_render' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' +actionpack (5.2.2) lib/abstract_controller/base.rb:194:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:30:in `process_action' +actionpack (5.2.2) lib/abstract_controller/callbacks.rb:42:in `block in process_action' +activesupport (5.2.2) lib/active_support/callbacks.rb:132:in `run_callbacks' +actionpack (5.2.2) lib/abstract_controller/callbacks.rb:41:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/rescue.rb:22:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:32:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' +activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:24:in `process_action' +actionpack (5.2.2) lib/abstract_controller/base.rb:134:in `process' +actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' +actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' +railties (5.2.2) lib/rails/engine.rb:524:in `call' +railties (5.2.2) lib/rails/railtie.rb:190:in `public_send' +railties (5.2.2) lib/rails/railtie.rb:190:in `method_missing' +actionpack (5.2.2) lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>' +actionpack (5.2.2) lib/action_dispatch/routing/mapper.rb:48:in `serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' +rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' +rack (2.0.6) lib/rack/etag.rb:25:in `call' +rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' +rack (2.0.6) lib/rack/head.rb:12:in `call' +actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' +rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' +rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' +activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' +activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' +actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.6) lib/rack/method_override.rb:22:in `call' +rack (2.0.6) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.6) lib/rack/sendfile.rb:111:in `call' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiler.rb:281:in `call' +railties (5.2.2) lib/rails/engine.rb:524:in `call' +rack (2.0.6) lib/rack/handler/webrick.rb:86:in `service' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:140:in `service' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:96:in `run' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/server.rb:307:in `block in start_thread' +Started GET "/sail" for ::1 at 2019-01-22 19:45:26 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (1.8ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (3.0ms) +Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.6ms) + + + +ActionView::Template::Error (The asset "sail/cog.svg" is not present in the asset pipeline.): + 11: </div> + 12: </div> + 13: + 14: <button id="btn-order"><%= image_tag("sail/cog.svg") %></button> + 15: <div class="clearfix"></div> + 16: </div> + +sprockets-rails (3.2.1) lib/sprockets/rails/helper.rb:83:in `compute_asset_path' +actionview (5.2.2) lib/action_view/helpers/asset_url_helper.rb:200:in `asset_path' +actionview (5.2.2) lib/action_view/helpers/asset_url_helper.rb:375:in `image_path' +actionview (5.2.2) lib/action_view/helpers/asset_tag_helper.rb:475:in `resolve_image_source' +actionview (5.2.2) lib/action_view/helpers/asset_tag_helper.rb:345:in `image_tag' +/Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb:14:in `___sers_stock_workspace_sail_app_views_sail_settings__search_html_erb___901765983445272485_70365926039280' +actionview (5.2.2) lib/action_view/template.rb:159:in `block in render' +activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument' +actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template' +actionview (5.2.2) lib/action_view/template.rb:157:in `render' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:344:in `block in render_partial' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:333:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:312:in `render' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:49:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:23:in `render' +actionview (5.2.2) lib/action_view/helpers/rendering_helper.rb:33:in `render' +/Users/stock/workspace/sail/app/views/sail/settings/index.html.erb:5:in `block in ___sers_stock_workspace_sail_app_views_sail_settings_index_html_erb__1784696212908818928_70365925970740' +actionview (5.2.2) lib/action_view/helpers/cache_helper.rb:171:in `cache' +/Users/stock/workspace/sail/app/views/sail/settings/index.html.erb:2:in `___sers_stock_workspace_sail_app_views_sail_settings_index_html_erb__1784696212908818928_70365925970740' +actionview (5.2.2) lib/action_view/template.rb:159:in `block in render' +activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument' +actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template' +actionview (5.2.2) lib/action_view/template.rb:157:in `render' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:52:in `render_template' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:16:in `render' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:44:in `render_template' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:25:in `render' +actionview (5.2.2) lib/action_view/rendering.rb:103:in `_render_template' +actionpack (5.2.2) lib/action_controller/metal/streaming.rb:219:in `_render_template' +actionview (5.2.2) lib/action_view/rendering.rb:84:in `render_to_body' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:52:in `render_to_body' +actionpack (5.2.2) lib/action_controller/metal/renderers.rb:142:in `render_to_body' +actionpack (5.2.2) lib/abstract_controller/rendering.rb:25:in `render' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:36:in `render' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render' +activesupport (5.2.2) lib/active_support/core_ext/benchmark.rb:14:in `block in ms' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/benchmark.rb:308:in `realtime' +activesupport (5.2.2) lib/active_support/core_ext/benchmark.rb:14:in `ms' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:46:in `block in render' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' +activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:31:in `cleanup_view_runtime' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:45:in `render' +actionpack (5.2.2) lib/action_controller/metal/implicit_render.rb:35:in `default_render' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' +actionpack (5.2.2) lib/abstract_controller/base.rb:194:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:30:in `process_action' +actionpack (5.2.2) lib/abstract_controller/callbacks.rb:42:in `block in process_action' +activesupport (5.2.2) lib/active_support/callbacks.rb:132:in `run_callbacks' +actionpack (5.2.2) lib/abstract_controller/callbacks.rb:41:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/rescue.rb:22:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:32:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' +activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:24:in `process_action' +actionpack (5.2.2) lib/abstract_controller/base.rb:134:in `process' +actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' +actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' +railties (5.2.2) lib/rails/engine.rb:524:in `call' +railties (5.2.2) lib/rails/railtie.rb:190:in `public_send' +railties (5.2.2) lib/rails/railtie.rb:190:in `method_missing' +actionpack (5.2.2) lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>' +actionpack (5.2.2) lib/action_dispatch/routing/mapper.rb:48:in `serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' +rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' +rack (2.0.6) lib/rack/etag.rb:25:in `call' +rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' +rack (2.0.6) lib/rack/head.rb:12:in `call' +actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' +rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' +rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' +activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' +activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' +actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.6) lib/rack/method_override.rb:22:in `call' +rack (2.0.6) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.6) lib/rack/sendfile.rb:111:in `call' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiler.rb:281:in `call' +railties (5.2.2) lib/rails/engine.rb:524:in `call' +rack (2.0.6) lib/rack/handler/webrick.rb:86:in `service' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:140:in `service' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:96:in `run' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/server.rb:307:in `block in start_thread' +Started GET "/sail" for ::1 at 2019-01-22 19:45:27 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (1.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (2.9ms) +Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.6ms) + + + +ActionView::Template::Error (The asset "sail/cog.svg" is not present in the asset pipeline.): + 11: </div> + 12: </div> + 13: + 14: <button id="btn-order"><%= image_tag("sail/cog.svg") %></button> + 15: <div class="clearfix"></div> + 16: </div> + +sprockets-rails (3.2.1) lib/sprockets/rails/helper.rb:83:in `compute_asset_path' +actionview (5.2.2) lib/action_view/helpers/asset_url_helper.rb:200:in `asset_path' +actionview (5.2.2) lib/action_view/helpers/asset_url_helper.rb:375:in `image_path' +actionview (5.2.2) lib/action_view/helpers/asset_tag_helper.rb:475:in `resolve_image_source' +actionview (5.2.2) lib/action_view/helpers/asset_tag_helper.rb:345:in `image_tag' +/Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb:14:in `___sers_stock_workspace_sail_app_views_sail_settings__search_html_erb___901765983445272485_70365956577740' +actionview (5.2.2) lib/action_view/template.rb:159:in `block in render' +activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument' +actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template' +actionview (5.2.2) lib/action_view/template.rb:157:in `render' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:344:in `block in render_partial' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:333:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:312:in `render' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:49:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:23:in `render' +actionview (5.2.2) lib/action_view/helpers/rendering_helper.rb:33:in `render' +/Users/stock/workspace/sail/app/views/sail/settings/index.html.erb:5:in `block in ___sers_stock_workspace_sail_app_views_sail_settings_index_html_erb__1784696212908818928_70365956473860' +actionview (5.2.2) lib/action_view/helpers/cache_helper.rb:171:in `cache' +/Users/stock/workspace/sail/app/views/sail/settings/index.html.erb:2:in `___sers_stock_workspace_sail_app_views_sail_settings_index_html_erb__1784696212908818928_70365956473860' +actionview (5.2.2) lib/action_view/template.rb:159:in `block in render' +activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument' +actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template' +actionview (5.2.2) lib/action_view/template.rb:157:in `render' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:52:in `render_template' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:16:in `render' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:44:in `render_template' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:25:in `render' +actionview (5.2.2) lib/action_view/rendering.rb:103:in `_render_template' +actionpack (5.2.2) lib/action_controller/metal/streaming.rb:219:in `_render_template' +actionview (5.2.2) lib/action_view/rendering.rb:84:in `render_to_body' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:52:in `render_to_body' +actionpack (5.2.2) lib/action_controller/metal/renderers.rb:142:in `render_to_body' +actionpack (5.2.2) lib/abstract_controller/rendering.rb:25:in `render' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:36:in `render' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render' +activesupport (5.2.2) lib/active_support/core_ext/benchmark.rb:14:in `block in ms' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/benchmark.rb:308:in `realtime' +activesupport (5.2.2) lib/active_support/core_ext/benchmark.rb:14:in `ms' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:46:in `block in render' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' +activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:31:in `cleanup_view_runtime' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:45:in `render' +actionpack (5.2.2) lib/action_controller/metal/implicit_render.rb:35:in `default_render' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' +actionpack (5.2.2) lib/abstract_controller/base.rb:194:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:30:in `process_action' +actionpack (5.2.2) lib/abstract_controller/callbacks.rb:42:in `block in process_action' +activesupport (5.2.2) lib/active_support/callbacks.rb:132:in `run_callbacks' +actionpack (5.2.2) lib/abstract_controller/callbacks.rb:41:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/rescue.rb:22:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:32:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' +activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:24:in `process_action' +actionpack (5.2.2) lib/abstract_controller/base.rb:134:in `process' +actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' +actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' +railties (5.2.2) lib/rails/engine.rb:524:in `call' +railties (5.2.2) lib/rails/railtie.rb:190:in `public_send' +railties (5.2.2) lib/rails/railtie.rb:190:in `method_missing' +actionpack (5.2.2) lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>' +actionpack (5.2.2) lib/action_dispatch/routing/mapper.rb:48:in `serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' +rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' +rack (2.0.6) lib/rack/etag.rb:25:in `call' +rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' +rack (2.0.6) lib/rack/head.rb:12:in `call' +actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' +rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' +rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' +activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' +activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' +actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.6) lib/rack/method_override.rb:22:in `call' +rack (2.0.6) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.6) lib/rack/sendfile.rb:111:in `call' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiler.rb:281:in `call' +railties (5.2.2) lib/rails/engine.rb:524:in `call' +rack (2.0.6) lib/rack/handler/webrick.rb:86:in `service' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:140:in `service' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:96:in `run' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/server.rb:307:in `block in start_thread' +Started GET "/sail" for ::1 at 2019-01-22 19:45:27 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (1.9ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (3.3ms) +Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.5ms) + + + +ActionView::Template::Error (The asset "sail/cog.svg" is not present in the asset pipeline.): + 11: </div> + 12: </div> + 13: + 14: <button id="btn-order"><%= image_tag("sail/cog.svg") %></button> + 15: <div class="clearfix"></div> + 16: </div> + +sprockets-rails (3.2.1) lib/sprockets/rails/helper.rb:83:in `compute_asset_path' +actionview (5.2.2) lib/action_view/helpers/asset_url_helper.rb:200:in `asset_path' +actionview (5.2.2) lib/action_view/helpers/asset_url_helper.rb:375:in `image_path' +actionview (5.2.2) lib/action_view/helpers/asset_tag_helper.rb:475:in `resolve_image_source' +actionview (5.2.2) lib/action_view/helpers/asset_tag_helper.rb:345:in `image_tag' +/Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb:14:in `___sers_stock_workspace_sail_app_views_sail_settings__search_html_erb___901765983445272485_70365955147860' +actionview (5.2.2) lib/action_view/template.rb:159:in `block in render' +activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument' +actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template' +actionview (5.2.2) lib/action_view/template.rb:157:in `render' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:344:in `block in render_partial' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:333:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:312:in `render' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:49:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:23:in `render' +actionview (5.2.2) lib/action_view/helpers/rendering_helper.rb:33:in `render' +/Users/stock/workspace/sail/app/views/sail/settings/index.html.erb:5:in `block in ___sers_stock_workspace_sail_app_views_sail_settings_index_html_erb__1784696212908818928_70365896055020' +actionview (5.2.2) lib/action_view/helpers/cache_helper.rb:171:in `cache' +/Users/stock/workspace/sail/app/views/sail/settings/index.html.erb:2:in `___sers_stock_workspace_sail_app_views_sail_settings_index_html_erb__1784696212908818928_70365896055020' +actionview (5.2.2) lib/action_view/template.rb:159:in `block in render' +activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument' +actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template' +actionview (5.2.2) lib/action_view/template.rb:157:in `render' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:52:in `render_template' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:16:in `render' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:44:in `render_template' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:25:in `render' +actionview (5.2.2) lib/action_view/rendering.rb:103:in `_render_template' +actionpack (5.2.2) lib/action_controller/metal/streaming.rb:219:in `_render_template' +actionview (5.2.2) lib/action_view/rendering.rb:84:in `render_to_body' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:52:in `render_to_body' +actionpack (5.2.2) lib/action_controller/metal/renderers.rb:142:in `render_to_body' +actionpack (5.2.2) lib/abstract_controller/rendering.rb:25:in `render' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:36:in `render' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render' +activesupport (5.2.2) lib/active_support/core_ext/benchmark.rb:14:in `block in ms' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/benchmark.rb:308:in `realtime' +activesupport (5.2.2) lib/active_support/core_ext/benchmark.rb:14:in `ms' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:46:in `block in render' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' +activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:31:in `cleanup_view_runtime' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:45:in `render' +actionpack (5.2.2) lib/action_controller/metal/implicit_render.rb:35:in `default_render' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' +actionpack (5.2.2) lib/abstract_controller/base.rb:194:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:30:in `process_action' +actionpack (5.2.2) lib/abstract_controller/callbacks.rb:42:in `block in process_action' +activesupport (5.2.2) lib/active_support/callbacks.rb:132:in `run_callbacks' +actionpack (5.2.2) lib/abstract_controller/callbacks.rb:41:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/rescue.rb:22:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:32:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' +activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:24:in `process_action' +actionpack (5.2.2) lib/abstract_controller/base.rb:134:in `process' +actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' +actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' +railties (5.2.2) lib/rails/engine.rb:524:in `call' +railties (5.2.2) lib/rails/railtie.rb:190:in `public_send' +railties (5.2.2) lib/rails/railtie.rb:190:in `method_missing' +actionpack (5.2.2) lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>' +actionpack (5.2.2) lib/action_dispatch/routing/mapper.rb:48:in `serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' +rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' +rack (2.0.6) lib/rack/etag.rb:25:in `call' +rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' +rack (2.0.6) lib/rack/head.rb:12:in `call' +actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' +rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' +rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' +activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' +activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' +actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.6) lib/rack/method_override.rb:22:in `call' +rack (2.0.6) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.6) lib/rack/sendfile.rb:111:in `call' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiler.rb:281:in `call' +railties (5.2.2) lib/rails/engine.rb:524:in `call' +rack (2.0.6) lib/rack/handler/webrick.rb:86:in `service' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:140:in `service' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:96:in `run' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/server.rb:307:in `block in start_thread' +Started GET "/sail" for ::1 at 2019-01-22 19:47:22 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (1.9ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (3.2ms) +Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.5ms) + + + +ActionView::Template::Error (The asset "sail/cog.svg" is not present in the asset pipeline.): + 11: </div> + 12: </div> + 13: + 14: <button id="btn-order"><%= image_tag("sail/cog.svg") %></button> + 15: <div class="clearfix"></div> + 16: </div> + +sprockets-rails (3.2.1) lib/sprockets/rails/helper.rb:83:in `compute_asset_path' +actionview (5.2.2) lib/action_view/helpers/asset_url_helper.rb:200:in `asset_path' +actionview (5.2.2) lib/action_view/helpers/asset_url_helper.rb:375:in `image_path' +actionview (5.2.2) lib/action_view/helpers/asset_tag_helper.rb:475:in `resolve_image_source' +actionview (5.2.2) lib/action_view/helpers/asset_tag_helper.rb:345:in `image_tag' +/Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb:14:in `___sers_stock_workspace_sail_app_views_sail_settings__search_html_erb___901765983445272485_70365950952020' +actionview (5.2.2) lib/action_view/template.rb:159:in `block in render' +activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument' +actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template' +actionview (5.2.2) lib/action_view/template.rb:157:in `render' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:344:in `block in render_partial' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:333:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:312:in `render' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:49:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:23:in `render' +actionview (5.2.2) lib/action_view/helpers/rendering_helper.rb:33:in `render' +/Users/stock/workspace/sail/app/views/sail/settings/index.html.erb:5:in `block in ___sers_stock_workspace_sail_app_views_sail_settings_index_html_erb__1784696212908818928_70365900309740' +actionview (5.2.2) lib/action_view/helpers/cache_helper.rb:171:in `cache' +/Users/stock/workspace/sail/app/views/sail/settings/index.html.erb:2:in `___sers_stock_workspace_sail_app_views_sail_settings_index_html_erb__1784696212908818928_70365900309740' +actionview (5.2.2) lib/action_view/template.rb:159:in `block in render' +activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument' +actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template' +actionview (5.2.2) lib/action_view/template.rb:157:in `render' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:52:in `render_template' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:16:in `render' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:44:in `render_template' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:25:in `render' +actionview (5.2.2) lib/action_view/rendering.rb:103:in `_render_template' +actionpack (5.2.2) lib/action_controller/metal/streaming.rb:219:in `_render_template' +actionview (5.2.2) lib/action_view/rendering.rb:84:in `render_to_body' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:52:in `render_to_body' +actionpack (5.2.2) lib/action_controller/metal/renderers.rb:142:in `render_to_body' +actionpack (5.2.2) lib/abstract_controller/rendering.rb:25:in `render' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:36:in `render' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render' +activesupport (5.2.2) lib/active_support/core_ext/benchmark.rb:14:in `block in ms' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/benchmark.rb:308:in `realtime' +activesupport (5.2.2) lib/active_support/core_ext/benchmark.rb:14:in `ms' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:46:in `block in render' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' +activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:31:in `cleanup_view_runtime' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:45:in `render' +actionpack (5.2.2) lib/action_controller/metal/implicit_render.rb:35:in `default_render' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' +actionpack (5.2.2) lib/abstract_controller/base.rb:194:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:30:in `process_action' +actionpack (5.2.2) lib/abstract_controller/callbacks.rb:42:in `block in process_action' +activesupport (5.2.2) lib/active_support/callbacks.rb:132:in `run_callbacks' +actionpack (5.2.2) lib/abstract_controller/callbacks.rb:41:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/rescue.rb:22:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:32:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' +activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:24:in `process_action' +actionpack (5.2.2) lib/abstract_controller/base.rb:134:in `process' +actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' +actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' +railties (5.2.2) lib/rails/engine.rb:524:in `call' +railties (5.2.2) lib/rails/railtie.rb:190:in `public_send' +railties (5.2.2) lib/rails/railtie.rb:190:in `method_missing' +actionpack (5.2.2) lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>' +actionpack (5.2.2) lib/action_dispatch/routing/mapper.rb:48:in `serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' +rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' +rack (2.0.6) lib/rack/etag.rb:25:in `call' +rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' +rack (2.0.6) lib/rack/head.rb:12:in `call' +actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' +rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' +rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' +activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' +activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' +actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.6) lib/rack/method_override.rb:22:in `call' +rack (2.0.6) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.6) lib/rack/sendfile.rb:111:in `call' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiler.rb:281:in `call' +railties (5.2.2) lib/rails/engine.rb:524:in `call' +rack (2.0.6) lib/rack/handler/webrick.rb:86:in `service' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:140:in `service' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:96:in `run' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/server.rb:307:in `block in start_thread' +Started GET "/sail" for ::1 at 2019-01-22 19:47:23 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (1.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (2.9ms) +Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.6ms) + + + +ActionView::Template::Error (The asset "sail/cog.svg" is not present in the asset pipeline.): + 11: </div> + 12: </div> + 13: + 14: <button id="btn-order"><%= image_tag("sail/cog.svg") %></button> + 15: <div class="clearfix"></div> + 16: </div> + +sprockets-rails (3.2.1) lib/sprockets/rails/helper.rb:83:in `compute_asset_path' +actionview (5.2.2) lib/action_view/helpers/asset_url_helper.rb:200:in `asset_path' +actionview (5.2.2) lib/action_view/helpers/asset_url_helper.rb:375:in `image_path' +actionview (5.2.2) lib/action_view/helpers/asset_tag_helper.rb:475:in `resolve_image_source' +actionview (5.2.2) lib/action_view/helpers/asset_tag_helper.rb:345:in `image_tag' +/Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb:14:in `___sers_stock_workspace_sail_app_views_sail_settings__search_html_erb___901765983445272485_70365958779300' +actionview (5.2.2) lib/action_view/template.rb:159:in `block in render' +activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument' +actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template' +actionview (5.2.2) lib/action_view/template.rb:157:in `render' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:344:in `block in render_partial' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:333:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:312:in `render' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:49:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:23:in `render' +actionview (5.2.2) lib/action_view/helpers/rendering_helper.rb:33:in `render' +/Users/stock/workspace/sail/app/views/sail/settings/index.html.erb:5:in `block in ___sers_stock_workspace_sail_app_views_sail_settings_index_html_erb__1784696212908818928_70365958638300' +actionview (5.2.2) lib/action_view/helpers/cache_helper.rb:171:in `cache' +/Users/stock/workspace/sail/app/views/sail/settings/index.html.erb:2:in `___sers_stock_workspace_sail_app_views_sail_settings_index_html_erb__1784696212908818928_70365958638300' +actionview (5.2.2) lib/action_view/template.rb:159:in `block in render' +activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument' +actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template' +actionview (5.2.2) lib/action_view/template.rb:157:in `render' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:52:in `render_template' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:16:in `render' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:44:in `render_template' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:25:in `render' +actionview (5.2.2) lib/action_view/rendering.rb:103:in `_render_template' +actionpack (5.2.2) lib/action_controller/metal/streaming.rb:219:in `_render_template' +actionview (5.2.2) lib/action_view/rendering.rb:84:in `render_to_body' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:52:in `render_to_body' +actionpack (5.2.2) lib/action_controller/metal/renderers.rb:142:in `render_to_body' +actionpack (5.2.2) lib/abstract_controller/rendering.rb:25:in `render' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:36:in `render' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render' +activesupport (5.2.2) lib/active_support/core_ext/benchmark.rb:14:in `block in ms' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/benchmark.rb:308:in `realtime' +activesupport (5.2.2) lib/active_support/core_ext/benchmark.rb:14:in `ms' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:46:in `block in render' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' +activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:31:in `cleanup_view_runtime' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:45:in `render' +actionpack (5.2.2) lib/action_controller/metal/implicit_render.rb:35:in `default_render' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' +actionpack (5.2.2) lib/abstract_controller/base.rb:194:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:30:in `process_action' +actionpack (5.2.2) lib/abstract_controller/callbacks.rb:42:in `block in process_action' +activesupport (5.2.2) lib/active_support/callbacks.rb:132:in `run_callbacks' +actionpack (5.2.2) lib/abstract_controller/callbacks.rb:41:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/rescue.rb:22:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:32:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' +activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:24:in `process_action' +actionpack (5.2.2) lib/abstract_controller/base.rb:134:in `process' +actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' +actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' +railties (5.2.2) lib/rails/engine.rb:524:in `call' +railties (5.2.2) lib/rails/railtie.rb:190:in `public_send' +railties (5.2.2) lib/rails/railtie.rb:190:in `method_missing' +actionpack (5.2.2) lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>' +actionpack (5.2.2) lib/action_dispatch/routing/mapper.rb:48:in `serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' +rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' +rack (2.0.6) lib/rack/etag.rb:25:in `call' +rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' +rack (2.0.6) lib/rack/head.rb:12:in `call' +actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' +rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' +rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' +activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' +activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' +actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.6) lib/rack/method_override.rb:22:in `call' +rack (2.0.6) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.6) lib/rack/sendfile.rb:111:in `call' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiler.rb:281:in `call' +railties (5.2.2) lib/rails/engine.rb:524:in `call' +rack (2.0.6) lib/rack/handler/webrick.rb:86:in `service' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:140:in `service' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:96:in `run' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/server.rb:307:in `block in start_thread' + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "test_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "number_of_threads"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "bonus_range"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "admin_list"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else"], ["LIMIT", 1]] + Sail::Setting Load (0.0ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_2"], ["LIMIT", 1]] + Sail::Setting Load (0.0ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_3"], ["LIMIT", 1]] + Sail::Setting Load (0.0ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_4"], ["LIMIT", 1]] + Sail::Setting Load (0.0ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_5"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "float_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.0ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "date_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.0ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "cron_setting"], ["LIMIT", 1]] +  (0.1ms) SELECT "sail_settings"."name" FROM "sail_settings" + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE 1=0 +Started GET "/sail" for ::1 at 2019-01-22 19:48:28 -0200 +  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (89.8ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (93.4ms) +Completed 500 Internal Server Error in 103ms (ActiveRecord: 0.3ms) + + + +ActionView::Template::Error (The asset "sail/cog.svg" is not present in the asset pipeline.): + 11: </div> + 12: </div> + 13: + 14: <button id="btn-order"><%= image_tag("sail/cog.svg") %></button> + 15: <div class="clearfix"></div> + 16: </div> + +sprockets-rails (3.2.1) lib/sprockets/rails/helper.rb:83:in `compute_asset_path' +actionview (5.2.2) lib/action_view/helpers/asset_url_helper.rb:200:in `asset_path' +actionview (5.2.2) lib/action_view/helpers/asset_url_helper.rb:375:in `image_path' +actionview (5.2.2) lib/action_view/helpers/asset_tag_helper.rb:475:in `resolve_image_source' +actionview (5.2.2) lib/action_view/helpers/asset_tag_helper.rb:345:in `image_tag' +/Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb:14:in `___sers_stock_workspace_sail_app_views_sail_settings__search_html_erb__75563728668599185_70260572328100' +actionview (5.2.2) lib/action_view/template.rb:159:in `block in render' +activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument' +actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template' +actionview (5.2.2) lib/action_view/template.rb:157:in `render' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:344:in `block in render_partial' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:333:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:312:in `render' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:49:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:23:in `render' +actionview (5.2.2) lib/action_view/helpers/rendering_helper.rb:33:in `render' +/Users/stock/workspace/sail/app/views/sail/settings/index.html.erb:5:in `block in ___sers_stock_workspace_sail_app_views_sail_settings_index_html_erb___3974296107021781553_70260571890700' +actionview (5.2.2) lib/action_view/helpers/cache_helper.rb:171:in `cache' +/Users/stock/workspace/sail/app/views/sail/settings/index.html.erb:2:in `___sers_stock_workspace_sail_app_views_sail_settings_index_html_erb___3974296107021781553_70260571890700' +actionview (5.2.2) lib/action_view/template.rb:159:in `block in render' +activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument' +actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template' +actionview (5.2.2) lib/action_view/template.rb:157:in `render' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:52:in `render_template' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:16:in `render' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:44:in `render_template' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:25:in `render' +actionview (5.2.2) lib/action_view/rendering.rb:103:in `_render_template' +actionpack (5.2.2) lib/action_controller/metal/streaming.rb:219:in `_render_template' +actionview (5.2.2) lib/action_view/rendering.rb:84:in `render_to_body' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:52:in `render_to_body' +actionpack (5.2.2) lib/action_controller/metal/renderers.rb:142:in `render_to_body' +actionpack (5.2.2) lib/abstract_controller/rendering.rb:25:in `render' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:36:in `render' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render' +activesupport (5.2.2) lib/active_support/core_ext/benchmark.rb:14:in `block in ms' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/benchmark.rb:308:in `realtime' +activesupport (5.2.2) lib/active_support/core_ext/benchmark.rb:14:in `ms' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:46:in `block in render' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' +activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:31:in `cleanup_view_runtime' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:45:in `render' +actionpack (5.2.2) lib/action_controller/metal/implicit_render.rb:35:in `default_render' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' +actionpack (5.2.2) lib/abstract_controller/base.rb:194:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:30:in `process_action' +actionpack (5.2.2) lib/abstract_controller/callbacks.rb:42:in `block in process_action' +activesupport (5.2.2) lib/active_support/callbacks.rb:132:in `run_callbacks' +actionpack (5.2.2) lib/abstract_controller/callbacks.rb:41:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/rescue.rb:22:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:32:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' +activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:24:in `process_action' +actionpack (5.2.2) lib/abstract_controller/base.rb:134:in `process' +actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' +actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' +railties (5.2.2) lib/rails/engine.rb:524:in `call' +railties (5.2.2) lib/rails/railtie.rb:190:in `public_send' +railties (5.2.2) lib/rails/railtie.rb:190:in `method_missing' +actionpack (5.2.2) lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>' +actionpack (5.2.2) lib/action_dispatch/routing/mapper.rb:48:in `serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' +rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' +rack (2.0.6) lib/rack/etag.rb:25:in `call' +rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' +rack (2.0.6) lib/rack/head.rb:12:in `call' +actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' +rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' +rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' +activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' +activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' +actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.6) lib/rack/method_override.rb:22:in `call' +rack (2.0.6) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.6) lib/rack/sendfile.rb:111:in `call' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiler.rb:281:in `call' +railties (5.2.2) lib/rails/engine.rb:524:in `call' +rack (2.0.6) lib/rack/handler/webrick.rb:86:in `service' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:140:in `service' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:96:in `run' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/server.rb:307:in `block in start_thread' +Started GET "/" for ::1 at 2019-01-22 19:48:32 -0200 +Processing by ApplicationController#index as HTML + Rendering application/index.html.erb within layouts/application + Rendered application/index.html.erb within layouts/application (0.3ms) +Completed 200 OK in 135ms (Views: 133.9ms | ActiveRecord: 0.0ms) + + +Started GET "/sail" for ::1 at 2019-01-22 19:48:37 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.2ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (19.2ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (20.7ms) +Completed 500 Internal Server Error in 30ms (ActiveRecord: 0.7ms) + + + +ActionView::Template::Error (The asset "sail/cog.svg" is not present in the asset pipeline.): + 11: </div> + 12: </div> + 13: + 14: <button id="btn-order"><%= image_tag("sail/cog.svg") %></button> + 15: <div class="clearfix"></div> + 16: </div> + +sprockets-rails (3.2.1) lib/sprockets/rails/helper.rb:83:in `compute_asset_path' +actionview (5.2.2) lib/action_view/helpers/asset_url_helper.rb:200:in `asset_path' +actionview (5.2.2) lib/action_view/helpers/asset_url_helper.rb:375:in `image_path' +actionview (5.2.2) lib/action_view/helpers/asset_tag_helper.rb:475:in `resolve_image_source' +actionview (5.2.2) lib/action_view/helpers/asset_tag_helper.rb:345:in `image_tag' +/Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb:14:in `___sers_stock_workspace_sail_app_views_sail_settings__search_html_erb__75563728668599185_70260559631000' +actionview (5.2.2) lib/action_view/template.rb:159:in `block in render' +activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument' +actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template' +actionview (5.2.2) lib/action_view/template.rb:157:in `render' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:344:in `block in render_partial' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:333:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:312:in `render' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:49:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:23:in `render' +actionview (5.2.2) lib/action_view/helpers/rendering_helper.rb:33:in `render' +/Users/stock/workspace/sail/app/views/sail/settings/index.html.erb:5:in `block in ___sers_stock_workspace_sail_app_views_sail_settings_index_html_erb___3974296107021781553_70260559584520' +actionview (5.2.2) lib/action_view/helpers/cache_helper.rb:171:in `cache' +/Users/stock/workspace/sail/app/views/sail/settings/index.html.erb:2:in `___sers_stock_workspace_sail_app_views_sail_settings_index_html_erb___3974296107021781553_70260559584520' +actionview (5.2.2) lib/action_view/template.rb:159:in `block in render' +activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument' +actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template' +actionview (5.2.2) lib/action_view/template.rb:157:in `render' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:52:in `render_template' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:16:in `render' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:44:in `render_template' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:25:in `render' +actionview (5.2.2) lib/action_view/rendering.rb:103:in `_render_template' +actionpack (5.2.2) lib/action_controller/metal/streaming.rb:219:in `_render_template' +actionview (5.2.2) lib/action_view/rendering.rb:84:in `render_to_body' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:52:in `render_to_body' +actionpack (5.2.2) lib/action_controller/metal/renderers.rb:142:in `render_to_body' +actionpack (5.2.2) lib/abstract_controller/rendering.rb:25:in `render' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:36:in `render' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render' +activesupport (5.2.2) lib/active_support/core_ext/benchmark.rb:14:in `block in ms' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/benchmark.rb:308:in `realtime' +activesupport (5.2.2) lib/active_support/core_ext/benchmark.rb:14:in `ms' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:46:in `block in render' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' +activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:31:in `cleanup_view_runtime' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:45:in `render' +actionpack (5.2.2) lib/action_controller/metal/implicit_render.rb:35:in `default_render' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' +actionpack (5.2.2) lib/abstract_controller/base.rb:194:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:30:in `process_action' +actionpack (5.2.2) lib/abstract_controller/callbacks.rb:42:in `block in process_action' +activesupport (5.2.2) lib/active_support/callbacks.rb:132:in `run_callbacks' +actionpack (5.2.2) lib/abstract_controller/callbacks.rb:41:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/rescue.rb:22:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:32:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' +activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:24:in `process_action' +actionpack (5.2.2) lib/abstract_controller/base.rb:134:in `process' +actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' +actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' +railties (5.2.2) lib/rails/engine.rb:524:in `call' +railties (5.2.2) lib/rails/railtie.rb:190:in `public_send' +railties (5.2.2) lib/rails/railtie.rb:190:in `method_missing' +actionpack (5.2.2) lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>' +actionpack (5.2.2) lib/action_dispatch/routing/mapper.rb:48:in `serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' +rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' +rack (2.0.6) lib/rack/etag.rb:25:in `call' +rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' +rack (2.0.6) lib/rack/head.rb:12:in `call' +actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' +rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' +rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' +activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' +activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' +actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.6) lib/rack/method_override.rb:22:in `call' +rack (2.0.6) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.6) lib/rack/sendfile.rb:111:in `call' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiler.rb:281:in `call' +railties (5.2.2) lib/rails/engine.rb:524:in `call' +rack (2.0.6) lib/rack/handler/webrick.rb:86:in `service' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:140:in `service' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:96:in `run' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/server.rb:307:in `block in start_thread' +Started GET "/" for ::1 at 2019-01-22 19:48:43 -0200 +Processing by ApplicationController#index as HTML + Rendering application/index.html.erb within layouts/application + Rendered application/index.html.erb within layouts/application (0.7ms) +Completed 200 OK in 30ms (Views: 29.1ms | ActiveRecord: 0.0ms) + + +Started GET "/sail" for ::1 at 2019-01-22 19:48:45 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (1.4ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (2.4ms) +Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.4ms) + + + +ActionView::Template::Error (The asset "sail/cog.svg" is not present in the asset pipeline.): + 11: </div> + 12: </div> + 13: + 14: <button id="btn-order"><%= image_tag("sail/cog.svg") %></button> + 15: <div class="clearfix"></div> + 16: </div> + +sprockets-rails (3.2.1) lib/sprockets/rails/helper.rb:83:in `compute_asset_path' +actionview (5.2.2) lib/action_view/helpers/asset_url_helper.rb:200:in `asset_path' +actionview (5.2.2) lib/action_view/helpers/asset_url_helper.rb:375:in `image_path' +actionview (5.2.2) lib/action_view/helpers/asset_tag_helper.rb:475:in `resolve_image_source' +actionview (5.2.2) lib/action_view/helpers/asset_tag_helper.rb:345:in `image_tag' +/Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb:14:in `___sers_stock_workspace_sail_app_views_sail_settings__search_html_erb__75563728668599185_70260580390460' +actionview (5.2.2) lib/action_view/template.rb:159:in `block in render' +activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument' +actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template' +actionview (5.2.2) lib/action_view/template.rb:157:in `render' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:344:in `block in render_partial' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:333:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:312:in `render' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:49:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:23:in `render' +actionview (5.2.2) lib/action_view/helpers/rendering_helper.rb:33:in `render' +/Users/stock/workspace/sail/app/views/sail/settings/index.html.erb:5:in `block in ___sers_stock_workspace_sail_app_views_sail_settings_index_html_erb___3974296107021781553_70260580259740' +actionview (5.2.2) lib/action_view/helpers/cache_helper.rb:171:in `cache' +/Users/stock/workspace/sail/app/views/sail/settings/index.html.erb:2:in `___sers_stock_workspace_sail_app_views_sail_settings_index_html_erb___3974296107021781553_70260580259740' +actionview (5.2.2) lib/action_view/template.rb:159:in `block in render' +activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument' +actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template' +actionview (5.2.2) lib/action_view/template.rb:157:in `render' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:52:in `render_template' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:16:in `render' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:44:in `render_template' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:25:in `render' +actionview (5.2.2) lib/action_view/rendering.rb:103:in `_render_template' +actionpack (5.2.2) lib/action_controller/metal/streaming.rb:219:in `_render_template' +actionview (5.2.2) lib/action_view/rendering.rb:84:in `render_to_body' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:52:in `render_to_body' +actionpack (5.2.2) lib/action_controller/metal/renderers.rb:142:in `render_to_body' +actionpack (5.2.2) lib/abstract_controller/rendering.rb:25:in `render' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:36:in `render' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render' +activesupport (5.2.2) lib/active_support/core_ext/benchmark.rb:14:in `block in ms' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/benchmark.rb:308:in `realtime' +activesupport (5.2.2) lib/active_support/core_ext/benchmark.rb:14:in `ms' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:46:in `block in render' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' +activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:31:in `cleanup_view_runtime' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:45:in `render' +actionpack (5.2.2) lib/action_controller/metal/implicit_render.rb:35:in `default_render' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' +actionpack (5.2.2) lib/abstract_controller/base.rb:194:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:30:in `process_action' +actionpack (5.2.2) lib/abstract_controller/callbacks.rb:42:in `block in process_action' +activesupport (5.2.2) lib/active_support/callbacks.rb:132:in `run_callbacks' +actionpack (5.2.2) lib/abstract_controller/callbacks.rb:41:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/rescue.rb:22:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:32:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' +activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:24:in `process_action' +actionpack (5.2.2) lib/abstract_controller/base.rb:134:in `process' +actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' +actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' +railties (5.2.2) lib/rails/engine.rb:524:in `call' +railties (5.2.2) lib/rails/railtie.rb:190:in `public_send' +railties (5.2.2) lib/rails/railtie.rb:190:in `method_missing' +actionpack (5.2.2) lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>' +actionpack (5.2.2) lib/action_dispatch/routing/mapper.rb:48:in `serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' +rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' +rack (2.0.6) lib/rack/etag.rb:25:in `call' +rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' +rack (2.0.6) lib/rack/head.rb:12:in `call' +actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' +rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' +rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' +activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' +activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' +actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.6) lib/rack/method_override.rb:22:in `call' +rack (2.0.6) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.6) lib/rack/sendfile.rb:111:in `call' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiler.rb:281:in `call' +railties (5.2.2) lib/rails/engine.rb:524:in `call' +rack (2.0.6) lib/rack/handler/webrick.rb:86:in `service' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:140:in `service' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:96:in `run' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/server.rb:307:in `block in start_thread' +Started GET "/sail" for ::1 at 2019-01-22 19:48:52 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.3ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (1.6ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (3.0ms) +Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.7ms) + + + +ActionView::Template::Error (The asset "sail/cog.svg" is not present in the asset pipeline.): + 11: </div> + 12: </div> + 13: + 14: <button id="btn-order"><%= image_tag("sail/cog.svg") %></button> + 15: <div class="clearfix"></div> + 16: </div> + +sprockets-rails (3.2.1) lib/sprockets/rails/helper.rb:83:in `compute_asset_path' +actionview (5.2.2) lib/action_view/helpers/asset_url_helper.rb:200:in `asset_path' +actionview (5.2.2) lib/action_view/helpers/asset_url_helper.rb:375:in `image_path' +actionview (5.2.2) lib/action_view/helpers/asset_tag_helper.rb:475:in `resolve_image_source' +actionview (5.2.2) lib/action_view/helpers/asset_tag_helper.rb:345:in `image_tag' +/Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb:14:in `___sers_stock_workspace_sail_app_views_sail_settings__search_html_erb__75563728668599185_70260557319620' +actionview (5.2.2) lib/action_view/template.rb:159:in `block in render' +activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument' +actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template' +actionview (5.2.2) lib/action_view/template.rb:157:in `render' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:344:in `block in render_partial' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:333:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:312:in `render' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:49:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:23:in `render' +actionview (5.2.2) lib/action_view/helpers/rendering_helper.rb:33:in `render' +/Users/stock/workspace/sail/app/views/sail/settings/index.html.erb:5:in `block in ___sers_stock_workspace_sail_app_views_sail_settings_index_html_erb___3974296107021781553_70260557027040' +actionview (5.2.2) lib/action_view/helpers/cache_helper.rb:171:in `cache' +/Users/stock/workspace/sail/app/views/sail/settings/index.html.erb:2:in `___sers_stock_workspace_sail_app_views_sail_settings_index_html_erb___3974296107021781553_70260557027040' +actionview (5.2.2) lib/action_view/template.rb:159:in `block in render' +activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument' +actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template' +actionview (5.2.2) lib/action_view/template.rb:157:in `render' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:52:in `render_template' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:16:in `render' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:44:in `render_template' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:25:in `render' +actionview (5.2.2) lib/action_view/rendering.rb:103:in `_render_template' +actionpack (5.2.2) lib/action_controller/metal/streaming.rb:219:in `_render_template' +actionview (5.2.2) lib/action_view/rendering.rb:84:in `render_to_body' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:52:in `render_to_body' +actionpack (5.2.2) lib/action_controller/metal/renderers.rb:142:in `render_to_body' +actionpack (5.2.2) lib/abstract_controller/rendering.rb:25:in `render' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:36:in `render' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render' +activesupport (5.2.2) lib/active_support/core_ext/benchmark.rb:14:in `block in ms' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/benchmark.rb:308:in `realtime' +activesupport (5.2.2) lib/active_support/core_ext/benchmark.rb:14:in `ms' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:46:in `block in render' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' +activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:31:in `cleanup_view_runtime' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:45:in `render' +actionpack (5.2.2) lib/action_controller/metal/implicit_render.rb:35:in `default_render' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' +actionpack (5.2.2) lib/abstract_controller/base.rb:194:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:30:in `process_action' +actionpack (5.2.2) lib/abstract_controller/callbacks.rb:42:in `block in process_action' +activesupport (5.2.2) lib/active_support/callbacks.rb:132:in `run_callbacks' +actionpack (5.2.2) lib/abstract_controller/callbacks.rb:41:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/rescue.rb:22:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:32:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' +activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:24:in `process_action' +actionpack (5.2.2) lib/abstract_controller/base.rb:134:in `process' +actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' +actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' +railties (5.2.2) lib/rails/engine.rb:524:in `call' +railties (5.2.2) lib/rails/railtie.rb:190:in `public_send' +railties (5.2.2) lib/rails/railtie.rb:190:in `method_missing' +actionpack (5.2.2) lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>' +actionpack (5.2.2) lib/action_dispatch/routing/mapper.rb:48:in `serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' +rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' +rack (2.0.6) lib/rack/etag.rb:25:in `call' +rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' +rack (2.0.6) lib/rack/head.rb:12:in `call' +actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' +rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' +rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' +activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' +activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' +actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.6) lib/rack/method_override.rb:22:in `call' +rack (2.0.6) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.6) lib/rack/sendfile.rb:111:in `call' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiler.rb:281:in `call' +railties (5.2.2) lib/rails/engine.rb:524:in `call' +rack (2.0.6) lib/rack/handler/webrick.rb:86:in `service' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:140:in `service' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:96:in `run' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/server.rb:307:in `block in start_thread' +Started GET "/sail" for ::1 at 2019-01-22 19:49:09 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (1.4ms) + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (8.1ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (13.4ms) +Completed 200 OK in 38ms (Views: 30.7ms | ActiveRecord: 0.9ms) + + +Started GET "/sail" for ::1 at 2019-01-22 19:49:55 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (1.4ms) + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.5ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (12.5ms) +Completed 200 OK in 107ms (Views: 99.5ms | ActiveRecord: 0.9ms) + + +Started GET "/sail" for ::1 at 2019-01-22 19:50:06 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (1.4ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.5ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (12.7ms) +Completed 200 OK in 113ms (Views: 106.3ms | ActiveRecord: 0.9ms) + + +Started GET "/sail" for ::1 at 2019-01-22 19:50:39 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.1ms) + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (5.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (11.1ms) +Completed 200 OK in 106ms (Views: 99.9ms | ActiveRecord: 0.6ms) + + +Started GET "/sail" for ::1 at 2019-01-22 19:50:49 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.2ms) SELECT COUNT(*) FROM "sail_settings" +  (0.2ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (1.5ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (8.8ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (13.8ms) +Completed 200 OK in 122ms (Views: 113.9ms | ActiveRecord: 0.8ms) + + +Started GET "/sail" for ::1 at 2019-01-22 19:51:08 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.2ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (1.4ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.8ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (12.6ms) +Completed 200 OK in 121ms (Views: 113.3ms | ActiveRecord: 0.8ms) + + +Started GET "/sail" for ::1 at 2019-01-22 19:51:20 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.2ms) SELECT COUNT(*) FROM "sail_settings" +  (0.2ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (1.6ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (13.8ms) +Completed 200 OK in 116ms (Views: 107.2ms | ActiveRecord: 1.3ms) + + +Started GET "/sail" for ::1 at 2019-01-22 19:51:26 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.2ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (1.3ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (5.6ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (10.2ms) +Completed 200 OK in 106ms (Views: 100.0ms | ActiveRecord: 0.7ms) + + +Started GET "/sail" for ::1 at 2019-01-22 19:51:43 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (1.4ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.4ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (12.3ms) +Completed 200 OK in 29ms (Views: 21.7ms | ActiveRecord: 0.7ms) + + +Started GET "/sail" for ::1 at 2019-01-22 19:52:12 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (1.4ms) + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (6.9ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (11.5ms) +Completed 200 OK in 93ms (Views: 85.6ms | ActiveRecord: 0.7ms) + + +Started GET "/sail" for ::1 at 2019-01-22 19:52:19 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (1.8ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (6.9ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (12.5ms) +Completed 200 OK in 102ms (Views: 95.9ms | ActiveRecord: 0.9ms) + + +Started GET "/sail" for ::1 at 2019-01-22 19:52:34 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (1.6ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (8.2ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (13.3ms) +Completed 200 OK in 96ms (Views: 88.9ms | ActiveRecord: 0.7ms) + + +Started GET "/sail" for ::1 at 2019-01-22 19:52:39 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.2ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.3ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (1.2ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (6.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (11.5ms) +Completed 200 OK in 28ms (Views: 21.2ms | ActiveRecord: 0.9ms) + + +Started GET "/sail" for ::1 at 2019-01-22 19:52:41 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (1.3ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.2ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (11.9ms) +Completed 200 OK in 28ms (Views: 21.0ms | ActiveRecord: 0.7ms) + + +Started GET "/sail" for ::1 at 2019-01-22 19:52:54 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (1.8ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (22.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (29.4ms) +Completed 200 OK in 47ms (Views: 40.6ms | ActiveRecord: 0.7ms) + + +Started GET "/sail" for ::1 at 2019-01-22 19:53:58 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (1.5ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.2ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (11.9ms) +Completed 200 OK in 111ms (Views: 104.2ms | ActiveRecord: 0.7ms) + + +Started GET "/sail" for ::1 at 2019-01-22 19:54:04 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (1.7ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.6ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (12.8ms) +Completed 200 OK in 114ms (Views: 107.9ms | ActiveRecord: 0.6ms) + + +Started GET "/sail" for ::1 at 2019-01-22 19:54:23 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (1.3ms) + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (6.1ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (10.7ms) +Completed 200 OK in 118ms (Views: 111.4ms | ActiveRecord: 0.7ms) + + +Started GET "/sail" for ::1 at 2019-01-22 19:54:47 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (1.5ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.2ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (12.1ms) +Completed 200 OK in 104ms (Views: 97.6ms | ActiveRecord: 0.7ms) + + +Started GET "/sail" for ::1 at 2019-01-22 19:55:43 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (1.4ms) + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (6.8ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (11.3ms) +Completed 200 OK in 107ms (Views: 99.4ms | ActiveRecord: 0.7ms) + + +Started GET "/sail" for ::1 at 2019-01-22 19:55:59 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (1.7ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.2ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (12.5ms) +Completed 200 OK in 107ms (Views: 100.3ms | ActiveRecord: 0.6ms) + + +Started GET "/sail" for ::1 at 2019-01-22 19:56:39 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (1.6ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.1ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (12.2ms) +Completed 200 OK in 108ms (Views: 101.4ms | ActiveRecord: 0.7ms) + + +Started GET "/sail" for ::1 at 2019-01-22 19:56:40 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (1.4ms) + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (19.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (24.3ms) +Completed 200 OK in 41ms (Views: 33.7ms | ActiveRecord: 0.7ms) + + +Started GET "/sail" for ::1 at 2019-01-22 19:56:49 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.2ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (1.7ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (13.3ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (18.7ms) +Completed 200 OK in 118ms (Views: 110.2ms | ActiveRecord: 0.8ms) + + +Started GET "/sail" for ::1 at 2019-01-22 19:58:00 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (1.4ms) + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (6.9ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (11.3ms) +Completed 200 OK in 106ms (Views: 100.1ms | ActiveRecord: 0.6ms) + + +Started GET "/sail" for ::1 at 2019-01-22 19:59:04 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (1.5ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.4ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (12.5ms) +Completed 200 OK in 107ms (Views: 100.0ms | ActiveRecord: 0.7ms) + + + Sail::Setting Load (0.2ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "test_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "number_of_threads"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "bonus_range"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "admin_list"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_2"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_3"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_4"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_5"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "float_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "date_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "cron_setting"], ["LIMIT", 1]] +  (0.1ms) SELECT "sail_settings"."name" FROM "sail_settings" + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE 1=0 +Started GET "/sail" for ::1 at 2019-01-22 20:07:04 -0200 +  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + CACHE Sail::Setting Load (0.0ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + CACHE Sail::Setting Load (0.0ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + CACHE Sail::Setting Load (0.0ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (19.1ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (254.0ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (258.1ms) +Completed 500 Internal Server Error in 273ms (ActiveRecord: 1.0ms) + + + +ActionView::Template::Error (undefined method `ordered_by' for #<#<Class:0x00007f9e07e43728>:0x00007f9e07e87360>): + 1: <div id="sort-menu" style="display: none;"> + 2: <% %w[updated_at].each do |field| %> + 3: <%= form_tag(settings_path(ordered_by(order_field: field)), method: :get) do %> + 4: <button type="submit"><%= field %></button> + 5: <% end %> + 6: <% end %> + +/Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb:3:in `block in ___sers_stock_workspace_sail_app_views_sail_settings__sort_menu_html_erb___892671339564645057_70158368477680' +/Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb:2:in `each' +/Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb:2:in `___sers_stock_workspace_sail_app_views_sail_settings__sort_menu_html_erb___892671339564645057_70158368477680' +actionview (5.2.2) lib/action_view/template.rb:159:in `block in render' +activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument' +actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template' +actionview (5.2.2) lib/action_view/template.rb:157:in `render' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:344:in `block in render_partial' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:333:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:312:in `render' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:49:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:23:in `render' +actionview (5.2.2) lib/action_view/helpers/rendering_helper.rb:33:in `render' +/Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb:17:in `___sers_stock_workspace_sail_app_views_sail_settings__search_html_erb__674747801506012441_70158364335680' +actionview (5.2.2) lib/action_view/template.rb:159:in `block in render' +activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument' +actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template' +actionview (5.2.2) lib/action_view/template.rb:157:in `render' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:344:in `block in render_partial' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:333:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:312:in `render' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:49:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:23:in `render' +actionview (5.2.2) lib/action_view/helpers/rendering_helper.rb:33:in `render' +/Users/stock/workspace/sail/app/views/sail/settings/index.html.erb:5:in `block in ___sers_stock_workspace_sail_app_views_sail_settings_index_html_erb__3779155059249836829_70158356962140' +actionview (5.2.2) lib/action_view/helpers/cache_helper.rb:171:in `cache' +/Users/stock/workspace/sail/app/views/sail/settings/index.html.erb:2:in `___sers_stock_workspace_sail_app_views_sail_settings_index_html_erb__3779155059249836829_70158356962140' +actionview (5.2.2) lib/action_view/template.rb:159:in `block in render' +activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument' +actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template' +actionview (5.2.2) lib/action_view/template.rb:157:in `render' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:52:in `render_template' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:16:in `render' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:44:in `render_template' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:25:in `render' +actionview (5.2.2) lib/action_view/rendering.rb:103:in `_render_template' +actionpack (5.2.2) lib/action_controller/metal/streaming.rb:219:in `_render_template' +actionview (5.2.2) lib/action_view/rendering.rb:84:in `render_to_body' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:52:in `render_to_body' +actionpack (5.2.2) lib/action_controller/metal/renderers.rb:142:in `render_to_body' +actionpack (5.2.2) lib/abstract_controller/rendering.rb:25:in `render' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:36:in `render' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render' +activesupport (5.2.2) lib/active_support/core_ext/benchmark.rb:14:in `block in ms' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/benchmark.rb:308:in `realtime' +activesupport (5.2.2) lib/active_support/core_ext/benchmark.rb:14:in `ms' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:46:in `block in render' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' +activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:31:in `cleanup_view_runtime' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:45:in `render' +actionpack (5.2.2) lib/action_controller/metal/implicit_render.rb:35:in `default_render' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' +actionpack (5.2.2) lib/abstract_controller/base.rb:194:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:30:in `process_action' +actionpack (5.2.2) lib/abstract_controller/callbacks.rb:42:in `block in process_action' +activesupport (5.2.2) lib/active_support/callbacks.rb:132:in `run_callbacks' +actionpack (5.2.2) lib/abstract_controller/callbacks.rb:41:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/rescue.rb:22:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:32:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' +activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:24:in `process_action' +actionpack (5.2.2) lib/abstract_controller/base.rb:134:in `process' +actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' +actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' +railties (5.2.2) lib/rails/engine.rb:524:in `call' +railties (5.2.2) lib/rails/railtie.rb:190:in `public_send' +railties (5.2.2) lib/rails/railtie.rb:190:in `method_missing' +actionpack (5.2.2) lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>' +actionpack (5.2.2) lib/action_dispatch/routing/mapper.rb:48:in `serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' +rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' +rack (2.0.6) lib/rack/etag.rb:25:in `call' +rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' +rack (2.0.6) lib/rack/head.rb:12:in `call' +actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' +rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' +rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' +activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' +activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' +actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.6) lib/rack/method_override.rb:22:in `call' +rack (2.0.6) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.6) lib/rack/sendfile.rb:111:in `call' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiler.rb:281:in `call' +railties (5.2.2) lib/rails/engine.rb:524:in `call' +rack (2.0.6) lib/rack/handler/webrick.rb:86:in `service' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:140:in `service' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:96:in `run' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/server.rb:307:in `block in start_thread' +Started GET "/sail" for ::1 at 2019-01-22 20:07:28 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.5ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.6ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.6ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (13.6ms) +Completed 200 OK in 32ms (Views: 24.1ms | ActiveRecord: 0.8ms) + + +Started GET "/sail/settings?utf8=%E2%9C%93" for ::1 at 2019-01-22 20:07:43 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"utf8"=>"✓"} +Unpermitted parameter: :utf8 + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameter: :utf8 +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameter: :utf8 +  (0.2ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.4ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.5ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (8.3ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (14.1ms) +Completed 200 OK in 32ms (Views: 23.4ms | ActiveRecord: 0.8ms) + + +Started GET "/sail/settings?utf8=%E2%9C%93" for ::1 at 2019-01-22 20:11:33 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"utf8"=>"✓"} +Unpermitted parameter: :utf8 + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameter: :utf8 +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameter: :utf8 +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.5ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.5ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.4ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (13.3ms) +Completed 200 OK in 40ms (Views: 32.5ms | ActiveRecord: 0.8ms) + + +Started GET "/sail/settings?utf8=%E2%9C%93" for ::1 at 2019-01-22 20:12:26 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"utf8"=>"✓"} +Unpermitted parameter: :utf8 + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameter: :utf8 +  (0.6ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameter: :utf8 +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.4ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.6ms) + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (9.5ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (16.5ms) +Completed 200 OK in 153ms (Views: 143.0ms | ActiveRecord: 1.4ms) + + +Started GET "/sail/settings?utf8=%E2%9C%93" for ::1 at 2019-01-22 20:12:54 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"utf8"=>"✓"} +Unpermitted parameter: :utf8 + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameter: :utf8 +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameter: :utf8 +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.5ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.4ms) + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.9ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (13.9ms) +Completed 200 OK in 31ms (Views: 22.9ms | ActiveRecord: 0.9ms) + + +Started GET "/sail/settings?utf8=%E2%9C%93" for ::1 at 2019-01-22 20:13:33 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"utf8"=>"✓"} +Unpermitted parameter: :utf8 + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameter: :utf8 +  (0.2ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameter: :utf8 +  (0.2ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.6ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.6ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (25.5ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (31.6ms) +Completed 200 OK in 122ms (Views: 113.1ms | ActiveRecord: 0.9ms) + + +Started GET "/sail/settings?utf8=%E2%9C%93" for ::1 at 2019-01-22 20:13:57 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"utf8"=>"✓"} +Unpermitted parameter: :utf8 + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameter: :utf8 +  (0.2ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameter: :utf8 +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.5ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.3ms) + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.0ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (13.0ms) +Completed 200 OK in 110ms (Views: 102.3ms | ActiveRecord: 1.0ms) + + +Started GET "/sail/settings?utf8=%E2%9C%93" for ::1 at 2019-01-22 20:14:21 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"utf8"=>"✓"} +Unpermitted parameter: :utf8 + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameter: :utf8 +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameter: :utf8 +  (0.2ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.5ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.3ms) + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (6.8ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (12.1ms) +Completed 200 OK in 107ms (Views: 100.1ms | ActiveRecord: 0.7ms) + + +Started GET "/sail/settings?utf8=%E2%9C%93" for ::1 at 2019-01-22 20:14:33 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"utf8"=>"✓"} +Unpermitted parameter: :utf8 + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameter: :utf8 +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameter: :utf8 +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.6ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.4ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (6.2ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (11.6ms) +Completed 200 OK in 116ms (Views: 109.8ms | ActiveRecord: 0.7ms) + + +Started GET "/sail/settings?utf8=%E2%9C%93" for ::1 at 2019-01-22 20:14:51 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"utf8"=>"✓"} +Unpermitted parameter: :utf8 + Sail::Setting Exists (0.4ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameter: :utf8 +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameter: :utf8 +  (0.2ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.6ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.6ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.6ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (13.5ms) +Completed 200 OK in 121ms (Views: 113.7ms | ActiveRecord: 1.0ms) + + +Started GET "/sail/settings?utf8=%E2%9C%93" for ::1 at 2019-01-22 20:15:33 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"utf8"=>"✓"} +Unpermitted parameter: :utf8 + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameter: :utf8 +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameter: :utf8 +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.6ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.7ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (10.6ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (16.9ms) +Completed 200 OK in 119ms (Views: 112.0ms | ActiveRecord: 0.6ms) + + +Started GET "/sail/settings?utf8=%E2%9C%93" for ::1 at 2019-01-22 20:15:49 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"utf8"=>"✓"} +Unpermitted parameter: :utf8 + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameter: :utf8 +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameter: :utf8 +  (0.4ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.8ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.5ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (14.0ms) +Completed 200 OK in 117ms (Views: 107.8ms | ActiveRecord: 1.0ms) + + +Started GET "/sail/settings?utf8=%E2%9C%93" for ::1 at 2019-01-22 20:16:03 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"utf8"=>"✓"} +Unpermitted parameter: :utf8 + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameter: :utf8 +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameter: :utf8 +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.6ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.8ms) + Sail::Setting Load (0.3ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (6.0ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (12.5ms) +Completed 200 OK in 109ms (Views: 102.6ms | ActiveRecord: 0.8ms) + + +Started GET "/sail/settings?utf8=%E2%9C%93" for ::1 at 2019-01-22 20:16:14 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"utf8"=>"✓"} +Unpermitted parameter: :utf8 + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameter: :utf8 +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameter: :utf8 +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.4ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.0ms) + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (6.0ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (10.7ms) +Completed 200 OK in 105ms (Views: 99.5ms | ActiveRecord: 0.5ms) + + +Started GET "/sail/settings?utf8=%E2%9C%93" for ::1 at 2019-01-22 20:16:44 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"utf8"=>"✓"} +Unpermitted parameter: :utf8 + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameter: :utf8 +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameter: :utf8 +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.5ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.5ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.2ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (13.2ms) +Completed 200 OK in 110ms (Views: 102.8ms | ActiveRecord: 0.7ms) + + +Started GET "/sail/settings?utf8=%E2%9C%93" for ::1 at 2019-01-22 20:17:02 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"utf8"=>"✓"} +Unpermitted parameter: :utf8 + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameter: :utf8 +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameter: :utf8 +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.4ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.1ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (6.4ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (13.5ms) +Completed 200 OK in 109ms (Views: 102.8ms | ActiveRecord: 1.2ms) + + +Started GET "/sail/settings?utf8=%E2%9C%93" for ::1 at 2019-01-22 20:17:06 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"utf8"=>"✓"} +Unpermitted parameter: :utf8 + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameter: :utf8 +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameter: :utf8 +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.6ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.6ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (6.9ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (12.7ms) +Completed 200 OK in 28ms (Views: 21.5ms | ActiveRecord: 0.7ms) + + +Started GET "/sail/settings?utf8=%E2%9C%93" for ::1 at 2019-01-22 20:17:09 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"utf8"=>"✓"} +Unpermitted parameter: :utf8 + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameter: :utf8 +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameter: :utf8 +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.6ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.5ms) + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.2ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (12.8ms) +Completed 200 OK in 28ms (Views: 21.5ms | ActiveRecord: 0.6ms) + + +Started GET "/sail/settings?utf8=%E2%9C%93" for ::1 at 2019-01-22 20:17:12 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"utf8"=>"✓"} +Unpermitted parameter: :utf8 + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameter: :utf8 +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameter: :utf8 +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.5ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.4ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (19.0ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (24.7ms) +Completed 200 OK in 41ms (Views: 34.4ms | ActiveRecord: 0.7ms) + + +Started GET "/sail/settings?utf8=%E2%9C%93" for ::1 at 2019-01-22 20:17:54 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"utf8"=>"✓"} +Unpermitted parameter: :utf8 + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameter: :utf8 +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameter: :utf8 +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.5ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.3ms) + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (6.4ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (11.7ms) +Completed 200 OK in 99ms (Views: 91.5ms | ActiveRecord: 0.7ms) + + +Started GET "/sail/settings?utf8=%E2%9C%93" for ::1 at 2019-01-22 20:19:23 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"utf8"=>"✓"} +Unpermitted parameter: :utf8 + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameter: :utf8 +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameter: :utf8 +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (3.1ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (8.2ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (15.0ms) +Completed 200 OK in 33ms (Views: 25.2ms | ActiveRecord: 0.7ms) + + +Started GET "/sail/settings?utf8=%E2%9C%93" for ::1 at 2019-01-22 20:19:26 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"utf8"=>"✓"} +Unpermitted parameter: :utf8 + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameter: :utf8 +  (0.2ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameter: :utf8 +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.6ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.6ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.2ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (13.2ms) +Completed 200 OK in 31ms (Views: 22.9ms | ActiveRecord: 0.8ms) + + +Started GET "/sail/settings?utf8=%E2%9C%93" for ::1 at 2019-01-22 20:20:52 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"utf8"=>"✓"} +Unpermitted parameter: :utf8 + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameter: :utf8 +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameter: :utf8 +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.6ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.7ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (13.8ms) +Completed 200 OK in 118ms (Views: 110.4ms | ActiveRecord: 0.8ms) + + +Started GET "/sail/settings?utf8=%E2%9C%93" for ::1 at 2019-01-22 20:20:59 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"utf8"=>"✓"} +Unpermitted parameter: :utf8 + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameter: :utf8 +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameter: :utf8 +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.5ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.5ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.4ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (13.3ms) +Completed 200 OK in 113ms (Views: 105.2ms | ActiveRecord: 0.8ms) + + +Started GET "/sail/settings?utf8=%E2%9C%93&query=" for ::1 at 2019-01-22 20:21:08 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"utf8"=>"✓", "query"=>""} +Unpermitted parameter: :utf8 + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" = ? LIMIT ? [["group", ""], ["LIMIT", 1]] +Unpermitted parameter: :utf8 +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameter: :utf8 +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.6ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.7ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (6.6ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (12.5ms) +Completed 200 OK in 30ms (Views: 22.2ms | ActiveRecord: 0.8ms) + + +Started GET "/sail/settings?utf8=%E2%9C%93" for ::1 at 2019-01-22 20:21:20 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"utf8"=>"✓"} +Unpermitted parameter: :utf8 + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameter: :utf8 +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameter: :utf8 +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.6ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.6ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (19.8ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (25.8ms) +Completed 200 OK in 42ms (Views: 35.0ms | ActiveRecord: 0.7ms) + + +Started GET "/sail/settings?utf8=%E2%9C%93" for ::1 at 2019-01-22 20:21:36 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"utf8"=>"✓"} +Unpermitted parameter: :utf8 + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameter: :utf8 +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameter: :utf8 +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.5ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.5ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.4ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (13.2ms) +Completed 200 OK in 31ms (Views: 22.3ms | ActiveRecord: 0.8ms) + + +Started GET "/sail/settings" for ::1 at 2019-01-22 20:21:38 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"authenticity_token"=>"BPpGzUDfSNpex/TnVYIcEAm3EZS46jF/i9J6bov6MbZ1TL9/DxgGYVI19u+85rckwStwx0SCrJM19G5EieYU8g=="} +Unpermitted parameters: :_method, :authenticity_token + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.5ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.5ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.1ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (13.3ms) +Completed 200 OK in 30ms (Views: 23.0ms | ActiveRecord: 0.7ms) + + +Started GET "/sail/settings" for ::1 at 2019-01-22 20:22:04 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"authenticity_token"=>"BPpGzUDfSNpex/TnVYIcEAm3EZS46jF/i9J6bov6MbZ1TL9/DxgGYVI19u+85rckwStwx0SCrJM19G5EieYU8g=="} +Unpermitted parameters: :_method, :authenticity_token + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (3.2ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.3ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (14.2ms) +Completed 200 OK in 116ms (Views: 108.5ms | ActiveRecord: 0.8ms) + + +Started GET "/sail/settings" for ::1 at 2019-01-22 20:22:15 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"authenticity_token"=>"BPpGzUDfSNpex/TnVYIcEAm3EZS46jF/i9J6bov6MbZ1TL9/DxgGYVI19u+85rckwStwx0SCrJM19G5EieYU8g=="} +Unpermitted parameters: :_method, :authenticity_token + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.5ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.1ms) + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (5.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (10.4ms) +Completed 200 OK in 111ms (Views: 104.5ms | ActiveRecord: 0.6ms) + + +Started GET "/sail/settings" for ::1 at 2019-01-22 20:22:22 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"authenticity_token"=>"BPpGzUDfSNpex/TnVYIcEAm3EZS46jF/i9J6bov6MbZ1TL9/DxgGYVI19u+85rckwStwx0SCrJM19G5EieYU8g=="} +Unpermitted parameters: :_method, :authenticity_token + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameters: :_method, :authenticity_token +  (0.2ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.6ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.7ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.1ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (13.2ms) +Completed 200 OK in 31ms (Views: 23.6ms | ActiveRecord: 0.8ms) + + +Started GET "/sail/settings" for ::1 at 2019-01-22 20:22:34 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"authenticity_token"=>"BPpGzUDfSNpex/TnVYIcEAm3EZS46jF/i9J6bov6MbZ1TL9/DxgGYVI19u+85rckwStwx0SCrJM19G5EieYU8g=="} +Unpermitted parameters: :_method, :authenticity_token + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameters: :_method, :authenticity_token +  (0.2ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.6ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.8ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.6ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (13.9ms) +Completed 200 OK in 112ms (Views: 104.5ms | ActiveRecord: 0.8ms) + + +Started GET "/sail/settings" for ::1 at 2019-01-22 20:22:46 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"authenticity_token"=>"BPpGzUDfSNpex/TnVYIcEAm3EZS46jF/i9J6bov6MbZ1TL9/DxgGYVI19u+85rckwStwx0SCrJM19G5EieYU8g=="} +Unpermitted parameters: :_method, :authenticity_token + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.5ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.1ms) + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (6.1ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (11.0ms) +Completed 200 OK in 120ms (Views: 114.0ms | ActiveRecord: 0.7ms) + + +Started GET "/sail/settings" for ::1 at 2019-01-22 20:23:14 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"authenticity_token"=>"BPpGzUDfSNpex/TnVYIcEAm3EZS46jF/i9J6bov6MbZ1TL9/DxgGYVI19u+85rckwStwx0SCrJM19G5EieYU8g=="} +Unpermitted parameters: :_method, :authenticity_token + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.5ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.6ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.4ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (13.4ms) +Completed 200 OK in 111ms (Views: 103.8ms | ActiveRecord: 0.7ms) + + +Started GET "/sail/settings" for ::1 at 2019-01-22 20:23:22 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"authenticity_token"=>"BPpGzUDfSNpex/TnVYIcEAm3EZS46jF/i9J6bov6MbZ1TL9/DxgGYVI19u+85rckwStwx0SCrJM19G5EieYU8g=="} +Unpermitted parameters: :_method, :authenticity_token + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameters: :_method, :authenticity_token +  (0.2ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.5ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.1ms) + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (6.5ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (11.5ms) +Completed 200 OK in 127ms (Views: 119.6ms | ActiveRecord: 0.7ms) + + +Started GET "/sail/settings" for ::1 at 2019-01-22 20:23:33 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"authenticity_token"=>"BPpGzUDfSNpex/TnVYIcEAm3EZS46jF/i9J6bov6MbZ1TL9/DxgGYVI19u+85rckwStwx0SCrJM19G5EieYU8g=="} +Unpermitted parameters: :_method, :authenticity_token + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameters: :_method, :authenticity_token +  (0.2ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.5ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.3ms) + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (6.6ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (11.9ms) +Completed 200 OK in 119ms (Views: 110.5ms | ActiveRecord: 0.8ms) + + +Started GET "/sail/settings" for ::1 at 2019-01-22 20:23:39 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"authenticity_token"=>"BPpGzUDfSNpex/TnVYIcEAm3EZS46jF/i9J6bov6MbZ1TL9/DxgGYVI19u+85rckwStwx0SCrJM19G5EieYU8g=="} +Unpermitted parameters: :_method, :authenticity_token + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.5ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.4ms) + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.3ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (12.8ms) +Completed 200 OK in 112ms (Views: 105.2ms | ActiveRecord: 0.7ms) + + +Started GET "/sail/settings" for ::1 at 2019-01-22 20:23:45 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"authenticity_token"=>"BPpGzUDfSNpex/TnVYIcEAm3EZS46jF/i9J6bov6MbZ1TL9/DxgGYVI19u+85rckwStwx0SCrJM19G5EieYU8g=="} +Unpermitted parameters: :_method, :authenticity_token + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.4ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.5ms) + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (6.4ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (11.6ms) +Completed 200 OK in 121ms (Views: 115.4ms | ActiveRecord: 0.5ms) + + +Started GET "/sail/settings" for ::1 at 2019-01-22 20:23:58 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"authenticity_token"=>"BPpGzUDfSNpex/TnVYIcEAm3EZS46jF/i9J6bov6MbZ1TL9/DxgGYVI19u+85rckwStwx0SCrJM19G5EieYU8g=="} +Unpermitted parameters: :_method, :authenticity_token + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.6ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.9ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (24.4ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (31.0ms) +Completed 200 OK in 127ms (Views: 118.8ms | ActiveRecord: 0.9ms) + + +Started GET "/sail/settings" for ::1 at 2019-01-22 20:24:09 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"authenticity_token"=>"BPpGzUDfSNpex/TnVYIcEAm3EZS46jF/i9J6bov6MbZ1TL9/DxgGYVI19u+85rckwStwx0SCrJM19G5EieYU8g=="} +Unpermitted parameters: :_method, :authenticity_token + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.6ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.7ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (13.7ms) +Completed 200 OK in 29ms (Views: 22.7ms | ActiveRecord: 0.6ms) + + +Started GET "/sail/settings" for ::1 at 2019-01-22 20:24:39 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"authenticity_token"=>"BPpGzUDfSNpex/TnVYIcEAm3EZS46jF/i9J6bov6MbZ1TL9/DxgGYVI19u+85rckwStwx0SCrJM19G5EieYU8g=="} +Unpermitted parameters: :_method, :authenticity_token + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.5ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.4ms) + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (6.5ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (12.0ms) +Completed 200 OK in 123ms (Views: 115.3ms | ActiveRecord: 0.7ms) + + +Started GET "/sail/settings" for ::1 at 2019-01-22 20:24:46 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"authenticity_token"=>"BPpGzUDfSNpex/TnVYIcEAm3EZS46jF/i9J6bov6MbZ1TL9/DxgGYVI19u+85rckwStwx0SCrJM19G5EieYU8g=="} +Unpermitted parameters: :_method, :authenticity_token + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameters: :_method, :authenticity_token +  (0.2ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.5ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.2ms) + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (6.8ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (12.0ms) +Completed 200 OK in 111ms (Views: 103.7ms | ActiveRecord: 0.7ms) + + +Started GET "/sail/settings" for ::1 at 2019-01-22 20:24:53 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"authenticity_token"=>"BPpGzUDfSNpex/TnVYIcEAm3EZS46jF/i9J6bov6MbZ1TL9/DxgGYVI19u+85rckwStwx0SCrJM19G5EieYU8g=="} +Unpermitted parameters: :_method, :authenticity_token + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameters: :_method, :authenticity_token +  (0.2ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameters: :_method, :authenticity_token +  (0.2ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.8ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (8.0ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (14.2ms) +Completed 200 OK in 119ms (Views: 110.0ms | ActiveRecord: 0.9ms) + + +Started GET "/sail/settings" for ::1 at 2019-01-22 20:25:37 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"authenticity_token"=>"BPpGzUDfSNpex/TnVYIcEAm3EZS46jF/i9J6bov6MbZ1TL9/DxgGYVI19u+85rckwStwx0SCrJM19G5EieYU8g=="} +Unpermitted parameters: :_method, :authenticity_token + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.6ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.3ms) + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.8ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (12.8ms) +Completed 200 OK in 113ms (Views: 108.0ms | ActiveRecord: 0.5ms) + + +Started GET "/sail/settings" for ::1 at 2019-01-22 20:25:45 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"authenticity_token"=>"cSBMbtgDomxhAKSGjYgQ6iSCnsGjGk/UuHouCIdBPRcAlrXcl8Ts123ypo5k7Lve7B7/kl9y0jgGXDoihV0YUw=="} +Unpermitted parameters: :_method, :authenticity_token + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.8ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.2ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (13.6ms) +Completed 200 OK in 29ms (Views: 22.5ms | ActiveRecord: 0.7ms) + + +Started GET "/sail/settings" for ::1 at 2019-01-22 20:26:13 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"authenticity_token"=>"cSBMbtgDomxhAKSGjYgQ6iSCnsGjGk/UuHouCIdBPRcAlrXcl8Ts123ypo5k7Lve7B7/kl9y0jgGXDoihV0YUw=="} +Unpermitted parameters: :_method, :authenticity_token + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.6ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.6ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.3ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (13.0ms) +Completed 200 OK in 29ms (Views: 21.6ms | ActiveRecord: 0.7ms) + + +Started GET "/sail/settings" for ::1 at 2019-01-22 20:26:36 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"authenticity_token"=>"79V8vfpSubyoVVVy1PorSLspNPTcnJsrVbkxCUz9M1ieY4UPtZX3B6SnV3o9noB8c7VVpyD0BsfrnyUjTuEWHA=="} +Unpermitted parameters: :_method, :authenticity_token + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (14.8ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (8.0ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (26.0ms) +Completed 200 OK in 116ms (Views: 109.1ms | ActiveRecord: 0.7ms) + + +Started GET "/sail/settings" for ::1 at 2019-01-22 20:26:43 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"authenticity_token"=>"79V8vfpSubyoVVVy1PorSLspNPTcnJsrVbkxCUz9M1ieY4UPtZX3B6SnV3o9noB8c7VVpyD0BsfrnyUjTuEWHA=="} +Unpermitted parameters: :_method, :authenticity_token + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.8ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (12.4ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.8ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (23.8ms) +Completed 200 OK in 117ms (Views: 110.0ms | ActiveRecord: 0.7ms) + + +Started GET "/sail/settings" for ::1 at 2019-01-22 20:26:51 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"authenticity_token"=>"xKe4/lV1xrtPUrOl058KG1hlhlJ2vquuVuHgBaf84mm1EUFMGrKIAEOgsa06+6EvkPnnAYrWNkLox/QvpeDHLQ=="} +Unpermitted parameters: :_method, :authenticity_token + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (3.2ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.1ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (13.7ms) +Completed 200 OK in 113ms (Views: 105.5ms | ActiveRecord: 0.7ms) + + +Started GET "/sail" for ::1 at 2019-01-22 20:26:55 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.5ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.1ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (6.1ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (11.1ms) +Completed 200 OK in 24ms (Views: 18.7ms | ActiveRecord: 0.5ms) + + +Started GET "/sail" for ::1 at 2019-01-22 20:26:56 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.5ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.9ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (3.5ms) + Sail::Setting Load (0.6ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (8.8ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (16.5ms) +Completed 200 OK in 37ms (Views: 27.8ms | ActiveRecord: 1.6ms) + + +Started GET "/sail/settings?utf8=%E2%9C%93" for ::1 at 2019-01-22 20:27:07 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"utf8"=>"✓"} +Unpermitted parameter: :utf8 + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameter: :utf8 +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameter: :utf8 +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.9ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.6ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (14.0ms) +Completed 200 OK in 31ms (Views: 23.4ms | ActiveRecord: 0.7ms) + + +Started GET "/sail/settings?utf8=%E2%9C%93" for ::1 at 2019-01-22 20:27:17 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"utf8"=>"✓"} +Unpermitted parameter: :utf8 + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameter: :utf8 +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameter: :utf8 +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.9ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.8ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (14.3ms) +Completed 200 OK in 162ms (Views: 155.1ms | ActiveRecord: 0.7ms) + + +Started GET "/sail/settings?utf8=%E2%9C%93" for ::1 at 2019-01-22 20:27:22 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"utf8"=>"✓"} +Unpermitted parameter: :utf8 + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameter: :utf8 +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameter: :utf8 +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.6ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.5ms) + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (13.4ms) +Completed 200 OK in 103ms (Views: 95.2ms | ActiveRecord: 0.7ms) + + +Started GET "/sail/settings" for ::1 at 2019-01-22 20:27:26 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"authenticity_token"=>"EeHVcf764I9t3nGQz3U8WCSePcwREZYNsga99nX8MQJgVyzDsT2uNGEsc5gmEZds7AJcn+15C+EMIKncd+AURg=="} +Unpermitted parameters: :_method, :authenticity_token + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.5ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.3ms) + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (17.3ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (22.7ms) +Completed 200 OK in 39ms (Views: 32.1ms | ActiveRecord: 0.7ms) + + +Started GET "/sail/settings" for ::1 at 2019-01-22 20:27:42 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"authenticity_token"=>"EeHVcf764I9t3nGQz3U8WCSePcwREZYNsga99nX8MQJgVyzDsT2uNGEsc5gmEZds7AJcn+15C+EMIKncd+AURg=="} +Unpermitted parameters: :_method, :authenticity_token + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.6ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.6ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.1ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (13.0ms) +Completed 200 OK in 101ms (Views: 94.3ms | ActiveRecord: 0.7ms) + + +Started GET "/sail/settings" for ::1 at 2019-01-22 20:28:14 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"authenticity_token"=>"EeHVcf764I9t3nGQz3U8WCSePcwREZYNsga99nX8MQJgVyzDsT2uNGEsc5gmEZds7AJcn+15C+EMIKncd+AURg=="} +Unpermitted parameters: :_method, :authenticity_token + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.6ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.4ms) + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (6.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (12.2ms) +Completed 200 OK in 101ms (Views: 94.3ms | ActiveRecord: 0.6ms) + + +Started GET "/sail/settings" for ::1 at 2019-01-22 20:28:33 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"authenticity_token"=>"EeHVcf764I9t3nGQz3U8WCSePcwREZYNsga99nX8MQJgVyzDsT2uNGEsc5gmEZds7AJcn+15C+EMIKncd+AURg=="} +Unpermitted parameters: :_method, :authenticity_token + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.5ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.5ms) + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (6.6ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (12.1ms) +Completed 200 OK in 110ms (Views: 103.7ms | ActiveRecord: 0.6ms) + + +Started GET "/sail/settings" for ::1 at 2019-01-22 20:28:36 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"authenticity_token"=>"EeHVcf764I9t3nGQz3U8WCSePcwREZYNsga99nX8MQJgVyzDsT2uNGEsc5gmEZds7AJcn+15C+EMIKncd+AURg=="} +Unpermitted parameters: :_method, :authenticity_token + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.5ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.4ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.2ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (13.0ms) +Completed 200 OK in 30ms (Views: 22.2ms | ActiveRecord: 0.7ms) + + +Started GET "/sail/settings" for ::1 at 2019-01-22 20:28:42 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"authenticity_token"=>"EeHVcf764I9t3nGQz3U8WCSePcwREZYNsga99nX8MQJgVyzDsT2uNGEsc5gmEZds7AJcn+15C+EMIKncd+AURg=="} +Unpermitted parameters: :_method, :authenticity_token + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameters: :_method, :authenticity_token +  (0.2ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (3.7ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.5ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (15.5ms) +Completed 200 OK in 107ms (Views: 99.3ms | ActiveRecord: 0.8ms) + + +Started GET "/sail/settings" for ::1 at 2019-01-22 20:28:46 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"authenticity_token"=>"EeHVcf764I9t3nGQz3U8WCSePcwREZYNsga99nX8MQJgVyzDsT2uNGEsc5gmEZds7AJcn+15C+EMIKncd+AURg=="} +Unpermitted parameters: :_method, :authenticity_token + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameters: :_method, :authenticity_token +  (0.2ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.5ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.5ms) + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (6.3ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (11.5ms) +Completed 200 OK in 102ms (Views: 96.2ms | ActiveRecord: 0.6ms) + + +Started GET "/sail/settings" for ::1 at 2019-01-22 20:29:34 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"authenticity_token"=>"EeHVcf764I9t3nGQz3U8WCSePcwREZYNsga99nX8MQJgVyzDsT2uNGEsc5gmEZds7AJcn+15C+EMIKncd+AURg=="} +Unpermitted parameters: :_method, :authenticity_token + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.6ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.6ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (21.0ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (27.2ms) +Completed 200 OK in 119ms (Views: 111.8ms | ActiveRecord: 0.8ms) + + +Started GET "/sail/settings" for ::1 at 2019-01-22 20:29:45 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"authenticity_token"=>"EeHVcf764I9t3nGQz3U8WCSePcwREZYNsga99nX8MQJgVyzDsT2uNGEsc5gmEZds7AJcn+15C+EMIKncd+AURg=="} +Unpermitted parameters: :_method, :authenticity_token + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameters: :_method, :authenticity_token +  (0.2ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameters: :_method, :authenticity_token +  (0.2ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.5ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (3.0ms) + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (5.9ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (12.3ms) +Completed 200 OK in 116ms (Views: 108.2ms | ActiveRecord: 0.8ms) + + +Started GET "/sail/settings" for ::1 at 2019-01-22 20:29:56 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"authenticity_token"=>"EeHVcf764I9t3nGQz3U8WCSePcwREZYNsga99nX8MQJgVyzDsT2uNGEsc5gmEZds7AJcn+15C+EMIKncd+AURg=="} +Unpermitted parameters: :_method, :authenticity_token + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameters: :_method, :authenticity_token +  (0.2ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameters: :_method, :authenticity_token +  (0.2ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.5ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.4ms) + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.1ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (12.5ms) +Completed 200 OK in 115ms (Views: 107.5ms | ActiveRecord: 0.8ms) + + +Started GET "/sail/settings" for ::1 at 2019-01-22 20:30:04 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"authenticity_token"=>"EeHVcf764I9t3nGQz3U8WCSePcwREZYNsga99nX8MQJgVyzDsT2uNGEsc5gmEZds7AJcn+15C+EMIKncd+AURg=="} +Unpermitted parameters: :_method, :authenticity_token + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.5ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.5ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (6.8ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (12.5ms) +Completed 200 OK in 115ms (Views: 108.1ms | ActiveRecord: 0.7ms) + + +Started GET "/sail/settings" for ::1 at 2019-01-22 20:30:20 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"authenticity_token"=>"EeHVcf764I9t3nGQz3U8WCSePcwREZYNsga99nX8MQJgVyzDsT2uNGEsc5gmEZds7AJcn+15C+EMIKncd+AURg=="} +Unpermitted parameters: :_method, :authenticity_token + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.6ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.6ms) + Sail::Setting Load (0.4ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (12.6ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (19.6ms) +Completed 200 OK in 122ms (Views: 116.5ms | ActiveRecord: 0.7ms) + + +Started GET "/sail/settings" for ::1 at 2019-01-22 20:30:26 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"authenticity_token"=>"EeHVcf764I9t3nGQz3U8WCSePcwREZYNsga99nX8MQJgVyzDsT2uNGEsc5gmEZds7AJcn+15C+EMIKncd+AURg=="} +Unpermitted parameters: :_method, :authenticity_token + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.4ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.0ms) + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (16.3ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (21.1ms) +Completed 200 OK in 110ms (Views: 103.8ms | ActiveRecord: 0.6ms) + + +Started GET "/sail/settings" for ::1 at 2019-01-22 20:30:35 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"authenticity_token"=>"EeHVcf764I9t3nGQz3U8WCSePcwREZYNsga99nX8MQJgVyzDsT2uNGEsc5gmEZds7AJcn+15C+EMIKncd+AURg=="} +Unpermitted parameters: :_method, :authenticity_token + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameters: :_method, :authenticity_token +  (0.2ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.6ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.6ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.6ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (13.4ms) +Completed 200 OK in 30ms (Views: 22.6ms | ActiveRecord: 0.7ms) + + +Started GET "/sail/settings" for ::1 at 2019-01-22 20:31:29 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"authenticity_token"=>"EeHVcf764I9t3nGQz3U8WCSePcwREZYNsga99nX8MQJgVyzDsT2uNGEsc5gmEZds7AJcn+15C+EMIKncd+AURg=="} +Unpermitted parameters: :_method, :authenticity_token + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.5ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.2ms) + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (6.8ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (11.8ms) +Completed 200 OK in 109ms (Views: 102.7ms | ActiveRecord: 0.6ms) + + +Started GET "/sail/settings" for ::1 at 2019-01-22 20:31:35 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"authenticity_token"=>"EeHVcf764I9t3nGQz3U8WCSePcwREZYNsga99nX8MQJgVyzDsT2uNGEsc5gmEZds7AJcn+15C+EMIKncd+AURg=="} +Unpermitted parameters: :_method, :authenticity_token + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.4ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.2ms) + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (6.4ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (11.2ms) +Completed 200 OK in 119ms (Views: 112.9ms | ActiveRecord: 0.6ms) + + +Started GET "/sail/settings" for ::1 at 2019-01-22 20:31:39 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"authenticity_token"=>"EeHVcf764I9t3nGQz3U8WCSePcwREZYNsga99nX8MQJgVyzDsT2uNGEsc5gmEZds7AJcn+15C+EMIKncd+AURg=="} +Unpermitted parameters: :_method, :authenticity_token + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.5ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.3ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (5.6ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (11.6ms) +Completed 200 OK in 117ms (Views: 110.5ms | ActiveRecord: 0.7ms) + + +Started GET "/sail/settings" for ::1 at 2019-01-22 20:31:43 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"authenticity_token"=>"EeHVcf764I9t3nGQz3U8WCSePcwREZYNsga99nX8MQJgVyzDsT2uNGEsc5gmEZds7AJcn+15C+EMIKncd+AURg=="} +Unpermitted parameters: :_method, :authenticity_token + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameters: :_method, :authenticity_token +  (0.2ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameters: :_method, :authenticity_token +  (0.4ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.6ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.6ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (18.8ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (24.9ms) +Completed 200 OK in 121ms (Views: 111.1ms | ActiveRecord: 1.1ms) + + +Started GET "/sail/settings" for ::1 at 2019-01-22 20:32:01 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"authenticity_token"=>"EeHVcf764I9t3nGQz3U8WCSePcwREZYNsga99nX8MQJgVyzDsT2uNGEsc5gmEZds7AJcn+15C+EMIKncd+AURg=="} +Unpermitted parameters: :_method, :authenticity_token + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.6ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.9ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (8.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (15.0ms) +Completed 200 OK in 31ms (Views: 25.0ms | ActiveRecord: 0.6ms) + + +Started GET "/sail/settings" for ::1 at 2019-01-22 20:32:13 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"authenticity_token"=>"EeHVcf764I9t3nGQz3U8WCSePcwREZYNsga99nX8MQJgVyzDsT2uNGEsc5gmEZds7AJcn+15C+EMIKncd+AURg=="} +Unpermitted parameters: :_method, :authenticity_token + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.5ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.2ms) + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (6.4ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (11.4ms) +Completed 200 OK in 115ms (Views: 107.9ms | ActiveRecord: 0.7ms) + + +Started GET "/sail/settings" for ::1 at 2019-01-22 20:32:19 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"authenticity_token"=>"EeHVcf764I9t3nGQz3U8WCSePcwREZYNsga99nX8MQJgVyzDsT2uNGEsc5gmEZds7AJcn+15C+EMIKncd+AURg=="} +Unpermitted parameters: :_method, :authenticity_token + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.6ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.5ms) + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.3ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (13.0ms) +Completed 200 OK in 119ms (Views: 112.0ms | ActiveRecord: 0.6ms) + + +Started GET "/sail/settings" for ::1 at 2019-01-22 20:33:37 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"authenticity_token"=>"EeHVcf764I9t3nGQz3U8WCSePcwREZYNsga99nX8MQJgVyzDsT2uNGEsc5gmEZds7AJcn+15C+EMIKncd+AURg=="} +Unpermitted parameters: :_method, :authenticity_token + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (2.1ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (4.1ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (5.2ms) +Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.5ms) + + + +ActionView::Template::Error (uninitialized constant Sail::ConstantCollection::FIELDS_FOR_SORT): + 1: <div id="sort-menu" style="display: none;"> + 2: <% Sail::ConstantCollection::FIELDS_FOR_SORT.each do |field| %> + 3: <%= form_tag(settings_path(order_field: field), method: :get) do %> + 4: <button type="submit"><%= field %></button> + 5: <% end %> + +/Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb:2:in `___sers_stock_workspace_sail_app_views_sail_settings__sort_menu_html_erb___892671339564645057_70158369456820' +actionview (5.2.2) lib/action_view/template.rb:159:in `block in render' +activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument' +actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template' +actionview (5.2.2) lib/action_view/template.rb:157:in `render' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:344:in `block in render_partial' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:333:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:312:in `render' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:49:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:23:in `render' +actionview (5.2.2) lib/action_view/helpers/rendering_helper.rb:33:in `render' +/Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb:17:in `___sers_stock_workspace_sail_app_views_sail_settings__search_html_erb__674747801506012441_70158369344480' +actionview (5.2.2) lib/action_view/template.rb:159:in `block in render' +activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument' +actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template' +actionview (5.2.2) lib/action_view/template.rb:157:in `render' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:344:in `block in render_partial' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:333:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/partial_renderer.rb:312:in `render' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:49:in `render_partial' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:23:in `render' +actionview (5.2.2) lib/action_view/helpers/rendering_helper.rb:33:in `render' +/Users/stock/workspace/sail/app/views/sail/settings/index.html.erb:5:in `block in ___sers_stock_workspace_sail_app_views_sail_settings_index_html_erb__3779155059249836829_70158369262560' +actionview (5.2.2) lib/action_view/helpers/cache_helper.rb:171:in `cache' +/Users/stock/workspace/sail/app/views/sail/settings/index.html.erb:2:in `___sers_stock_workspace_sail_app_views_sail_settings_index_html_erb__3779155059249836829_70158369262560' +actionview (5.2.2) lib/action_view/template.rb:159:in `block in render' +activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument' +actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template' +actionview (5.2.2) lib/action_view/template.rb:157:in `render' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:52:in `render_template' +actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:16:in `render' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:44:in `render_template' +actionview (5.2.2) lib/action_view/renderer/renderer.rb:25:in `render' +actionview (5.2.2) lib/action_view/rendering.rb:103:in `_render_template' +actionpack (5.2.2) lib/action_controller/metal/streaming.rb:219:in `_render_template' +actionview (5.2.2) lib/action_view/rendering.rb:84:in `render_to_body' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:52:in `render_to_body' +actionpack (5.2.2) lib/action_controller/metal/renderers.rb:142:in `render_to_body' +actionpack (5.2.2) lib/abstract_controller/rendering.rb:25:in `render' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:36:in `render' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render' +activesupport (5.2.2) lib/active_support/core_ext/benchmark.rb:14:in `block in ms' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/benchmark.rb:308:in `realtime' +activesupport (5.2.2) lib/active_support/core_ext/benchmark.rb:14:in `ms' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:46:in `block in render' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' +activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:31:in `cleanup_view_runtime' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:45:in `render' +actionpack (5.2.2) lib/action_controller/metal/implicit_render.rb:35:in `default_render' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' +actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' +actionpack (5.2.2) lib/abstract_controller/base.rb:194:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/rendering.rb:30:in `process_action' +actionpack (5.2.2) lib/abstract_controller/callbacks.rb:42:in `block in process_action' +activesupport (5.2.2) lib/active_support/callbacks.rb:132:in `run_callbacks' +actionpack (5.2.2) lib/abstract_controller/callbacks.rb:41:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/rescue.rb:22:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' +actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:32:in `process_action' +actionpack (5.2.2) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' +activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:24:in `process_action' +actionpack (5.2.2) lib/abstract_controller/base.rb:134:in `process' +actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiling_methods.rb:104:in `block in profile_method' +actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' +actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' +railties (5.2.2) lib/rails/engine.rb:524:in `call' +railties (5.2.2) lib/rails/railtie.rb:190:in `public_send' +railties (5.2.2) lib/rails/railtie.rb:190:in `method_missing' +actionpack (5.2.2) lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>' +actionpack (5.2.2) lib/action_dispatch/routing/mapper.rb:48:in `serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' +rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' +rack (2.0.6) lib/rack/etag.rb:25:in `call' +rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' +rack (2.0.6) lib/rack/head.rb:12:in `call' +actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' +rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' +rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' +activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' +activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' +actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.6) lib/rack/method_override.rb:22:in `call' +rack (2.0.6) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.6) lib/rack/sendfile.rb:111:in `call' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiler.rb:281:in `call' +railties (5.2.2) lib/rails/engine.rb:524:in `call' +rack (2.0.6) lib/rack/handler/webrick.rb:86:in `service' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:140:in `service' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:96:in `run' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/server.rb:307:in `block in start_thread' + Sail::Setting Load (0.2ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "test_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "number_of_threads"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "bonus_range"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "admin_list"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_2"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_3"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_4"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_5"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "float_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "date_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "cron_setting"], ["LIMIT", 1]] +  (0.1ms) SELECT "sail_settings"."name" FROM "sail_settings" + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE 1=0 +Started GET "/sail/settings" for ::1 at 2019-01-22 20:33:52 -0200 +  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Processing by Sail::SettingsController#index as HTML + Parameters: {"authenticity_token"=>"EeHVcf764I9t3nGQz3U8WCSePcwREZYNsga99nX8MQJgVyzDsT2uNGEsc5gmEZds7AJcn+15C+EMIKncd+AURg=="} +Unpermitted parameters: :_method, :authenticity_token + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.5ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (282.6ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.3ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (296.1ms) +Completed 200 OK in 319ms (Views: 308.2ms | ActiveRecord: 0.8ms) + + + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "test_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "number_of_threads"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "bonus_range"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "admin_list"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_2"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_3"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_4"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_5"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "float_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "date_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "cron_setting"], ["LIMIT", 1]] +  (0.1ms) SELECT "sail_settings"."name" FROM "sail_settings" + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE 1=0 +Started GET "/sail" for ::1 at 2019-01-22 20:37:33 -0200 +  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.6ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (285.5ms) + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (6.2ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (297.1ms) +Completed 200 OK in 320ms (Views: 311.5ms | ActiveRecord: 0.6ms) + + +Started GET "/sail" for ::1 at 2019-01-22 20:37:34 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.6ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.6ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (6.8ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (33.7ms) +Completed 200 OK in 48ms (Views: 42.3ms | ActiveRecord: 0.6ms) + + +Started GET "/sail" for ::1 at 2019-01-22 20:37:35 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.9ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.1ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (13.6ms) +Completed 200 OK in 32ms (Views: 25.4ms | ActiveRecord: 0.7ms) + + +Started GET "/sail" for ::1 at 2019-01-22 20:38:49 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.2ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.6ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.5ms) + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.3ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (12.8ms) +Completed 200 OK in 40ms (Views: 32.9ms | ActiveRecord: 0.7ms) + + +Started GET "/sail/settings?utf8=%E2%9C%93" for ::1 at 2019-01-22 20:39:02 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"utf8"=>"✓"} +Unpermitted parameter: :utf8 + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameter: :utf8 +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameter: :utf8 +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.7ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.9ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (14.5ms) +Completed 200 OK in 48ms (Views: 40.5ms | ActiveRecord: 0.9ms) + + +Started GET "/sail/settings?utf8=%E2%9C%93" for ::1 at 2019-01-22 20:39:05 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"utf8"=>"✓"} +Unpermitted parameter: :utf8 + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameter: :utf8 +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameter: :utf8 +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.7ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.8ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (14.0ms) +Completed 200 OK in 30ms (Views: 23.2ms | ActiveRecord: 0.7ms) + + + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "test_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "number_of_threads"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "bonus_range"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "admin_list"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_2"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_3"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_4"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_5"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "float_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "date_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "cron_setting"], ["LIMIT", 1]] +  (0.1ms) SELECT "sail_settings"."name" FROM "sail_settings" + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE 1=0 +Started GET "/sail/settings?utf8=%E2%9C%93" for ::1 at 2019-01-22 20:41:07 -0200 +  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Processing by Sail::SettingsController#index as HTML + Parameters: {"utf8"=>"✓"} +Unpermitted parameter: :utf8 + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameter: :utf8 +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameter: :utf8 +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.6ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (266.7ms) + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (6.1ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (278.0ms) +Completed 200 OK in 297ms (Views: 289.0ms | ActiveRecord: 0.6ms) + + +Started GET "/sail/settings?utf8=%E2%9C%93" for ::1 at 2019-01-22 20:41:46 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"utf8"=>"✓"} +Unpermitted parameter: :utf8 + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameter: :utf8 +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameter: :utf8 +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.6ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.1ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (13.8ms) +Completed 200 OK in 30ms (Views: 22.6ms | ActiveRecord: 0.9ms) + + +Started GET "/sail/settings?utf8=%E2%9C%93" for ::1 at 2019-01-22 20:41:59 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"utf8"=>"✓"} +Unpermitted parameter: :utf8 + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameter: :utf8 +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameter: :utf8 +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.8ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.8ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.1ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (13.6ms) +Completed 200 OK in 107ms (Views: 100.0ms | ActiveRecord: 0.7ms) + + +Started GET "/sail/settings?utf8=%E2%9C%93" for ::1 at 2019-01-22 20:42:03 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"utf8"=>"✓"} +Unpermitted parameter: :utf8 + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameter: :utf8 +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameter: :utf8 +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.6ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.6ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (6.9ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (13.2ms) +Completed 200 OK in 29ms (Views: 22.3ms | ActiveRecord: 0.9ms) + + + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "test_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "number_of_threads"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "bonus_range"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "admin_list"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_2"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_3"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_4"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_5"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "float_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "date_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "cron_setting"], ["LIMIT", 1]] +  (0.1ms) SELECT "sail_settings"."name" FROM "sail_settings" + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE 1=0 +Started GET "/sail/settings?utf8=%E2%9C%93" for ::1 at 2019-01-22 20:51:54 -0200 +  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Processing by Sail::SettingsController#index as HTML + Parameters: {"utf8"=>"✓"} +Unpermitted parameter: :utf8 + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameter: :utf8 +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameter: :utf8 +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.6ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (264.9ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.8ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (279.0ms) +Completed 200 OK in 299ms (Views: 290.0ms | ActiveRecord: 0.8ms) + + +Started GET "/sail/settings?utf8=%E2%9C%93" for ::1 at 2019-01-22 20:51:58 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"utf8"=>"✓"} +Unpermitted parameter: :utf8 + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameter: :utf8 +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameter: :utf8 +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.9ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (3.0ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.4ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (14.0ms) +Completed 200 OK in 30ms (Views: 23.7ms | ActiveRecord: 0.6ms) + + +Started GET "/sail/settings?utf8=%E2%9C%93" for ::1 at 2019-01-22 20:53:27 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"utf8"=>"✓"} +Unpermitted parameter: :utf8 +Unpermitted parameter: :utf8 + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameter: :utf8 +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameter: :utf8 +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (3.1ms) + Sail::Setting Load (0.4ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (6.5ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (19.1ms) +Completed 200 OK in 40ms (Views: 27.1ms | ActiveRecord: 1.5ms) + + +Started GET "/sail/settings?utf8=%E2%9C%93" for ::1 at 2019-01-22 20:53:29 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"utf8"=>"✓"} +Unpermitted parameter: :utf8 +Unpermitted parameter: :utf8 + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameter: :utf8 +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameter: :utf8 +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.8ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (6.9ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (13.6ms) +Completed 200 OK in 29ms (Views: 22.0ms | ActiveRecord: 0.9ms) + + +Started GET "/sail/settings?utf8=%E2%9C%93" for ::1 at 2019-01-22 20:54:46 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"utf8"=>"✓"} +Unpermitted parameter: :utf8 +Unpermitted parameter: :utf8 + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameter: :utf8 +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameter: :utf8 +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.7ms) + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (6.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (12.5ms) +Completed 200 OK in 47ms (Views: 21.8ms | ActiveRecord: 0.7ms) + + +Started GET "/sail/settings?utf8=%E2%9C%93&order_field=name" for ::1 at 2019-01-22 20:54:49 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"utf8"=>"✓", "order_field"=>"name"} +Unpermitted parameter: :utf8 +Unpermitted parameter: :utf8 + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameter: :utf8 +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameter: :utf8 +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" ORDER BY "sail_settings"."name" DESC LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.6ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.4ms) + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" ORDER BY "sail_settings"."name" DESC LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (6.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (12.1ms) +Completed 200 OK in 28ms (Views: 20.7ms | ActiveRecord: 0.7ms) + + +Started GET "/sail/settings?utf8=%E2%9C%93&order_field=updated_at" for ::1 at 2019-01-22 20:55:00 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"utf8"=>"✓", "order_field"=>"updated_at"} +Unpermitted parameter: :utf8 +Unpermitted parameter: :utf8 + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameter: :utf8 +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameter: :utf8 +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" ORDER BY "sail_settings"."updated_at" DESC LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (1.2ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (8.1ms) + Sail::Setting Load (0.3ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" ORDER BY "sail_settings"."updated_at" DESC LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (12.0ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (24.5ms) +Completed 200 OK in 47ms (Views: 36.5ms | ActiveRecord: 0.9ms) + + +Started GET "/sail/settings?utf8=%E2%9C%93&order_field=name" for ::1 at 2019-01-22 20:55:34 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"utf8"=>"✓", "order_field"=>"name"} +Unpermitted parameter: :utf8 + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameter: :utf8 +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameter: :utf8 +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" ORDER BY "sail_settings"."name" DESC LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (1.0ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (3.7ms) + Sail::Setting Load (0.5ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" ORDER BY "sail_settings"."name" DESC LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (10.0ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (26.0ms) +Completed 200 OK in 57ms (Views: 41.1ms | ActiveRecord: 1.5ms) + + +Started GET "/sail/settings?utf8=%E2%9C%93&order_field=cast_type" for ::1 at 2019-01-22 20:55:36 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"utf8"=>"✓", "order_field"=>"cast_type"} +Unpermitted parameter: :utf8 + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameter: :utf8 +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameter: :utf8 +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" ORDER BY "sail_settings"."cast_type" DESC LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.5ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" ORDER BY "sail_settings"."cast_type" DESC LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.5ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (13.2ms) +Completed 200 OK in 30ms (Views: 22.2ms | ActiveRecord: 0.8ms) + + +Started GET "/sail/settings?utf8=%E2%9C%93&order_field=group" for ::1 at 2019-01-22 20:55:39 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"utf8"=>"✓", "order_field"=>"group"} +Unpermitted parameter: :utf8 + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameter: :utf8 +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameter: :utf8 +  (0.2ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.3ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" ORDER BY "sail_settings"."group" DESC LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.8ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.7ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" ORDER BY "sail_settings"."group" DESC LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.2ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (13.3ms) +Completed 200 OK in 30ms (Views: 22.2ms | ActiveRecord: 0.9ms) + + +Started GET "/sail/settings?utf8=%E2%9C%93&order_field=name" for ::1 at 2019-01-22 20:55:43 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"utf8"=>"✓", "order_field"=>"name"} +Unpermitted parameter: :utf8 + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameter: :utf8 +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameter: :utf8 +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" ORDER BY "sail_settings"."name" DESC LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.7ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" ORDER BY "sail_settings"."name" DESC LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (6.8ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (12.7ms) +Completed 200 OK in 28ms (Views: 21.3ms | ActiveRecord: 0.7ms) + + +Started GET "/sail/settings?utf8=%E2%9C%93&order_field=name" for ::1 at 2019-01-22 20:56:56 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"utf8"=>"✓", "order_field"=>"name"} +Unpermitted parameter: :utf8 + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameter: :utf8 +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameter: :utf8 +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" ORDER BY "sail_settings"."name" DESC LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.6ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.3ms) + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" ORDER BY "sail_settings"."name" DESC LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (5.8ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (17.2ms) +Completed 200 OK in 36ms (Views: 24.5ms | ActiveRecord: 1.1ms) + + +Started GET "/sail/settings?utf8=%E2%9C%93&order_field=updated_at" for ::1 at 2019-01-22 20:57:02 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"utf8"=>"✓", "order_field"=>"updated_at"} +Unpermitted parameter: :utf8 + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameter: :utf8 +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameter: :utf8 +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" ORDER BY "sail_settings"."updated_at" DESC LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.6ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" ORDER BY "sail_settings"."updated_at" DESC LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (6.8ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (13.3ms) +Completed 200 OK in 30ms (Views: 22.1ms | ActiveRecord: 1.0ms) + + +Started GET "/sail/settings?utf8=%E2%9C%93&order_field=cast_type" for ::1 at 2019-01-22 20:57:03 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"utf8"=>"✓", "order_field"=>"cast_type"} +Unpermitted parameter: :utf8 + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameter: :utf8 +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameter: :utf8 +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" ORDER BY "sail_settings"."cast_type" DESC LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.9ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" ORDER BY "sail_settings"."cast_type" DESC LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (6.8ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (12.8ms) +Completed 200 OK in 29ms (Views: 21.6ms | ActiveRecord: 0.8ms) + + +Started GET "/sail/settings?utf8=%E2%9C%93&query=sas" for ::1 at 2019-01-22 20:57:08 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"utf8"=>"✓", "query"=>"sas"} +Unpermitted parameter: :utf8 + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" = ? LIMIT ? [["group", "sas"], ["LIMIT", 1]] +Unpermitted parameter: :utf8 +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" WHERE (name LIKE '%sas%') +Unpermitted parameter: :utf8 +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" WHERE (name LIKE '%sas%') LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" WHERE (name LIKE '%sas%') LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (4.2ms) +Completed 200 OK in 21ms (Views: 13.8ms | ActiveRecord: 0.6ms) + + +Started GET "/sail/settings?utf8=%E2%9C%93&query=sas" for ::1 at 2019-01-22 20:57:33 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"utf8"=>"✓", "query"=>"sas"} +Unpermitted parameter: :utf8 + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" = ? LIMIT ? [["group", "sas"], ["LIMIT", 1]] +Unpermitted parameter: :utf8 +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" WHERE (name LIKE '%sas%') +Unpermitted parameter: :utf8 +  (0.2ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" WHERE (name LIKE '%sas%') LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" WHERE (name LIKE '%sas%') LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.6ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.4ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (4.0ms) +Completed 200 OK in 110ms (Views: 102.4ms | ActiveRecord: 0.6ms) + + +Started GET "/sail/settings?utf8=%E2%9C%93&query=enable" for ::1 at 2019-01-22 20:57:37 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"utf8"=>"✓", "query"=>"enable"} +Unpermitted parameter: :utf8 + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" = ? LIMIT ? [["group", "enable"], ["LIMIT", 1]] +Unpermitted parameter: :utf8 +  (0.2ms) SELECT COUNT(*) FROM "sail_settings" WHERE (name LIKE '%enable%') +Unpermitted parameter: :utf8 +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" WHERE (name LIKE '%enable%') LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" WHERE (name LIKE '%enable%') LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.6ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.4ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" WHERE (name LIKE '%enable%') LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [6 times] (5.8ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (11.8ms) +Completed 200 OK in 28ms (Views: 20.1ms | ActiveRecord: 1.1ms) + + +Started GET "/sail/settings?utf8=%E2%9C%93&query=feature_flags" for ::1 at 2019-01-22 20:57:47 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"utf8"=>"✓", "query"=>"feature_flags"} +Unpermitted parameter: :utf8 + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" = ? LIMIT ? [["group", "feature_flags"], ["LIMIT", 1]] +Unpermitted parameter: :utf8 +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" WHERE "sail_settings"."group" = ? [["group", "feature_flags"]] +Unpermitted parameter: :utf8 +  (0.2ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" WHERE "sail_settings"."group" = ? LIMIT ? OFFSET ? [["group", "feature_flags"], ["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" WHERE "sail_settings"."group" = ? LIMIT ? OFFSET ?) subquery_for_cache_key [["group", "feature_flags"], ["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.6ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" WHERE "sail_settings"."group" = ? LIMIT ? OFFSET ? [["group", "feature_flags"], ["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.1ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (13.2ms) +Completed 200 OK in 33ms (Views: 24.1ms | ActiveRecord: 0.9ms) + + +Started GET "/sail/settings?utf8=%E2%9C%93&query=feature_flags" for ::1 at 2019-01-22 20:57:57 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"utf8"=>"✓", "query"=>"feature_flags"} +Unpermitted parameter: :utf8 + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" = ? LIMIT ? [["group", "feature_flags"], ["LIMIT", 1]] +Unpermitted parameter: :utf8 +  (0.2ms) SELECT COUNT(*) FROM "sail_settings" WHERE "sail_settings"."group" = ? [["group", "feature_flags"]] +Unpermitted parameter: :utf8 +  (0.2ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" WHERE "sail_settings"."group" = ? LIMIT ? OFFSET ? [["group", "feature_flags"], ["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" WHERE "sail_settings"."group" = ? LIMIT ? OFFSET ?) subquery_for_cache_key [["group", "feature_flags"], ["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.9ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (3.1ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" WHERE "sail_settings"."group" = ? LIMIT ? OFFSET ? [["group", "feature_flags"], ["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (9.3ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (16.2ms) +Completed 200 OK in 131ms (Views: 122.1ms | ActiveRecord: 1.0ms) + + +Started GET "/sail/settings?utf8=%E2%9C%93&query=test" for ::1 at 2019-01-22 20:58:00 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"utf8"=>"✓", "query"=>"test"} +Unpermitted parameter: :utf8 + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" = ? LIMIT ? [["group", "test"], ["LIMIT", 1]] +Unpermitted parameter: :utf8 +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" WHERE "sail_settings"."group" = ? [["group", "test"]] +Unpermitted parameter: :utf8 +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" WHERE "sail_settings"."group" = ? LIMIT ? OFFSET ? [["group", "test"], ["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" WHERE "sail_settings"."group" = ? LIMIT ? OFFSET ?) subquery_for_cache_key [["group", "test"], ["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.8ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (3.1ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" WHERE "sail_settings"."group" = ? LIMIT ? OFFSET ? [["group", "test"], ["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [1 times] (2.2ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (8.5ms) +Completed 200 OK in 25ms (Views: 17.9ms | ActiveRecord: 0.7ms) + + +Started GET "/sail/settings?utf8=%E2%9C%93&query=test" for ::1 at 2019-01-22 20:58:06 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"utf8"=>"✓", "query"=>"test"} +Unpermitted parameter: :utf8 + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" = ? LIMIT ? [["group", "test"], ["LIMIT", 1]] +Unpermitted parameter: :utf8 +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" WHERE "sail_settings"."group" = ? [["group", "test"]] +Unpermitted parameter: :utf8 +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" WHERE "sail_settings"."group" = ? LIMIT ? OFFSET ? [["group", "test"], ["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" WHERE "sail_settings"."group" = ? LIMIT ? OFFSET ?) subquery_for_cache_key [["group", "test"], ["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.6ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.5ms) + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" WHERE "sail_settings"."group" = ? LIMIT ? OFFSET ? [["group", "test"], ["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [1 times] (1.9ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (7.4ms) +Completed 200 OK in 113ms (Views: 106.2ms | ActiveRecord: 0.7ms) + + +Started GET "/sail/settings?utf8=%E2%9C%93&query=enable" for ::1 at 2019-01-22 20:58:10 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"utf8"=>"✓", "query"=>"enable"} +Unpermitted parameter: :utf8 + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" = ? LIMIT ? [["group", "enable"], ["LIMIT", 1]] +Unpermitted parameter: :utf8 +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" WHERE (name LIKE '%enable%') +Unpermitted parameter: :utf8 +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" WHERE (name LIKE '%enable%') LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" WHERE (name LIKE '%enable%') LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.6ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" WHERE (name LIKE '%enable%') LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [6 times] (5.9ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (12.0ms) +Completed 200 OK in 28ms (Views: 21.4ms | ActiveRecord: 0.7ms) + + +Started GET "/sail/settings?utf8=%E2%9C%93&query=enable" for ::1 at 2019-01-22 20:58:16 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"utf8"=>"✓", "query"=>"enable"} +Unpermitted parameter: :utf8 + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" = ? LIMIT ? [["group", "enable"], ["LIMIT", 1]] +Unpermitted parameter: :utf8 +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" WHERE (name LIKE '%enable%') +Unpermitted parameter: :utf8 +  (0.2ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" WHERE (name LIKE '%enable%') LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" WHERE (name LIKE '%enable%') LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.6ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.4ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" WHERE (name LIKE '%enable%') LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [6 times] (5.1ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (10.4ms) +Completed 200 OK in 115ms (Views: 107.3ms | ActiveRecord: 0.8ms) + + +Started GET "/sail/settings?utf8=%E2%9C%93&query=float" for ::1 at 2019-01-22 20:58:21 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"utf8"=>"✓", "query"=>"float"} +Unpermitted parameter: :utf8 +Unpermitted parameter: :utf8 +  (0.2ms) SELECT COUNT(*) FROM "sail_settings" WHERE "sail_settings"."cast_type" = ? [["cast_type", 5]] +Unpermitted parameter: :utf8 +  (0.2ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" WHERE "sail_settings"."cast_type" = ? LIMIT ? OFFSET ? [["cast_type", 5], ["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" WHERE "sail_settings"."cast_type" = ? LIMIT ? OFFSET ?) subquery_for_cache_key [["cast_type", 5], ["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.8ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (3.0ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" WHERE "sail_settings"."cast_type" = ? LIMIT ? OFFSET ? [["cast_type", 5], ["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [1 times] (2.1ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (8.3ms) +Completed 200 OK in 25ms (Views: 17.8ms | ActiveRecord: 0.7ms) + + +Started GET "/sail/settings?utf8=%E2%9C%93&query=test" for ::1 at 2019-01-22 20:58:27 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"utf8"=>"✓", "query"=>"test"} +Unpermitted parameter: :utf8 + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" = ? LIMIT ? [["group", "test"], ["LIMIT", 1]] +Unpermitted parameter: :utf8 +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" WHERE "sail_settings"."group" = ? [["group", "test"]] +Unpermitted parameter: :utf8 +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" WHERE "sail_settings"."group" = ? LIMIT ? OFFSET ? [["group", "test"], ["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" WHERE "sail_settings"."group" = ? LIMIT ? OFFSET ?) subquery_for_cache_key [["group", "test"], ["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.6ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.4ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" WHERE "sail_settings"."group" = ? LIMIT ? OFFSET ? [["group", "test"], ["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [1 times] (2.0ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (7.8ms) +Completed 200 OK in 36ms (Views: 28.6ms | ActiveRecord: 0.8ms) + + +Started GET "/sail/settings?utf8=%E2%9C%93&query=test" for ::1 at 2019-01-22 20:58:33 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"utf8"=>"✓", "query"=>"test"} +Unpermitted parameter: :utf8 + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" = ? LIMIT ? [["group", "test"], ["LIMIT", 1]] +Unpermitted parameter: :utf8 +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" WHERE "sail_settings"."group" = ? [["group", "test"]] +Unpermitted parameter: :utf8 +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" WHERE "sail_settings"."group" = ? LIMIT ? OFFSET ? [["group", "test"], ["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" WHERE "sail_settings"."group" = ? LIMIT ? OFFSET ?) subquery_for_cache_key [["group", "test"], ["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.4ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" WHERE "sail_settings"."group" = ? LIMIT ? OFFSET ? [["group", "test"], ["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [1 times] (1.8ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (7.4ms) +Completed 200 OK in 24ms (Views: 17.9ms | ActiveRecord: 0.6ms) + + +Started GET "/sail/settings?utf8=%E2%9C%93&query=enable" for ::1 at 2019-01-22 20:58:38 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"utf8"=>"✓", "query"=>"enable"} +Unpermitted parameter: :utf8 + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" = ? LIMIT ? [["group", "enable"], ["LIMIT", 1]] +Unpermitted parameter: :utf8 +  (0.2ms) SELECT COUNT(*) FROM "sail_settings" WHERE (name LIKE '%enable%') +Unpermitted parameter: :utf8 +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" WHERE (name LIKE '%enable%') LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" WHERE (name LIKE '%enable%') LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.6ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.6ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" WHERE (name LIKE '%enable%') LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [6 times] (5.5ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (11.8ms) +Completed 200 OK in 29ms (Views: 20.6ms | ActiveRecord: 1.0ms) + + +Started GET "/sail/settings?utf8=%E2%9C%93&order_field=name" for ::1 at 2019-01-22 20:58:41 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"utf8"=>"✓", "order_field"=>"name"} +Unpermitted parameter: :utf8 + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameter: :utf8 +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameter: :utf8 +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" ORDER BY "sail_settings"."name" DESC LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.7ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" ORDER BY "sail_settings"."name" DESC LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (6.3ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (12.1ms) +Completed 200 OK in 27ms (Views: 20.5ms | ActiveRecord: 0.6ms) + + +Started GET "/sail/settings?utf8=%E2%9C%93&order_field=cast_type" for ::1 at 2019-01-22 20:58:43 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"utf8"=>"✓", "order_field"=>"cast_type"} +Unpermitted parameter: :utf8 + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameter: :utf8 +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameter: :utf8 +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" ORDER BY "sail_settings"."cast_type" DESC LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.6ms) + Sail::Setting Load (0.3ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" ORDER BY "sail_settings"."cast_type" DESC LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (6.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (12.7ms) +Completed 200 OK in 29ms (Views: 21.2ms | ActiveRecord: 0.9ms) + + +Started GET "/sail/settings?utf8=%E2%9C%93&order_field=group" for ::1 at 2019-01-22 20:58:45 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"utf8"=>"✓", "order_field"=>"group"} +Unpermitted parameter: :utf8 + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameter: :utf8 +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameter: :utf8 +  (0.2ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" ORDER BY "sail_settings"."group" DESC LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.8ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.8ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" ORDER BY "sail_settings"."group" DESC LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.5ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (13.7ms) +Completed 200 OK in 31ms (Views: 23.6ms | ActiveRecord: 0.9ms) + + +Started GET "/sail/settings" for ::1 at 2019-01-22 20:58:47 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"authenticity_token"=>"zt/eQnQx7+Jyeb+zi/HMFobNnGTDOAUhll0hNezS4vG/aSfwO/ahWX6LvbtilWciTlH9Nz9QmM0oezUf7s7HtQ=="} +Unpermitted parameters: :_method, :authenticity_token + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameters: :_method, :authenticity_token +  (0.2ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.6ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.0ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (13.0ms) +Completed 200 OK in 30ms (Views: 22.3ms | ActiveRecord: 0.8ms) + + +Started GET "/sail/settings" for ::1 at 2019-01-22 20:58:56 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"authenticity_token"=>"mvS4/udtJn8M25kqE4MgL47qv1OATHx03bUPWlMEi9DrQkFMqKpoxAApmyL654sbRnbeAHwk4ZhjkxtwURiulA=="} +Unpermitted parameters: :_method, :authenticity_token + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameters: :_method, :authenticity_token +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.7ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.2ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (13.4ms) +Completed 200 OK in 29ms (Views: 23.0ms | ActiveRecord: 0.7ms) + + +Started GET "/" for ::1 at 2019-01-22 20:59:02 -0200 +Processing by ApplicationController#index as HTML + Parameters: {"authenticity_token"=>"CtWZcShj7GvTkDzLkU5oDBPBcZ7XQBe6FrbUAjMi5Wd7Y2DDZ6Si0N9iPsN4KsM4210QzSsoilaokMAoMT7AIw=="} + Rendering application/index.html.erb within layouts/application + Rendered application/index.html.erb within layouts/application (0.3ms) +Completed 200 OK in 12ms (Views: 11.6ms | ActiveRecord: 0.0ms) + + +Started GET "/sail/settings?utf8=%E2%9C%93&order_field=group" for ::1 at 2019-01-22 20:59:06 -0200 +Processing by Sail::SettingsController#index as HTML + Parameters: {"utf8"=>"✓", "order_field"=>"group"} +Unpermitted parameter: :utf8 + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +Unpermitted parameter: :utf8 +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +Unpermitted parameter: :utf8 +  (0.2ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" ORDER BY "sail_settings"."group" DESC LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.6ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.5ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" ORDER BY "sail_settings"."group" DESC LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (8.1ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (13.7ms) +Completed 200 OK in 31ms (Views: 23.2ms | ActiveRecord: 0.8ms) + + + Sail::Setting Load (0.5ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "test_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "number_of_threads"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "bonus_range"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "admin_list"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_2"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_3"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_4"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_5"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "float_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "date_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "cron_setting"], ["LIMIT", 1]] +  (0.1ms) SELECT "sail_settings"."name" FROM "sail_settings" + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE 1=0 +Started GET "/sail" for ::1 at 2019-01-22 22:45:08 -0200 +  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (1.8ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (347.2ms) + Sail::Setting Load (0.3ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (16.5ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (375.3ms) +Completed 200 OK in 414ms (Views: 400.4ms | ActiveRecord: 1.9ms) + + +Started GET "/sail" for ::1 at 2019-01-22 22:46:00 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.8ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (3.3ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.6ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (14.5ms) +Completed 200 OK in 141ms (Views: 133.9ms | ActiveRecord: 0.7ms) + + +Started GET "/sail" for ::1 at 2019-01-22 22:46:06 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.2ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.6ms) + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.8ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (13.7ms) +Completed 200 OK in 32ms (Views: 25.2ms | ActiveRecord: 0.7ms) + + +Started GET "/sail" for ::1 at 2019-01-22 22:46:54 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.2ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.6ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.4ms) + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (6.4ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (11.9ms) +Completed 200 OK in 28ms (Views: 20.7ms | ActiveRecord: 0.8ms) + + +Started GET "/robots.txt" for ::1 at 2019-01-22 22:46:57 -0200 + +ActionController::RoutingError (No route matches [GET] "/robots.txt"): + +actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.6) lib/rack/method_override.rb:22:in `call' +rack (2.0.6) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.6) lib/rack/sendfile.rb:111:in `call' +rack-mini-profiler (1.0.1) lib/mini_profiler/profiler.rb:281:in `call' +railties (5.2.2) lib/rails/engine.rb:524:in `call' +rack (2.0.6) lib/rack/handler/webrick.rb:86:in `service' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:140:in `service' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:96:in `run' +/Users/stock/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/webrick/server.rb:307:in `block in start_thread' +Started GET "/sail" for ::1 at 2019-01-22 22:46:58 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.2ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.6ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.3ms) + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (6.6ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (12.3ms) +Completed 200 OK in 28ms (Views: 21.1ms | ActiveRecord: 1.0ms) + + +Started GET "/sail" for ::1 at 2019-01-22 22:46:58 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.6ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.4ms) + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (6.8ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (12.2ms) +Completed 200 OK in 30ms (Views: 23.6ms | ActiveRecord: 0.6ms) + + + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "test_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.2ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "number_of_threads"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "bonus_range"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "admin_list"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_2"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_3"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_4"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_5"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "float_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "date_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "cron_setting"], ["LIMIT", 1]] +  (0.1ms) SELECT "sail_settings"."name" FROM "sail_settings" + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE 1=0 +Started GET "/sail" for ::1 at 2019-01-22 22:53:40 -0200 +  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.6ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (258.9ms) + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (6.6ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (270.9ms) +Completed 200 OK in 292ms (Views: 283.4ms | ActiveRecord: 0.7ms) + + +Started PUT "/sail/settings/bonus_range/reset" for ::1 at 2019-01-22 22:53:45 -0200 +Processing by Sail::SettingsController#reset as JS + Parameters: {"utf8"=>"✓", "name"=>"bonus_range"} +Unpermitted parameters: :utf8, :_method + Sail::Setting Load (0.2ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? LIMIT ? [["name", "bonus_range"], ["LIMIT", 1]] +  (0.0ms) begin transaction + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."name" = ? AND "sail_settings"."id" != ? LIMIT ? [["name", "bonus_range"], ["id", 3], ["LIMIT", 1]] +  (0.1ms) commit transaction + Rendering /Users/stock/workspace/sail/app/views/sail/settings/update.js.erb + Rendered /Users/stock/workspace/sail/app/views/sail/settings/update.js.erb (0.5ms) +2019/01/22 22:53 [Sail] Reset setting='bonus_range' value='41' +Completed 200 OK in 11ms (Views: 3.5ms | ActiveRecord: 0.7ms) + + +Started PUT "/sail/settings/bonus_range/reset" for ::1 at 2019-01-22 22:53:47 -0200 +Processing by Sail::SettingsController#reset as JS + Parameters: {"utf8"=>"✓", "name"=>"bonus_range"} +Unpermitted parameters: :utf8, :_method + Sail::Setting Load (0.2ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? LIMIT ? [["name", "bonus_range"], ["LIMIT", 1]] +  (0.1ms) begin transaction + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."name" = ? AND "sail_settings"."id" != ? LIMIT ? [["name", "bonus_range"], ["id", 3], ["LIMIT", 1]] +  (0.1ms) commit transaction + Rendering /Users/stock/workspace/sail/app/views/sail/settings/update.js.erb + Rendered /Users/stock/workspace/sail/app/views/sail/settings/update.js.erb (0.4ms) +2019/01/22 22:53 [Sail] Reset setting='bonus_range' value='41' +Completed 200 OK in 7ms (Views: 2.2ms | ActiveRecord: 0.5ms) + + +Started PUT "/sail/settings/number_of_threads/reset" for ::1 at 2019-01-22 22:54:04 -0200 +Processing by Sail::SettingsController#reset as JS + Parameters: {"utf8"=>"✓", "name"=>"number_of_threads"} +Unpermitted parameters: :utf8, :_method + Sail::Setting Load (0.2ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? LIMIT ? [["name", "number_of_threads"], ["LIMIT", 1]] +  (0.0ms) begin transaction + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."name" = ? AND "sail_settings"."id" != ? LIMIT ? [["name", "number_of_threads"], ["id", 2], ["LIMIT", 1]] +  (0.0ms) commit transaction + Rendering /Users/stock/workspace/sail/app/views/sail/settings/update.js.erb + Rendered /Users/stock/workspace/sail/app/views/sail/settings/update.js.erb (0.4ms) +2019/01/22 22:54 [Sail] Reset setting='number_of_threads' value='123' +Completed 200 OK in 6ms (Views: 2.0ms | ActiveRecord: 0.3ms) + + + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "test_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "number_of_threads"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "bonus_range"], ["LIMIT", 1]] + Sail::Setting Load (0.0ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "admin_list"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_2"], ["LIMIT", 1]] + Sail::Setting Load (0.0ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_3"], ["LIMIT", 1]] + Sail::Setting Load (0.0ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_4"], ["LIMIT", 1]] + Sail::Setting Load (0.0ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_5"], ["LIMIT", 1]] + Sail::Setting Load (0.0ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "float_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.0ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "date_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.0ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "cron_setting"], ["LIMIT", 1]] +  (0.1ms) SELECT "sail_settings"."name" FROM "sail_settings" + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE 1=0 +Started GET "/sail" for ::1 at 2019-01-22 22:56:27 -0200 +  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.3ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.6ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (261.2ms) + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (5.9ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (272.4ms) +Completed 200 OK in 294ms (Views: 285.2ms | ActiveRecord: 0.8ms) + + +Started GET "/sail" for ::1 at 2019-01-22 22:56:28 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.7ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (14.1ms) +Completed 200 OK in 34ms (Views: 26.8ms | ActiveRecord: 0.7ms) + + +Started GET "/sail" for ::1 at 2019-01-22 22:56:29 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.8ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (6.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (12.8ms) +Completed 200 OK in 30ms (Views: 23.2ms | ActiveRecord: 0.7ms) + + +Started GET "/sail" for ::1 at 2019-01-22 22:56:30 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.8ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.8ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.1ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (13.2ms) +Completed 200 OK in 30ms (Views: 22.9ms | ActiveRecord: 0.7ms) + + +Started GET "/sail" for ::1 at 2019-01-22 22:56:31 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.7ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.8ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (13.8ms) +Completed 200 OK in 30ms (Views: 23.4ms | ActiveRecord: 0.7ms) + + +Started GET "/sail" for ::1 at 2019-01-22 22:56:32 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.8ms) + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.1ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (13.2ms) +Completed 200 OK in 30ms (Views: 22.9ms | ActiveRecord: 0.7ms) + + +Started GET "/sail" for ::1 at 2019-01-22 22:56:32 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.8ms) + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (6.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (12.5ms) +Completed 200 OK in 28ms (Views: 21.3ms | ActiveRecord: 0.6ms) + + +Started GET "/sail" for ::1 at 2019-01-22 22:56:35 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.2ms) SELECT COUNT(*) FROM "sail_settings" +  (0.2ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.7ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (8.9ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (15.0ms) +Completed 200 OK in 34ms (Views: 26.8ms | ActiveRecord: 1.0ms) + + +Started GET "/sail" for ::1 at 2019-01-22 22:56:35 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.2ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.6ms) + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.0ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (12.6ms) +Completed 200 OK in 38ms (Views: 31.7ms | ActiveRecord: 0.7ms) + + +Started GET "/sail" for ::1 at 2019-01-22 22:56:36 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.9ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (3.2ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (9.6ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (16.4ms) +Completed 200 OK in 40ms (Views: 32.1ms | ActiveRecord: 0.8ms) + + +Started GET "/sail" for ::1 at 2019-01-22 22:56:37 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (1.0ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (4.1ms) + Sail::Setting Load (0.4ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (13.9ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (23.2ms) +Completed 200 OK in 47ms (Views: 37.7ms | ActiveRecord: 1.0ms) + + +Started GET "/sail" for ::1 at 2019-01-22 22:56:38 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.3ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (1.3ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (4.1ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.1ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (42.1ms) +Completed 200 OK in 59ms (Views: 51.2ms | ActiveRecord: 0.9ms) + + +Started GET "/sail" for ::1 at 2019-01-22 22:56:39 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.8ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (6.9ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (12.8ms) +Completed 200 OK in 28ms (Views: 21.6ms | ActiveRecord: 0.7ms) + + +Started GET "/sail" for ::1 at 2019-01-22 22:56:39 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.8ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.6ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (14.0ms) +Completed 200 OK in 30ms (Views: 23.5ms | ActiveRecord: 0.7ms) + + +Started GET "/sail" for ::1 at 2019-01-22 22:56:40 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.8ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.4ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (13.6ms) +Completed 200 OK in 30ms (Views: 22.8ms | ActiveRecord: 0.7ms) + + +Started GET "/sail" for ::1 at 2019-01-22 22:56:41 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.8ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.4ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (13.6ms) +Completed 200 OK in 29ms (Views: 22.4ms | ActiveRecord: 0.8ms) + + +Started GET "/sail" for ::1 at 2019-01-22 22:56:42 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.6ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (23.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (29.4ms) +Completed 200 OK in 45ms (Views: 38.4ms | ActiveRecord: 0.7ms) + + +Started GET "/sail" for ::1 at 2019-01-22 22:56:43 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.8ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (7.4ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (13.8ms) +Completed 200 OK in 30ms (Views: 23.0ms | ActiveRecord: 0.8ms) + + +Started GET "/sail" for ::1 at 2019-01-22 22:56:45 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (1.2ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (3.4ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (6.8ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (13.6ms) +Completed 200 OK in 27ms (Views: 22.0ms | ActiveRecord: 0.5ms) + + +Started GET "/sail" for ::1 at 2019-01-22 22:56:45 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.2ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.5ms) + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (6.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (12.2ms) +Completed 200 OK in 29ms (Views: 21.8ms | ActiveRecord: 0.7ms) + + +Started GET "/sail" for ::1 at 2019-01-22 22:56:46 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.2ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.6ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.4ms) + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (6.6ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (12.0ms) +Completed 200 OK in 28ms (Views: 21.4ms | ActiveRecord: 0.7ms) + + +Started GET "/sail" for ::1 at 2019-01-22 22:56:47 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.6ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.6ms) + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (6.8ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (30.4ms) +Completed 200 OK in 48ms (Views: 40.2ms | ActiveRecord: 0.8ms) + + +Started GET "/sail" for ::1 at 2019-01-22 22:56:48 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.7ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (6.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (12.4ms) +Completed 200 OK in 28ms (Views: 21.0ms | ActiveRecord: 0.7ms) + + +Started GET "/sail" for ::1 at 2019-01-22 22:57:51 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.8ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (2.8ms) + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (6.8ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (13.0ms) +Completed 200 OK in 107ms (Views: 100.1ms | ActiveRecord: 0.7ms) + + + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "test_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "number_of_threads"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "bonus_range"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "admin_list"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_2"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_3"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_4"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_5"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "float_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "date_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "cron_setting"], ["LIMIT", 1]] +  (0.1ms) SELECT "sail_settings"."name" FROM "sail_settings" + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE 1=0 + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "test_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "number_of_threads"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "bonus_range"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "admin_list"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_2"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_3"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_4"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_5"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "float_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "date_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "cron_setting"], ["LIMIT", 1]] +  (0.1ms) SELECT "sail_settings"."name" FROM "sail_settings" + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE 1=0 +Started GET "/sail" for ::1 at 2019-01-22 23:02:46 -0200 +  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.6ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (273.7ms) + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (10.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (292.8ms) +Completed 200 OK in 315ms (Views: 303.9ms | ActiveRecord: 0.9ms) + + +Started GET "/sail" for ::1 at 2019-01-22 23:02:48 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (3.2ms) +Completed 200 OK in 20ms (Views: 13.0ms | ActiveRecord: 0.7ms) + + + Sail::Setting Load (0.8ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "test_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "number_of_threads"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "bonus_range"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "admin_list"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_2"], ["LIMIT", 1]] + Sail::Setting Load (11.2ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_3"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_4"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_5"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "float_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "date_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "cron_setting"], ["LIMIT", 1]] +  (0.1ms) SELECT "sail_settings"."name" FROM "sail_settings" + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE 1=0 +Started GET "/" for ::1 at 2019-01-28 19:30:08 -0200 +  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Processing by ApplicationController#index as HTML + Rendering application/index.html.erb within layouts/application + Rendered application/index.html.erb within layouts/application (1.2ms) +Completed 200 OK in 462ms (Views: 460.5ms | ActiveRecord: 0.0ms) + + +Started GET "/sail" for ::1 at 2019-01-28 19:30:12 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.3ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (4.1ms) + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (11.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (25.3ms) +Completed 200 OK in 50ms (Views: 39.7ms | ActiveRecord: 1.1ms) + + +Started GET "/sail" for ::1 at 2019-01-28 19:30:12 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.2ms) SELECT COUNT(*) FROM "sail_settings" +  (0.2ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.4ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (4.6ms) +Completed 200 OK in 26ms (Views: 17.3ms | ActiveRecord: 1.1ms) + + +Started GET "/sail" for ::1 at 2019-01-28 19:30:47 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.2ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (3.4ms) +Completed 200 OK in 128ms (Views: 120.6ms | ActiveRecord: 0.8ms) + + +Started GET "/sail" for ::1 at 2019-01-28 19:31:57 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.2ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (4.3ms) +Completed 200 OK in 138ms (Views: 130.5ms | ActiveRecord: 1.1ms) + + +Started GET "/sail" for ::1 at 2019-01-28 19:32:16 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.3ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.2ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Sail::Setting Load (0.7ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (7.3ms) +Completed 200 OK in 142ms (Views: 133.0ms | ActiveRecord: 1.5ms) + + +Started GET "/sail" for ::1 at 2019-01-28 19:32:48 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (3.6ms) +Completed 200 OK in 119ms (Views: 111.9ms | ActiveRecord: 0.7ms) + + +Started GET "/" for ::1 at 2019-01-28 19:32:50 -0200 +Processing by ApplicationController#index as HTML + Parameters: {"authenticity_token"=>"UCdiC7aBoI46f5ECuE64JYrIe1lj1qAVRo1YqZPyRna9af2Bv4CdxtRo8AWYJBi51Y10jssULiGO8RSN0vmgqw=="} + Rendering application/index.html.erb within layouts/application + Rendered application/index.html.erb within layouts/application (0.3ms) +Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.0ms) + + +Started GET "/sail" for ::1 at 2019-01-28 19:32:52 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.2ms) SELECT COUNT(*) FROM "sail_settings" +  (0.2ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (4.9ms) +Completed 200 OK in 23ms (Views: 15.6ms | ActiveRecord: 0.9ms) + + +Started GET "/sail" for ::1 at 2019-01-28 19:33:20 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.6ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (3.3ms) + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (2.3ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (18.2ms) +Completed 200 OK in 43ms (Views: 27.9ms | ActiveRecord: 1.3ms) + + +Started GET "/" for ::1 at 2019-01-28 19:33:25 -0200 +Processing by ApplicationController#index as HTML + Parameters: {"authenticity_token"=>"l6WepklnFe7PMO8qOLSrJqMkexNckT6O7frT/Ze85HN66wEsQGYopiEnji0Y3gu6/GF0xPRTsLolhp/Z1rcCrg=="} + Rendering application/index.html.erb within layouts/application + Rendered application/index.html.erb within layouts/application (0.3ms) +Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.0ms) + + +Started GET "/sail" for ::1 at 2019-01-28 19:33:26 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.2ms) SELECT COUNT(*) FROM "sail_settings" +  (0.2ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (5.2ms) +Completed 200 OK in 24ms (Views: 16.0ms | ActiveRecord: 1.2ms) + + +Started GET "/" for ::1 at 2019-01-28 19:33:32 -0200 +Processing by ApplicationController#index as HTML + Parameters: {"authenticity_token"=>"EyPnBqO8BVRZXcl1qEKGwYH73rLL8xQeZR91bWevHbf+bXiMqr04HLdKqHKIKCZd3r7RZWMxmiqtYzlJJqT7ag=="} + Rendering application/index.html.erb within layouts/application + Rendered application/index.html.erb within layouts/application (0.3ms) +Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.0ms) + + +Started GET "/sail" for ::1 at 2019-01-28 19:33:33 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.2ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.2ms) SELECT COUNT(*) FROM "sail_settings" +  (0.2ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (3.6ms) +Completed 200 OK in 40ms (Views: 13.8ms | ActiveRecord: 0.9ms) + + + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "test_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "number_of_threads"], ["LIMIT", 1]] + Sail::Setting Load (0.0ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "bonus_range"], ["LIMIT", 1]] + Sail::Setting Load (0.0ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "admin_list"], ["LIMIT", 1]] + Sail::Setting Load (0.0ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else"], ["LIMIT", 1]] + Sail::Setting Load (0.0ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_2"], ["LIMIT", 1]] + Sail::Setting Load (0.0ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_3"], ["LIMIT", 1]] + Sail::Setting Load (0.0ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_4"], ["LIMIT", 1]] + Sail::Setting Load (0.0ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_5"], ["LIMIT", 1]] + Sail::Setting Load (0.0ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "float_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.0ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "date_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.0ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "cron_setting"], ["LIMIT", 1]] +  (0.1ms) SELECT "sail_settings"."name" FROM "sail_settings" + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE 1=0 +Started GET "/sail" for ::1 at 2019-01-28 19:36:23 -0200 +  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Sail::Setting Load (0.2ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.7ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (388.9ms) + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (9.0ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (405.7ms) +Completed 200 OK in 428ms (Views: 418.5ms | ActiveRecord: 0.8ms) + + + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "test_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "number_of_threads"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "bonus_range"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "admin_list"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_2"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_3"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_4"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "enable_something_else_5"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "float_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "date_setting"], ["LIMIT", 1]] + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE "sail_settings"."name" = ? ORDER BY "sail_settings"."id" ASC LIMIT ? [["name", "cron_setting"], ["LIMIT", 1]] +  (0.1ms) SELECT "sail_settings"."name" FROM "sail_settings" + Sail::Setting Load (0.1ms) SELECT "sail_settings".* FROM "sail_settings" WHERE 1=0 +Started GET "/sail" for ::1 at 2019-01-28 19:44:59 -0200 +  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.1ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_sort_menu.html.erb (0.6ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/_search.html.erb (264.6ms) + Rendered collection of /Users/stock/workspace/sail/app/views/sail/settings/_setting.html.erb [8 times] (8.6ms) + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (280.6ms) +Completed 200 OK in 301ms (Views: 292.6ms | ActiveRecord: 0.6ms) + + +Started GET "/sail" for ::1 at 2019-01-28 19:45:00 -0200 +Processing by Sail::SettingsController#index as HTML + Sail::Setting Exists (0.1ms) SELECT 1 AS one FROM "sail_settings" WHERE "sail_settings"."group" IS NULL LIMIT ? [["LIMIT", 1]] +  (0.1ms) SELECT COUNT(*) FROM "sail_settings" +  (0.1ms) SELECT MAX("sail_settings"."updated_at") FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] +  (0.2ms) SELECT COUNT(*) AS "size", MAX(subquery_for_cache_key.collection_cache_key_timestamp) AS timestamp FROM (SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at", "sail_settings"."updated_at" AS collection_cache_key_timestamp FROM "sail_settings" LIMIT ? OFFSET ?) subquery_for_cache_key [["LIMIT", 8], ["OFFSET", 0]] + Rendering /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application + Sail::Setting Load (0.1ms) SELECT "sail_settings"."name", "sail_settings"."description", "sail_settings"."group", "sail_settings"."value", "sail_settings"."cast_type", "sail_settings"."updated_at" FROM "sail_settings" LIMIT ? OFFSET ? [["LIMIT", 8], ["OFFSET", 0]] + Rendered /Users/stock/workspace/sail/app/views/sail/settings/index.html.erb within layouts/sail/application (3.5ms) +Completed 200 OK in 20ms (Views: 13.3ms | ActiveRecord: 0.6ms) + +