(1.0ms) SELECT sqlite_version(*)  (0.6ms) SELECT sqlite_version(*)  (0.0ms) SELECT sqlite_version(*)  (0.0ms) SELECT sqlite_version(*)  (0.1ms) DROP TABLE IF EXISTS "intro_tour_histories"  (19.7ms) CREATE TABLE "intro_tour_histories" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "tour_id" integer NOT NULL, "user_id" integer NOT NULL, "touch_count" integer DEFAULT 0 NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (14.3ms) CREATE INDEX "index_intro_tour_histories_on_user_and_tour_and_touch_count" ON "intro_tour_histories" ("user_id", "tour_id", "touch_count")  (0.2ms) DROP TABLE IF EXISTS "intro_tours"  (15.4ms) CREATE TABLE "intro_tours" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "ident" varchar NOT NULL, "controller_path" varchar DEFAULT '' NOT NULL, "action_name" varchar DEFAULT '' NOT NULL, "route" text, "options" text, "published" boolean DEFAULT 0, "expired_at" datetime, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (25.0ms) CREATE INDEX "index_intro_tours_on_controller_and_action_and_published" ON "intro_tours" ("controller_path", "action_name", "published")  (16.3ms) CREATE UNIQUE INDEX "index_intro_tours_on_ident" ON "intro_tours" ("ident")  (0.3ms) DROP TABLE IF EXISTS "users"  (17.4ms) CREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (13.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (19.5ms) INSERT INTO "schema_migrations" (version) VALUES (20201231044619)  (15.4ms) INSERT INTO "schema_migrations" (version) VALUES (20201231044301), (20201231044302);   (19.2ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL) ActiveRecord::InternalMetadata Load (0.3ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction ActiveRecord::InternalMetadata Create (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2020-12-31 13:40:11.862033"], ["updated_at", "2020-12-31 13:40:11.862033"]] TRANSACTION (16.4ms) 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]] ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "schema_sha1"], ["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction ActiveRecord::InternalMetadata Create (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "schema_sha1"], ["value", "fea4f6d59b9158e4ca13979cb05308c9b6615ba6"], ["created_at", "2020-12-31 13:40:11.884398"], ["updated_at", "2020-12-31 13:40:11.884398"]] TRANSACTION (13.2ms) commit transaction  (0.1ms) SELECT sqlite_version(*)  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by Intro::Admin::ImagesController#create as JSON Filter chain halted as :authenticate rendered or redirected Completed 401 Unauthorized in 14ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 7296) Processing by Intro::Admin::ImagesController#create as JSON Filter chain halted as :require_image rendered or redirected Completed 400 Bad Request in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::SessionsController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.7ms | Allocations: 269) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.8ms | Allocations: 362) Completed 200 OK in 6ms (Views: 3.9ms | ActiveRecord: 0.0ms | Allocations: 3040) Processing by Intro::Admin::SessionsController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 55) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 143) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms | Allocations: 543) Processing by Intro::Admin::ToursController#index as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 291) Processing by Intro::Admin::ToursController#new as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#create as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#route as JSON Filter chain halted as :authenticate rendered or redirected Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 175) Processing by Intro::Admin::ToursController#attempt as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#index as HTML Redirected to http://test.host/login Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 130) Processing by Intro::Admin::ToursController#index as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 56) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.4ms | Allocations: 142) Completed 200 OK in 4ms (Views: 1.4ms | ActiveRecord: 0.3ms | Allocations: 2428) Processing by Intro::Admin::ToursController#index as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 54) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.2ms | Allocations: 140) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms | Allocations: 574) Processing by Intro::Admin::ToursController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 56) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.2ms | Allocations: 142) Completed 200 OK in 6ms (Views: 0.6ms | ActiveRecord: 0.2ms | Allocations: 5595) Processing by Intro::Admin::ToursController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 54) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.2ms | Allocations: 140) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms | Allocations: 467)  (0.1ms) SELECT COUNT(*) FROM "intro_tours"  (0.1ms) SELECT COUNT(*) FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422012-176028"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422012-176028"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:40:12.099629"], ["updated_at", "2020-12-31 13:40:12.099629"]] TRANSACTION (15.5ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422012-973612"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422012-973612"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:40:12.118977"], ["updated_at", "2020-12-31 13:40:12.118977"]] TRANSACTION (12.5ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422012-827590"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422012-827590"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:40:12.135123"], ["updated_at", "2020-12-31 13:40:12.135123"]] TRANSACTION (11.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422012-249371"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422012-249371"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:40:12.149653"], ["updated_at", "2020-12-31 13:40:12.149653"]] TRANSACTION (11.4ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.3ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422012-073652"], ["LIMIT", 1]] Intro::Tour Create (0.6ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422012-073652"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:40:12.167574"], ["updated_at", "2020-12-31 13:40:12.167574"]] TRANSACTION (18.5ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.4ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422012-915320"], ["LIMIT", 1]] Intro::Tour Create (0.6ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422012-915320"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:40:12.195265"], ["updated_at", "2020-12-31 13:40:12.195265"]] TRANSACTION (11.8ms) commit transaction TRANSACTION (0.2ms) begin transaction Intro::Tour Exists? (0.4ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422012-702415"], ["LIMIT", 1]] Intro::Tour Create (0.6ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422012-702415"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:40:12.216237"], ["updated_at", "2020-12-31 13:40:12.216237"]] TRANSACTION (13.3ms) commit transaction TRANSACTION (0.2ms) begin transaction Intro::Tour Exists? (0.4ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422012-720894"], ["LIMIT", 1]] Intro::Tour Create (0.7ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422012-720894"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:40:12.239311"], ["updated_at", "2020-12-31 13:40:12.239311"]] TRANSACTION (16.4ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.4ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422012-726091"], ["LIMIT", 1]] Intro::Tour Create (0.6ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422012-726091"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:40:12.265567"], ["updated_at", "2020-12-31 13:40:12.265567"]] TRANSACTION (11.6ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.3ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422012-473985"], ["LIMIT", 1]] Intro::Tour Create (0.6ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422012-473985"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:40:12.286329"], ["updated_at", "2020-12-31 13:40:12.286329"]] TRANSACTION (13.5ms) commit transaction TRANSACTION (0.2ms) begin transaction Intro::Tour Exists? (0.4ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422012-520968"], ["LIMIT", 1]] Intro::Tour Create (0.6ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422012-520968"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:40:12.310014"], ["updated_at", "2020-12-31 13:40:12.310014"]] TRANSACTION (16.3ms) commit transaction TRANSACTION (0.2ms) begin transaction Intro::Tour Exists? (0.4ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422012-475618"], ["LIMIT", 1]] Intro::Tour Create (0.7ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422012-475618"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:40:12.336823"], ["updated_at", "2020-12-31 13:40:12.336823"]] TRANSACTION (18.6ms) commit transaction Intro::Tour Load (0.6ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 1]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 1]] TRANSACTION (11.2ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 2]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 2]] TRANSACTION (12.9ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 3]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 3]] TRANSACTION (12.9ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 4]] Intro::Tour Destroy (0.6ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 4]] TRANSACTION (11.9ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 5]] Intro::Tour Destroy (0.5ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 5]] TRANSACTION (15.0ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 6]] Intro::Tour Destroy (0.5ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 6]] TRANSACTION (13.0ms) commit transaction TRANSACTION (0.2ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 7]] Intro::Tour Destroy (0.5ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 7]] TRANSACTION (11.5ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 8]] Intro::Tour Destroy (0.5ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 8]] TRANSACTION (18.0ms) commit transaction TRANSACTION (0.2ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 9]] Intro::Tour Destroy (0.5ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 9]] TRANSACTION (11.8ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 10]] Intro::Tour Destroy (0.5ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 10]] TRANSACTION (12.6ms) commit transaction TRANSACTION (0.2ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 11]] Intro::Tour Destroy (0.5ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 11]] TRANSACTION (19.7ms) commit transaction TRANSACTION (0.2ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 12]] Intro::Tour Destroy (0.5ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 12]] TRANSACTION (12.4ms) commit transaction Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.3ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422012-950643"], ["LIMIT", 1]] Intro::Tour Create (0.6ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422012-950643"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:40:12.600677"], ["updated_at", "2020-12-31 13:40:12.600677"]] TRANSACTION (16.0ms) commit transaction Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.2ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 13]] Intro::Tour Destroy (0.6ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 13]] TRANSACTION (13.3ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422012-671234"], ["LIMIT", 1]] Intro::Tour Create (0.4ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422012-671234"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:40:12.644456"], ["updated_at", "2020-12-31 13:40:12.644456"]] TRANSACTION (16.4ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.4ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422012-671234"], ["id", 14], ["LIMIT", 1]] Intro::Tour Update (0.4ms) UPDATE "intro_tours" SET "options" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["options", "---\nnot_sign_visible: true\n"], ["updated_at", "2020-12-31 13:40:12.667902"], ["id", 14]] TRANSACTION (17.2ms) commit transaction Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 14]] Intro::Tour Destroy (0.5ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 14]] TRANSACTION (12.2ms) commit transaction Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.4ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422012-174963"], ["LIMIT", 1]] Intro::Tour Create (0.5ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609422012-174963"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:40:12.715485"], ["updated_at", "2020-12-31 13:40:12.715485"]] TRANSACTION (11.4ms) commit transaction Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 15]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 15]] TRANSACTION (13.0ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422012-237506"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422012-237506"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:40:12.747549"], ["updated_at", "2020-12-31 13:40:12.747549"]] TRANSACTION (12.4ms) commit transaction Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 16]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 16]] TRANSACTION (11.1ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.4ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422012-210574"], ["LIMIT", 1]] Intro::Tour Create (0.7ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422012-210574"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:40:12.778876"], ["updated_at", "2020-12-31 13:40:12.778876"]] TRANSACTION (15.6ms) commit transaction Intro::Tour Load (0.3ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 17]] Intro::Tour Destroy (0.6ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 17]] TRANSACTION (12.7ms) commit transaction TRANSACTION (0.2ms) begin transaction Intro::Tour Exists? (0.4ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422012-945830"], ["LIMIT", 1]] Intro::Tour Create (0.7ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422012-945830"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:40:12.823606"], ["updated_at", "2020-12-31 13:40:12.823606"]] TRANSACTION (18.3ms) commit transaction User Load (0.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction User Create (0.6ms) INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-12-31 13:40:12.858646"], ["updated_at", "2020-12-31 13:40:12.858646"]] TRANSACTION (16.5ms) commit transaction TRANSACTION (0.1ms) begin transaction User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Intro::TourHistory Create (0.6ms) INSERT INTO "intro_tour_histories" ("tour_id", "user_id", "touch_count", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["tour_id", 18], ["user_id", 1], ["touch_count", 1], ["created_at", "2020-12-31 13:40:12.902129"], ["updated_at", "2020-12-31 13:40:12.902129"]] TRANSACTION (25.2ms) commit transaction Intro::Tour Load (0.3ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.2ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 18]] Intro::TourHistory Destroy (0.6ms) DELETE FROM "intro_tour_histories" WHERE "intro_tour_histories"."id" = ? [["id", 1]] Intro::Tour Destroy (0.4ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 18]] TRANSACTION (16.3ms) commit transaction TRANSACTION (0.2ms) begin transaction Intro::Tour Exists? (0.4ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422012-240569"], ["LIMIT", 1]] Intro::Tour Create (0.5ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422012-240569"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:40:12.962687"], ["updated_at", "2020-12-31 13:40:12.962687"]] TRANSACTION (11.4ms) commit transaction User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Intro::TourHistory Create (0.2ms) INSERT INTO "intro_tour_histories" ("tour_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["tour_id", 19], ["user_id", 1], ["created_at", "2020-12-31 13:40:12.979271"], ["updated_at", "2020-12-31 13:40:12.979271"]] TRANSACTION (13.1ms) commit transaction Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 19]] Intro::TourHistory Destroy (0.2ms) DELETE FROM "intro_tour_histories" WHERE "intro_tour_histories"."id" = ? [["id", 2]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 19]] TRANSACTION (12.5ms) commit transaction TRANSACTION (0.2ms) begin transaction Intro::Tour Exists? (0.4ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422013-321950"], ["LIMIT", 1]] Intro::Tour Create (0.7ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422013-321950"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:40:13.013738"], ["updated_at", "2020-12-31 13:40:13.013738"]] TRANSACTION (17.8ms) commit transaction Intro::Tour Load (0.3ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.2ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 20]] Intro::Tour Destroy (0.6ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 20]] TRANSACTION (16.0ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.4ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422013-294836"], ["LIMIT", 1]] Intro::Tour Create (0.7ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422013-294836"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:40:13.064035"], ["updated_at", "2020-12-31 13:40:13.064035"]] TRANSACTION (12.0ms) commit transaction Intro::Tour Load (0.3ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.2ms) begin transaction Intro::TourHistory Load (0.3ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 21]] Intro::Tour Destroy (0.8ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 21]] TRANSACTION (13.6ms) commit transaction TRANSACTION (0.2ms) begin transaction Intro::Tour Exists? (0.4ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422013-016879"], ["LIMIT", 1]] Intro::Tour Create (0.7ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422013-016879"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:40:13.106641"], ["updated_at", "2020-12-31 13:40:13.106641"]] TRANSACTION (31.8ms) commit transaction Intro::Tour Load (0.3ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.2ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 22]] Intro::Tour Destroy (0.6ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 22]] TRANSACTION (17.9ms) commit transaction TRANSACTION (0.2ms) begin transaction Intro::Tour Exists? (0.4ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422013-760183"], ["LIMIT", 1]] Intro::Tour Create (0.7ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422013-760183"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:40:13.172925"], ["updated_at", "2020-12-31 13:40:13.172925"]] TRANSACTION (16.2ms) commit transaction Intro::Tour Load (0.3ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 23]] Intro::Tour Destroy (0.6ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 23]] TRANSACTION (24.6ms) commit transaction TRANSACTION (0.2ms) begin transaction Intro::Tour Exists? (0.5ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422013-013495"], ["LIMIT", 1]] Intro::Tour Create (0.8ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422013-013495"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:40:13.232026"], ["updated_at", "2020-12-31 13:40:13.232026"]] TRANSACTION (16.7ms) commit transaction Intro::Tour Load (0.3ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.2ms) begin transaction Intro::TourHistory Load (0.3ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 24]] Intro::Tour Destroy (0.5ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 24]] TRANSACTION (11.2ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422013-761509"], ["LIMIT", 1]] Intro::Tour Create (0.4ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422013-761509"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:40:13.277592"], ["updated_at", "2020-12-31 13:40:13.277592"]] TRANSACTION (19.1ms) commit transaction Intro::Tour Load (0.3ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.2ms) begin transaction Intro::TourHistory Load (0.3ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 25]] Intro::Tour Destroy (0.8ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 25]] TRANSACTION (15.6ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422013-038795"], ["LIMIT", 1]] Intro::Tour Create (0.4ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422013-038795"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:40:13.328410"], ["updated_at", "2020-12-31 13:40:13.328410"]] TRANSACTION (18.3ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.3ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422013-038795"], ["id", 26], ["LIMIT", 1]] Intro::Tour Update (0.4ms) UPDATE "intro_tours" SET "options" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["options", "---\nnot_sign_visible: true\n"], ["updated_at", "2020-12-31 13:40:13.352475"], ["id", 26]] TRANSACTION (11.1ms) commit transaction TRANSACTION (0.2ms) begin transaction Intro::Tour Exists? (0.4ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422013-891504"], ["LIMIT", 1]] Intro::Tour Create (0.9ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422013-891504"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:40:13.375132"], ["updated_at", "2020-12-31 13:40:13.375132"]] TRANSACTION (18.3ms) commit transaction Intro::TourHistory Exists? (0.2ms) SELECT 1 AS one FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? LIMIT ? [["tour_id", 27], ["LIMIT", 1]]  (0.2ms) SELECT COUNT(*) FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 27]] TRANSACTION (0.1ms) begin transaction User Create (0.3ms) INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-12-31 13:40:13.418252"], ["updated_at", "2020-12-31 13:40:13.418252"]] TRANSACTION (13.6ms) commit transaction TRANSACTION (0.2ms) begin transaction Intro::Tour Exists? (0.6ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422013-341980"], ["LIMIT", 1]] Intro::Tour Create (1.0ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422013-341980"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:40:13.439164"], ["updated_at", "2020-12-31 13:40:13.439164"]] TRANSACTION (22.0ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Create (0.3ms) INSERT INTO "intro_tour_histories" ("tour_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["tour_id", 28], ["user_id", 2], ["created_at", "2020-12-31 13:40:13.467647"], ["updated_at", "2020-12-31 13:40:13.467647"]] TRANSACTION (12.6ms) commit transaction Intro::TourHistory Update All (16.4ms) UPDATE "intro_tour_histories" SET "touch_count" = COALESCE("touch_count", 0) + ? WHERE "intro_tour_histories"."id" = ? [["touch_count", 1], ["id", 3]] Intro::Tour Exists? (0.5ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", ""], ["LIMIT", 1]] Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" IS NULL LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.3ms) SELECT "intro_tours".* FROM "intro_tours" ORDER BY "intro_tours"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422013-038795"], ["LIMIT", 1]] Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "TOUR-1609422013-038795"], ["LIMIT", 1]] Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" IS NULL LIMIT ? [["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422013-038146"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422013-038146"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:40:13.533367"], ["updated_at", "2020-12-31 13:40:13.533367"]] TRANSACTION (19.2ms) commit transaction Intro::Tour Exists? (0.4ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422013-038146"], ["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.3ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422013-692075"], ["LIMIT", 1]] Intro::Tour Create (0.4ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422013-692075"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:40:13.560868"], ["updated_at", "2020-12-31 13:40:13.560868"]] TRANSACTION (11.1ms) commit transaction Intro::Tour Exists? (0.3ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422013-692075"], ["id", 30], ["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422013-208341"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609422013-208341"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=test\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 13:40:13.594982"], ["updated_at", "2020-12-31 13:40:13.594982"]] TRANSACTION (10.4ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422013-296483"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422013-296483"], ["route", "---\n:source:\n:query:\n:simple: \"/intro/admin/test\"\n:strict: false\n"], ["created_at", "2020-12-31 13:40:13.610609"], ["updated_at", "2020-12-31 13:40:13.610609"]] TRANSACTION (12.5ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422013-716925"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422013-716925"], ["route", "---\n:strict: true\n"], ["created_at", "2020-12-31 13:40:13.626360"], ["updated_at", "2020-12-31 13:40:13.626360"]] TRANSACTION (11.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422013-716925"], ["id", 33], ["LIMIT", 1]] TRANSACTION (0.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422013-716925"], ["id", 33], ["LIMIT", 1]] TRANSACTION (0.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422013-237846"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609422013-237846"], ["controller_path", "tours"], ["action_name", "new"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=test\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 13:40:13.643524"], ["updated_at", "2020-12-31 13:40:13.643524"]] TRANSACTION (16.9ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422013-453098"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609422013-453098"], ["controller_path", "intro/admin/tours"], ["action_name", "create"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=test\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 13:40:13.663822"], ["updated_at", "2020-12-31 13:40:13.663822"]] TRANSACTION (12.0ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422013-106482"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609422013-106482"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=demo\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 13:40:13.679385"], ["updated_at", "2020-12-31 13:40:13.679385"]] TRANSACTION (14.8ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422013-205496"], ["LIMIT", 1]] Intro::Tour Create (0.4ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422013-205496"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:40:13.707232"], ["updated_at", "2020-12-31 13:40:13.707232"]] TRANSACTION (19.1ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422013-469518"], ["LIMIT", 1]] Intro::Tour Create (0.4ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422013-469518"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:40:13.732054"], ["updated_at", "2020-12-31 13:40:13.732054"]] TRANSACTION (11.4ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422013-108957"], ["LIMIT", 1]] Intro::Tour Create (0.4ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422013-108957"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:40:13.748375"], ["updated_at", "2020-12-31 13:40:13.748375"]] TRANSACTION (15.0ms) commit transaction TRANSACTION (0.2ms) begin transaction Intro::Tour Exists? (0.4ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422013-108957"], ["id", 39], ["LIMIT", 1]] Intro::Tour Update (0.6ms) UPDATE "intro_tours" SET "controller_path" = ?, "action_name" = ?, "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["controller_path", "intro/admin/tours"], ["action_name", "index"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: index\n:query:\n:strict: false\n:simple: \"/intro/admin/tours\"\n"], ["updated_at", "2020-12-31 13:40:13.771439"], ["id", 39]] TRANSACTION (4.9ms) commit transaction TRANSACTION (0.2ms) begin transaction Intro::Tour Exists? (0.4ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422013-476532"], ["LIMIT", 1]] Intro::Tour Create (0.7ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422013-476532"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:40:13.787857"], ["updated_at", "2020-12-31 13:40:13.787857"]] TRANSACTION (4.7ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422013-792658"], ["LIMIT", 1]] Intro::Tour Create (0.4ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422013-792658"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:40:13.799580"], ["updated_at", "2020-12-31 13:40:13.799580"]] TRANSACTION (6.1ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422013-478019"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422013-478019"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:40:13.810616"], ["updated_at", "2020-12-31 13:40:13.810616"]] TRANSACTION (4.1ms) commit transaction  (0.8ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by Intro::Admin::ImagesController#create as JSON Filter chain halted as :authenticate rendered or redirected Completed 401 Unauthorized in 11ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 7295) Processing by Intro::Admin::ImagesController#create as JSON Filter chain halted as :require_image rendered or redirected Completed 400 Bad Request in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::SessionsController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.4ms | Allocations: 269) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.6ms | Allocations: 362) Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms | Allocations: 3040) Processing by Intro::Admin::SessionsController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.2ms | Allocations: 55) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.4ms | Allocations: 143) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms | Allocations: 543) Processing by Intro::Admin::ToursController#index as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 291) Processing by Intro::Admin::ToursController#new as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#create as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#route as JSON Filter chain halted as :authenticate rendered or redirected Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 175) Processing by Intro::Admin::ToursController#attempt as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#index as HTML Redirected to http://test.host/login Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 130) Processing by Intro::Admin::ToursController#index as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 56) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 142) Completed 200 OK in 4ms (Views: 1.4ms | ActiveRecord: 0.3ms | Allocations: 2428) Processing by Intro::Admin::ToursController#index as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 54) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.2ms | Allocations: 140) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms | Allocations: 574) Processing by Intro::Admin::ToursController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 56) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 142) Completed 200 OK in 6ms (Views: 0.6ms | ActiveRecord: 0.2ms | Allocations: 5595) Processing by Intro::Admin::ToursController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 54) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.2ms | Allocations: 140) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms | Allocations: 467)  (0.1ms) SELECT COUNT(*) FROM "intro_tours"  (0.1ms) SELECT COUNT(*) FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422063-547689"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422063-547689"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:41:03.349168"], ["updated_at", "2020-12-31 13:41:03.349168"]] TRANSACTION (7.1ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422063-671308"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422063-671308"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:41:03.359658"], ["updated_at", "2020-12-31 13:41:03.359658"]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422063-016734"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422063-016734"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:41:03.366654"], ["updated_at", "2020-12-31 13:41:03.366654"]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422063-521436"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422063-521436"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:41:03.373346"], ["updated_at", "2020-12-31 13:41:03.373346"]] TRANSACTION (7.1ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422063-728619"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422063-728619"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:41:03.383488"], ["updated_at", "2020-12-31 13:41:03.383488"]] TRANSACTION (5.3ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422063-597814"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422063-597814"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:41:03.391736"], ["updated_at", "2020-12-31 13:41:03.391736"]] TRANSACTION (5.2ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422063-259413"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422063-259413"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:41:03.400070"], ["updated_at", "2020-12-31 13:41:03.400070"]] TRANSACTION (5.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422063-913582"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422063-913582"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:41:03.408493"], ["updated_at", "2020-12-31 13:41:03.408493"]] TRANSACTION (5.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422063-169043"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422063-169043"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:41:03.417283"], ["updated_at", "2020-12-31 13:41:03.417283"]] TRANSACTION (4.1ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422063-390428"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422063-390428"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:41:03.424371"], ["updated_at", "2020-12-31 13:41:03.424371"]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422063-184527"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422063-184527"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:41:03.431721"], ["updated_at", "2020-12-31 13:41:03.431721"]] TRANSACTION (5.3ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422063-052943"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422063-052943"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:41:03.439879"], ["updated_at", "2020-12-31 13:41:03.439879"]] TRANSACTION (3.8ms) commit transaction Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 26]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 26]] TRANSACTION (5.7ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 27]] Intro::Tour Destroy (0.5ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 27]] TRANSACTION (4.7ms) commit transaction TRANSACTION (0.2ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 28]] Intro::TourHistory Destroy (0.6ms) DELETE FROM "intro_tour_histories" WHERE "intro_tour_histories"."id" = ? [["id", 3]] Intro::Tour Destroy (0.4ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 28]] TRANSACTION (4.8ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 29]] Intro::Tour Destroy (0.5ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 29]] TRANSACTION (5.7ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 30]] Intro::Tour Destroy (0.3ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 30]] TRANSACTION (5.8ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 31]] Intro::Tour Destroy (0.3ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 31]] TRANSACTION (4.2ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 32]] Intro::Tour Destroy (0.3ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 32]] TRANSACTION (5.2ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 33]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 33]] TRANSACTION (9.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 34]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 34]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 35]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 35]] TRANSACTION (5.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 36]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 36]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 37]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 37]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 38]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 38]] TRANSACTION (5.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 39]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 39]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 40]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 40]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 41]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 41]] TRANSACTION (5.1ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 42]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 42]] TRANSACTION (3.3ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 43]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 43]] TRANSACTION (3.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 44]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 44]] TRANSACTION (5.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 45]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 45]] TRANSACTION (3.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 46]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 46]] TRANSACTION (3.3ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 47]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 47]] TRANSACTION (5.3ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 48]] Intro::Tour Destroy (0.5ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 48]] TRANSACTION (6.1ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 49]] Intro::Tour Destroy (0.5ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 49]] TRANSACTION (6.1ms) commit transaction TRANSACTION (0.2ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 50]] Intro::Tour Destroy (0.5ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 50]] TRANSACTION (5.8ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 51]] Intro::Tour Destroy (0.3ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 51]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 52]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 52]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 53]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 53]] TRANSACTION (5.1ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 54]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 54]] TRANSACTION (4.9ms) commit transaction Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422063-064312"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422063-064312"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:41:03.665807"], ["updated_at", "2020-12-31 13:41:03.665807"]] TRANSACTION (4.2ms) commit transaction Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 55]] Intro::Tour Destroy (0.6ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 55]] TRANSACTION (7.7ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422063-067284"], ["LIMIT", 1]] Intro::Tour Create (0.4ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422063-067284"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:41:03.688363"], ["updated_at", "2020-12-31 13:41:03.688363"]] TRANSACTION (5.8ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422063-067284"], ["id", 56], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "options" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["options", "---\nnot_sign_visible: true\n"], ["updated_at", "2020-12-31 13:41:03.699364"], ["id", 56]] TRANSACTION (5.7ms) commit transaction Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 56]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 56]] TRANSACTION (3.9ms) commit transaction Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422063-891754"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609422063-891754"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:41:03.719135"], ["updated_at", "2020-12-31 13:41:03.719135"]] TRANSACTION (7.2ms) commit transaction Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 57]] Intro::Tour Destroy (0.3ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 57]] TRANSACTION (4.0ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422063-514037"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422063-514037"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:41:03.738053"], ["updated_at", "2020-12-31 13:41:03.738053"]] TRANSACTION (4.3ms) commit transaction Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 58]] Intro::Tour Destroy (0.3ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 58]] TRANSACTION (12.2ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422063-672534"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422063-672534"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:41:03.762196"], ["updated_at", "2020-12-31 13:41:03.762196"]] TRANSACTION (4.2ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422063-672534"], ["id", 59], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "expired_at" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["expired_at", "2020-12-30 13:41:03.768388"], ["updated_at", "2020-12-31 13:41:03.770401"], ["id", 59]] TRANSACTION (4.1ms) commit transaction Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 59]] Intro::Tour Destroy (0.3ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 59]] TRANSACTION (5.5ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422063-453086"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422063-453086"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:41:03.787127"], ["updated_at", "2020-12-31 13:41:03.787127"]] TRANSACTION (4.0ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Intro::TourHistory Create (0.3ms) INSERT INTO "intro_tour_histories" ("tour_id", "user_id", "touch_count", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["tour_id", 60], ["user_id", 1], ["touch_count", 1], ["created_at", "2020-12-31 13:41:03.801552"], ["updated_at", "2020-12-31 13:41:03.801552"]] TRANSACTION (3.6ms) commit transaction Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 60]] Intro::TourHistory Destroy (0.2ms) DELETE FROM "intro_tour_histories" WHERE "intro_tour_histories"."id" = ? [["id", 4]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 60]] TRANSACTION (7.1ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422063-721896"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422063-721896"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:41:03.819905"], ["updated_at", "2020-12-31 13:41:03.819905"]] TRANSACTION (4.1ms) commit transaction User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Intro::TourHistory Create (0.3ms) INSERT INTO "intro_tour_histories" ("tour_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["tour_id", 61], ["user_id", 1], ["created_at", "2020-12-31 13:41:03.829176"], ["updated_at", "2020-12-31 13:41:03.829176"]] TRANSACTION (5.6ms) commit transaction Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 61]] Intro::TourHistory Destroy (0.2ms) DELETE FROM "intro_tour_histories" WHERE "intro_tour_histories"."id" = ? [["id", 5]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 61]] TRANSACTION (5.3ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422063-764108"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422063-764108"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:41:03.847114"], ["updated_at", "2020-12-31 13:41:03.847114"]] TRANSACTION (5.1ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422063-764108"], ["id", 62], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query:\n:simple: \"/intro/admin/tours/new\"\n:strict: true\n"], ["updated_at", "2020-12-31 13:41:03.856993"], ["id", 62]] TRANSACTION (5.3ms) commit transaction Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 62]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 62]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422063-370921"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422063-370921"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:41:03.871199"], ["updated_at", "2020-12-31 13:41:03.871199"]] TRANSACTION (5.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422063-370921"], ["id", 63], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query:\n:simple: \"/intro/admin/tours/new\"\n:strict: true\n"], ["updated_at", "2020-12-31 13:41:03.880238"], ["id", 63]] TRANSACTION (5.8ms) commit transaction Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 63]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 63]] TRANSACTION (5.3ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422063-364978"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422063-364978"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:41:03.895804"], ["updated_at", "2020-12-31 13:41:03.895804"]] TRANSACTION (3.3ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422063-364978"], ["id", 64], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "action_name" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["action_name", "edit"], ["updated_at", "2020-12-31 13:41:03.901131"], ["id", 64]] TRANSACTION (3.7ms) commit transaction Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 64]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 64]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422063-730956"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422063-730956"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:41:03.912478"], ["updated_at", "2020-12-31 13:41:03.912478"]] TRANSACTION (5.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422063-730956"], ["id", 65], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "action_name" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["action_name", "edit"], ["updated_at", "2020-12-31 13:41:03.920116"], ["id", 65]] TRANSACTION (3.6ms) commit transaction Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 65]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 65]] TRANSACTION (3.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422063-627193"], ["LIMIT", 1]] Intro::Tour Create (0.1ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422063-627193"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:41:03.931099"], ["updated_at", "2020-12-31 13:41:03.931099"]] TRANSACTION (5.1ms) commit transaction Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 66]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 66]] TRANSACTION (4.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422063-853410"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422063-853410"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:41:03.944131"], ["updated_at", "2020-12-31 13:41:03.944131"]] TRANSACTION (3.5ms) commit transaction Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 67]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 67]] TRANSACTION (7.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422063-126489"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422063-126489"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:41:03.959457"], ["updated_at", "2020-12-31 13:41:03.959457"]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422063-126489"], ["id", 68], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "options" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["options", "---\nnot_sign_visible: true\n"], ["updated_at", "2020-12-31 13:41:03.964966"], ["id", 68]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422063-281340"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422063-281340"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:41:03.971735"], ["updated_at", "2020-12-31 13:41:03.971735"]] TRANSACTION (5.3ms) commit transaction Intro::TourHistory Exists? (0.1ms) SELECT 1 AS one FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? LIMIT ? [["tour_id", 69], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 69]] TRANSACTION (0.1ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-12-31 13:41:03.997473"], ["updated_at", "2020-12-31 13:41:03.997473"]] TRANSACTION (4.1ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422064-964087"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422064-964087"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:41:04.003694"], ["updated_at", "2020-12-31 13:41:04.003694"]] TRANSACTION (11.3ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Create (0.2ms) INSERT INTO "intro_tour_histories" ("tour_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["tour_id", 70], ["user_id", 3], ["created_at", "2020-12-31 13:41:04.016437"], ["updated_at", "2020-12-31 13:41:04.016437"]] TRANSACTION (5.2ms) commit transaction Intro::TourHistory Update All (4.0ms) UPDATE "intro_tour_histories" SET "touch_count" = COALESCE("touch_count", 0) + ? WHERE "intro_tour_histories"."id" = ? [["touch_count", 1], ["id", 6]] Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", ""], ["LIMIT", 1]] Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" IS NULL LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" ORDER BY "intro_tours"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422063-126489"], ["LIMIT", 1]] Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "TOUR-1609422063-126489"], ["LIMIT", 1]] Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" IS NULL LIMIT ? [["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422064-401697"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422064-401697"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:41:04.040465"], ["updated_at", "2020-12-31 13:41:04.040465"]] TRANSACTION (3.5ms) commit transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422064-401697"], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422064-168532"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422064-168532"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:41:04.047972"], ["updated_at", "2020-12-31 13:41:04.047972"]] TRANSACTION (5.5ms) commit transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422064-168532"], ["id", 72], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422064-182759"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609422064-182759"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=test\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 13:41:04.057357"], ["updated_at", "2020-12-31 13:41:04.057357"]] TRANSACTION (3.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422064-930275"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422064-930275"], ["route", "---\n:source:\n:query:\n:simple: \"/intro/admin/test\"\n:strict: false\n"], ["created_at", "2020-12-31 13:41:04.064708"], ["updated_at", "2020-12-31 13:41:04.064708"]] TRANSACTION (3.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422064-708423"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422064-708423"], ["route", "---\n:strict: true\n"], ["created_at", "2020-12-31 13:41:04.070803"], ["updated_at", "2020-12-31 13:41:04.070803"]] TRANSACTION (5.9ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.3ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422064-708423"], ["id", 75], ["LIMIT", 1]] TRANSACTION (0.1ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422064-708423"], ["id", 75], ["LIMIT", 1]] TRANSACTION (0.1ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422064-253617"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609422064-253617"], ["controller_path", "tours"], ["action_name", "new"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=test\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 13:41:04.090129"], ["updated_at", "2020-12-31 13:41:04.090129"]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422064-615798"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609422064-615798"], ["controller_path", "intro/admin/tours"], ["action_name", "create"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=test\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 13:41:04.098435"], ["updated_at", "2020-12-31 13:41:04.098435"]] TRANSACTION (3.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422064-485602"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609422064-485602"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=demo\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 13:41:04.105886"], ["updated_at", "2020-12-31 13:41:04.105886"]] TRANSACTION (5.2ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422064-041725"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422064-041725"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:41:04.118370"], ["updated_at", "2020-12-31 13:41:04.118370"]] TRANSACTION (3.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422064-379184"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422064-379184"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:41:04.124962"], ["updated_at", "2020-12-31 13:41:04.124962"]] TRANSACTION (3.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422064-756490"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422064-756490"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:41:04.131172"], ["updated_at", "2020-12-31 13:41:04.131172"]] TRANSACTION (5.1ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422064-756490"], ["id", 81], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "controller_path" = ?, "action_name" = ?, "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["controller_path", "intro/admin/tours"], ["action_name", "index"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: index\n:query:\n:strict: false\n:simple: \"/intro/admin/tours\"\n"], ["updated_at", "2020-12-31 13:41:04.139247"], ["id", 81]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422064-126475"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422064-126475"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:41:04.146416"], ["updated_at", "2020-12-31 13:41:04.146416"]] TRANSACTION (3.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422064-548917"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422064-548917"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:41:04.152600"], ["updated_at", "2020-12-31 13:41:04.152600"]] TRANSACTION (3.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422064-382764"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422064-382764"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:41:04.158617"], ["updated_at", "2020-12-31 13:41:04.158617"]] TRANSACTION (5.5ms) commit transaction  (0.7ms) SELECT sqlite_version(*)  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.8ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by Intro::Admin::ImagesController#create as JSON Filter chain halted as :authenticate rendered or redirected Completed 401 Unauthorized in 25ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 7295) Processing by Intro::Admin::ImagesController#create as JSON Filter chain halted as :require_image rendered or redirected Completed 400 Bad Request in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::SessionsController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.5ms | Allocations: 269) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.7ms | Allocations: 362) Completed 200 OK in 5ms (Views: 3.4ms | ActiveRecord: 0.0ms | Allocations: 3040) Processing by Intro::Admin::SessionsController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 55) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 143) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms | Allocations: 543) Processing by Intro::Admin::ToursController#index as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 291) Processing by Intro::Admin::ToursController#new as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#create as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#route as JSON Filter chain halted as :authenticate rendered or redirected Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 175) Processing by Intro::Admin::ToursController#attempt as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#index as HTML Redirected to http://test.host/login Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 130) Processing by Intro::Admin::ToursController#index as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 56) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 142) Completed 200 OK in 3ms (Views: 1.3ms | ActiveRecord: 0.3ms | Allocations: 2429) Processing by Intro::Admin::ToursController#index as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 54) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 140) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms | Allocations: 574) Processing by Intro::Admin::ToursController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 56) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 142) Completed 200 OK in 6ms (Views: 0.6ms | ActiveRecord: 0.2ms | Allocations: 5595) Processing by Intro::Admin::ToursController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 54) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.2ms | Allocations: 140) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms | Allocations: 467)  (0.1ms) SELECT COUNT(*) FROM "intro_tours"  (0.1ms) SELECT COUNT(*) FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422305-894301"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422305-894301"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:45:05.820227"], ["updated_at", "2020-12-31 13:45:05.820227"]] TRANSACTION (6.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422305-351249"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422305-351249"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:45:05.830182"], ["updated_at", "2020-12-31 13:45:05.830182"]] TRANSACTION (5.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422305-805721"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422305-805721"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:45:05.838527"], ["updated_at", "2020-12-31 13:45:05.838527"]] TRANSACTION (5.3ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422305-923604"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422305-923604"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:45:05.846468"], ["updated_at", "2020-12-31 13:45:05.846468"]] TRANSACTION (3.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422305-379201"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422305-379201"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:45:05.852864"], ["updated_at", "2020-12-31 13:45:05.852864"]] TRANSACTION (3.3ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422305-937142"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422305-937142"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:45:05.859055"], ["updated_at", "2020-12-31 13:45:05.859055"]] TRANSACTION (5.3ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422305-940763"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422305-940763"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:45:05.866965"], ["updated_at", "2020-12-31 13:45:05.866965"]] TRANSACTION (5.1ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422305-691042"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422305-691042"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:45:05.874651"], ["updated_at", "2020-12-31 13:45:05.874651"]] TRANSACTION (3.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422305-687350"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422305-687350"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:45:05.881233"], ["updated_at", "2020-12-31 13:45:05.881233"]] TRANSACTION (5.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422305-038165"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422305-038165"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:45:05.889840"], ["updated_at", "2020-12-31 13:45:05.889840"]] TRANSACTION (5.2ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422305-672149"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422305-672149"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:45:05.898319"], ["updated_at", "2020-12-31 13:45:05.898319"]] TRANSACTION (5.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422305-218547"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422305-218547"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:45:05.907046"], ["updated_at", "2020-12-31 13:45:05.907046"]] TRANSACTION (3.8ms) commit transaction Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 68]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 68]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 69]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 69]] TRANSACTION (5.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 70]] Intro::TourHistory Destroy (0.2ms) DELETE FROM "intro_tour_histories" WHERE "intro_tour_histories"."id" = ? [["id", 6]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 70]] TRANSACTION (4.1ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 71]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 71]] TRANSACTION (5.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 72]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 72]] TRANSACTION (6.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 73]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 73]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 74]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 74]] TRANSACTION (5.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 75]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 75]] TRANSACTION (4.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 76]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 76]] TRANSACTION (3.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 77]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 77]] TRANSACTION (5.2ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 78]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 78]] TRANSACTION (3.3ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 79]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 79]] TRANSACTION (3.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 80]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 80]] TRANSACTION (3.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 81]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 81]] TRANSACTION (5.3ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 82]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 82]] TRANSACTION (5.2ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 83]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 83]] TRANSACTION (5.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 84]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 84]] TRANSACTION (4.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 85]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 85]] TRANSACTION (3.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 86]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 86]] TRANSACTION (5.7ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 87]] Intro::Tour Destroy (0.5ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 87]] TRANSACTION (4.7ms) commit transaction TRANSACTION (0.2ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 88]] Intro::Tour Destroy (0.5ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 88]] TRANSACTION (6.4ms) commit transaction TRANSACTION (0.2ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 89]] Intro::Tour Destroy (0.5ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 89]] TRANSACTION (8.1ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 90]] Intro::Tour Destroy (0.6ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 90]] TRANSACTION (4.5ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 91]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 91]] TRANSACTION (4.2ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 92]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 92]] TRANSACTION (7.3ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 93]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 93]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 94]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 94]] TRANSACTION (7.2ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 95]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 95]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 96]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 96]] TRANSACTION (3.5ms) commit transaction Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" Intro::Tour Load (0.0ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422306-702619"], ["LIMIT", 1]] Intro::Tour Create (0.1ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422306-702619"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:45:06.119670"], ["updated_at", "2020-12-31 13:45:06.119670"]] TRANSACTION (3.6ms) commit transaction Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 97]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 97]] TRANSACTION (5.1ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422306-801695"], ["LIMIT", 1]] Intro::Tour Create (0.1ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422306-801695"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:45:06.132104"], ["updated_at", "2020-12-31 13:45:06.132104"]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422306-801695"], ["id", 98], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "options" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["options", "---\nnot_sign_visible: true\n"], ["updated_at", "2020-12-31 13:45:06.137588"], ["id", 98]] TRANSACTION (4.0ms) commit transaction Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 98]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 98]] TRANSACTION (5.6ms) commit transaction Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422306-056437"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609422306-056437"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:45:06.152643"], ["updated_at", "2020-12-31 13:45:06.152643"]] TRANSACTION (3.3ms) commit transaction Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 99]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 99]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422306-689423"], ["LIMIT", 1]] Intro::Tour Create (0.1ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422306-689423"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:45:06.163814"], ["updated_at", "2020-12-31 13:45:06.163814"]] TRANSACTION (5.3ms) commit transaction Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 100]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 100]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422306-712680"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422306-712680"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:45:06.176878"], ["updated_at", "2020-12-31 13:45:06.176878"]] TRANSACTION (5.1ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422306-712680"], ["id", 101], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "expired_at" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["expired_at", "2020-12-30 13:45:06.183014"], ["updated_at", "2020-12-31 13:45:06.184377"], ["id", 101]] TRANSACTION (5.6ms) commit transaction Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 101]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 101]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422306-245198"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422306-245198"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:45:06.197299"], ["updated_at", "2020-12-31 13:45:06.197299"]] TRANSACTION (3.8ms) commit transaction User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Intro::TourHistory Create (0.1ms) INSERT INTO "intro_tour_histories" ("tour_id", "user_id", "touch_count", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["tour_id", 102], ["user_id", 1], ["touch_count", 1], ["created_at", "2020-12-31 13:45:06.206246"], ["updated_at", "2020-12-31 13:45:06.206246"]] TRANSACTION (5.3ms) commit transaction Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 102]] Intro::TourHistory Destroy (0.1ms) DELETE FROM "intro_tour_histories" WHERE "intro_tour_histories"."id" = ? [["id", 7]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 102]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422306-879135"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422306-879135"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:45:06.219641"], ["updated_at", "2020-12-31 13:45:06.219641"]] TRANSACTION (6.0ms) commit transaction User Load (0.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Intro::TourHistory Create (0.5ms) INSERT INTO "intro_tour_histories" ("tour_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["tour_id", 103], ["user_id", 1], ["created_at", "2020-12-31 13:45:06.232333"], ["updated_at", "2020-12-31 13:45:06.232333"]] TRANSACTION (4.3ms) commit transaction Intro::Tour Load (0.3ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.3ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 103]] Intro::TourHistory Destroy (0.5ms) DELETE FROM "intro_tour_histories" WHERE "intro_tour_histories"."id" = ? [["id", 8]] Intro::Tour Destroy (0.4ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 103]] TRANSACTION (4.7ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.3ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422306-536798"], ["LIMIT", 1]] Intro::Tour Create (0.4ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422306-536798"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:45:06.256690"], ["updated_at", "2020-12-31 13:45:06.256690"]] TRANSACTION (6.1ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422306-536798"], ["id", 104], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query:\n:simple: \"/intro/admin/tours/new\"\n:strict: true\n"], ["updated_at", "2020-12-31 13:45:06.271214"], ["id", 104]] TRANSACTION (3.8ms) commit transaction Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 104]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 104]] TRANSACTION (3.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422306-753061"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422306-753061"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:45:06.284225"], ["updated_at", "2020-12-31 13:45:06.284225"]] TRANSACTION (5.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422306-753061"], ["id", 105], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query:\n:simple: \"/intro/admin/tours/new\"\n:strict: true\n"], ["updated_at", "2020-12-31 13:45:06.293176"], ["id", 105]] TRANSACTION (5.6ms) commit transaction Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 105]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 105]] TRANSACTION (5.3ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422306-839240"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422306-839240"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:45:06.309453"], ["updated_at", "2020-12-31 13:45:06.309453"]] TRANSACTION (5.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422306-839240"], ["id", 106], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "action_name" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["action_name", "edit"], ["updated_at", "2020-12-31 13:45:06.317667"], ["id", 106]] TRANSACTION (3.9ms) commit transaction Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 106]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 106]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422306-816025"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422306-816025"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:45:06.330785"], ["updated_at", "2020-12-31 13:45:06.330785"]] TRANSACTION (13.6ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422306-816025"], ["id", 107], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "action_name" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["action_name", "edit"], ["updated_at", "2020-12-31 13:45:06.347140"], ["id", 107]] TRANSACTION (3.9ms) commit transaction Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 107]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 107]] TRANSACTION (5.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422306-987301"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422306-987301"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:45:06.361277"], ["updated_at", "2020-12-31 13:45:06.361277"]] TRANSACTION (3.5ms) commit transaction Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 108]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 108]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422306-924308"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422306-924308"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:45:06.374310"], ["updated_at", "2020-12-31 13:45:06.374310"]] TRANSACTION (5.7ms) commit transaction Intro::Tour Load (0.3ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 109]] Intro::Tour Destroy (0.5ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 109]] TRANSACTION (4.7ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.4ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422306-562083"], ["LIMIT", 1]] Intro::Tour Create (0.6ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422306-562083"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:45:06.396970"], ["updated_at", "2020-12-31 13:45:06.396970"]] TRANSACTION (4.7ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.3ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422306-562083"], ["id", 110], ["LIMIT", 1]] Intro::Tour Update (0.3ms) UPDATE "intro_tours" SET "options" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["options", "---\nnot_sign_visible: true\n"], ["updated_at", "2020-12-31 13:45:06.408632"], ["id", 110]] TRANSACTION (7.7ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422306-348729"], ["LIMIT", 1]] Intro::Tour Create (0.4ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422306-348729"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:45:06.423137"], ["updated_at", "2020-12-31 13:45:06.423137"]] TRANSACTION (4.3ms) commit transaction Intro::TourHistory Exists? (0.2ms) SELECT 1 AS one FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? LIMIT ? [["tour_id", 111], ["LIMIT", 1]]  (0.2ms) SELECT COUNT(*) FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 111]] TRANSACTION (0.1ms) begin transaction User Create (0.3ms) INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-12-31 13:45:06.445956"], ["updated_at", "2020-12-31 13:45:06.445956"]] TRANSACTION (5.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422306-026579"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422306-026579"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:45:06.454446"], ["updated_at", "2020-12-31 13:45:06.454446"]] TRANSACTION (5.3ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Create (0.2ms) INSERT INTO "intro_tour_histories" ("tour_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["tour_id", 112], ["user_id", 4], ["created_at", "2020-12-31 13:45:06.461396"], ["updated_at", "2020-12-31 13:45:06.461396"]] TRANSACTION (3.3ms) commit transaction Intro::TourHistory Update All (4.1ms) UPDATE "intro_tour_histories" SET "touch_count" = COALESCE("touch_count", 0) + ? WHERE "intro_tour_histories"."id" = ? [["touch_count", 1], ["id", 9]] Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", ""], ["LIMIT", 1]] Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" IS NULL LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.5ms) SELECT "intro_tours".* FROM "intro_tours" ORDER BY "intro_tours"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422306-562083"], ["LIMIT", 1]] Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "TOUR-1609422306-562083"], ["LIMIT", 1]] Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" IS NULL LIMIT ? [["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422306-594621"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422306-594621"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:45:06.490029"], ["updated_at", "2020-12-31 13:45:06.490029"]] TRANSACTION (7.1ms) commit transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422306-594621"], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422306-139805"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422306-139805"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:45:06.500704"], ["updated_at", "2020-12-31 13:45:06.500704"]] TRANSACTION (4.0ms) commit transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422306-139805"], ["id", 114], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422306-507326"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609422306-507326"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=test\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 13:45:06.508171"], ["updated_at", "2020-12-31 13:45:06.508171"]] TRANSACTION (5.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422306-403578"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422306-403578"], ["route", "---\n:source:\n:query:\n:simple: \"/intro/admin/test\"\n:strict: false\n"], ["created_at", "2020-12-31 13:45:06.517695"], ["updated_at", "2020-12-31 13:45:06.517695"]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422306-578612"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422306-578612"], ["route", "---\n:strict: true\n"], ["created_at", "2020-12-31 13:45:06.524223"], ["updated_at", "2020-12-31 13:45:06.524223"]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422306-578612"], ["id", 117], ["LIMIT", 1]] TRANSACTION (0.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422306-578612"], ["id", 117], ["LIMIT", 1]] TRANSACTION (0.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422306-219073"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609422306-219073"], ["controller_path", "tours"], ["action_name", "new"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=test\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 13:45:06.533458"], ["updated_at", "2020-12-31 13:45:06.533458"]] TRANSACTION (6.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422306-283947"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609422306-283947"], ["controller_path", "intro/admin/tours"], ["action_name", "create"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=test\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 13:45:06.543287"], ["updated_at", "2020-12-31 13:45:06.543287"]] TRANSACTION (5.3ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422306-049752"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609422306-049752"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=demo\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 13:45:06.551543"], ["updated_at", "2020-12-31 13:45:06.551543"]] TRANSACTION (5.6ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422306-842961"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422306-842961"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:45:06.564275"], ["updated_at", "2020-12-31 13:45:06.564275"]] TRANSACTION (3.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422306-308712"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422306-308712"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:45:06.570763"], ["updated_at", "2020-12-31 13:45:06.570763"]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422306-982307"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422306-982307"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:45:06.577101"], ["updated_at", "2020-12-31 13:45:06.577101"]] TRANSACTION (5.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422306-982307"], ["id", 123], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "controller_path" = ?, "action_name" = ?, "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["controller_path", "intro/admin/tours"], ["action_name", "index"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: index\n:query:\n:strict: false\n:simple: \"/intro/admin/tours\"\n"], ["updated_at", "2020-12-31 13:45:06.585506"], ["id", 123]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422306-623708"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422306-623708"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:45:06.592780"], ["updated_at", "2020-12-31 13:45:06.592780"]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422306-429678"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422306-429678"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:45:06.599100"], ["updated_at", "2020-12-31 13:45:06.599100"]] TRANSACTION (5.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422306-684197"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422306-684197"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:45:06.607114"], ["updated_at", "2020-12-31 13:45:06.607114"]] TRANSACTION (3.8ms) commit transaction  (0.9ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by Intro::Admin::ImagesController#create as JSON Filter chain halted as :authenticate rendered or redirected Completed 401 Unauthorized in 11ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 7295) Processing by Intro::Admin::ImagesController#create as JSON Filter chain halted as :require_image rendered or redirected Completed 400 Bad Request in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::SessionsController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.5ms | Allocations: 269) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.6ms | Allocations: 362) Completed 200 OK in 5ms (Views: 3.2ms | ActiveRecord: 0.0ms | Allocations: 3040) Processing by Intro::Admin::SessionsController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 55) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 143) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms | Allocations: 543) Processing by Intro::Admin::ToursController#index as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 291) Processing by Intro::Admin::ToursController#new as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#create as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#route as JSON Filter chain halted as :authenticate rendered or redirected Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 175) Processing by Intro::Admin::ToursController#attempt as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#index as HTML Redirected to http://test.host/login Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 130) Processing by Intro::Admin::ToursController#index as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 56) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 142) Completed 200 OK in 4ms (Views: 1.3ms | ActiveRecord: 0.3ms | Allocations: 2428) Processing by Intro::Admin::ToursController#index as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 54) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 140) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms | Allocations: 574) Processing by Intro::Admin::ToursController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 56) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 142) Completed 200 OK in 6ms (Views: 0.6ms | ActiveRecord: 0.2ms | Allocations: 5595) Processing by Intro::Admin::ToursController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 54) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 140) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms | Allocations: 467)  (0.2ms) SELECT COUNT(*) FROM "intro_tours"  (0.1ms) SELECT COUNT(*) FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422363-508716"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422363-508716"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:46:03.055456"], ["updated_at", "2020-12-31 13:46:03.055456"]] TRANSACTION (5.3ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422363-290467"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422363-290467"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:46:03.064537"], ["updated_at", "2020-12-31 13:46:03.064537"]] TRANSACTION (5.5ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422363-589241"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422363-589241"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:46:03.087952"], ["updated_at", "2020-12-31 13:46:03.087952"]] TRANSACTION (4.0ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422363-708263"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422363-708263"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:46:03.095067"], ["updated_at", "2020-12-31 13:46:03.095067"]] TRANSACTION (7.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422363-345812"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422363-345812"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:46:03.105228"], ["updated_at", "2020-12-31 13:46:03.105228"]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422363-395041"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422363-395041"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:46:03.112102"], ["updated_at", "2020-12-31 13:46:03.112102"]] TRANSACTION (3.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422363-752306"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422363-752306"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:46:03.118934"], ["updated_at", "2020-12-31 13:46:03.118934"]] TRANSACTION (5.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422363-153824"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422363-153824"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:46:03.127828"], ["updated_at", "2020-12-31 13:46:03.127828"]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422363-249861"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422363-249861"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:46:03.135267"], ["updated_at", "2020-12-31 13:46:03.135267"]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422363-849231"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422363-849231"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:46:03.142413"], ["updated_at", "2020-12-31 13:46:03.142413"]] TRANSACTION (5.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422363-902347"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422363-902347"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:46:03.151739"], ["updated_at", "2020-12-31 13:46:03.151739"]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422363-879613"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422363-879613"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:46:03.158487"], ["updated_at", "2020-12-31 13:46:03.158487"]] TRANSACTION (3.8ms) commit transaction Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 110]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 110]] TRANSACTION (7.4ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 111]] Intro::Tour Destroy (0.5ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 111]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 112]] Intro::TourHistory Destroy (0.2ms) DELETE FROM "intro_tour_histories" WHERE "intro_tour_histories"."id" = ? [["id", 9]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 112]] TRANSACTION (5.6ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 113]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 113]] TRANSACTION (3.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 114]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 114]] TRANSACTION (5.1ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 115]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 115]] TRANSACTION (5.1ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 116]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 116]] TRANSACTION (3.2ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 117]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 117]] TRANSACTION (3.3ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 118]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 118]] TRANSACTION (6.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 119]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 119]] TRANSACTION (3.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 120]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 120]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 121]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 121]] TRANSACTION (5.2ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 122]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 122]] TRANSACTION (3.3ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 123]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 123]] TRANSACTION (3.3ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 124]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 124]] TRANSACTION (5.2ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 125]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 125]] TRANSACTION (5.5ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 126]] Intro::Tour Destroy (0.5ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 126]] TRANSACTION (4.3ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 127]] Intro::Tour Destroy (0.5ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 127]] TRANSACTION (7.9ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 128]] Intro::Tour Destroy (0.5ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 128]] TRANSACTION (4.0ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 129]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 129]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 130]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 130]] TRANSACTION (6.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 131]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 131]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 132]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 132]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 133]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 133]] TRANSACTION (4.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 134]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 134]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 135]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 135]] TRANSACTION (3.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 136]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 136]] TRANSACTION (5.3ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 137]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 137]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 138]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 138]] TRANSACTION (3.5ms) commit transaction Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" Intro::Tour Load (0.0ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422363-103649"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422363-103649"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:46:03.355785"], ["updated_at", "2020-12-31 13:46:03.355785"]] TRANSACTION (5.8ms) commit transaction Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 139]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 139]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.3ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422363-369204"], ["LIMIT", 1]] Intro::Tour Create (0.6ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422363-369204"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:46:03.371398"], ["updated_at", "2020-12-31 13:46:03.371398"]] TRANSACTION (8.4ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.4ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422363-369204"], ["id", 140], ["LIMIT", 1]] Intro::Tour Update (0.5ms) UPDATE "intro_tours" SET "options" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["options", "---\nnot_sign_visible: true\n"], ["updated_at", "2020-12-31 13:46:03.387570"], ["id", 140]] TRANSACTION (6.4ms) commit transaction Intro::Tour Load (0.3ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 140]] Intro::Tour Destroy (0.5ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 140]] TRANSACTION (6.4ms) commit transaction Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.3ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422363-823607"], ["LIMIT", 1]] Intro::Tour Create (0.4ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609422363-823607"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:46:03.420464"], ["updated_at", "2020-12-31 13:46:03.420464"]] TRANSACTION (6.5ms) commit transaction Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 141]] Intro::Tour Destroy (0.3ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 141]] TRANSACTION (5.8ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.3ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422363-843067"], ["LIMIT", 1]] Intro::Tour Create (0.5ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422363-843067"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:46:03.442999"], ["updated_at", "2020-12-31 13:46:03.442999"]] TRANSACTION (3.8ms) commit transaction Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 142]] Intro::Tour Destroy (0.3ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 142]] TRANSACTION (7.3ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.3ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422363-514073"], ["LIMIT", 1]] Intro::Tour Create (0.4ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422363-514073"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:46:03.465378"], ["updated_at", "2020-12-31 13:46:03.465378"]] TRANSACTION (5.5ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422363-514073"], ["id", 143], ["LIMIT", 1]] Intro::Tour Update (0.3ms) UPDATE "intro_tours" SET "expired_at" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["expired_at", "2020-12-30 13:46:03.473697"], ["updated_at", "2020-12-31 13:46:03.476445"], ["id", 143]] TRANSACTION (5.8ms) commit transaction Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 143]] Intro::Tour Destroy (0.4ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 143]] TRANSACTION (4.0ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.3ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422363-526781"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422363-526781"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:46:03.495562"], ["updated_at", "2020-12-31 13:46:03.495562"]] TRANSACTION (4.0ms) commit transaction User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Intro::TourHistory Create (0.2ms) INSERT INTO "intro_tour_histories" ("tour_id", "user_id", "touch_count", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["tour_id", 144], ["user_id", 1], ["touch_count", 1], ["created_at", "2020-12-31 13:46:03.507382"], ["updated_at", "2020-12-31 13:46:03.507382"]] TRANSACTION (5.3ms) commit transaction Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 144]] Intro::TourHistory Destroy (0.2ms) DELETE FROM "intro_tour_histories" WHERE "intro_tour_histories"."id" = ? [["id", 10]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 144]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422363-584396"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422363-584396"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:46:03.522017"], ["updated_at", "2020-12-31 13:46:03.522017"]] TRANSACTION (3.8ms) commit transaction User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Intro::TourHistory Create (0.2ms) INSERT INTO "intro_tour_histories" ("tour_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["tour_id", 145], ["user_id", 1], ["created_at", "2020-12-31 13:46:03.529465"], ["updated_at", "2020-12-31 13:46:03.529465"]] TRANSACTION (5.3ms) commit transaction Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 145]] Intro::TourHistory Destroy (0.2ms) DELETE FROM "intro_tour_histories" WHERE "intro_tour_histories"."id" = ? [["id", 11]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 145]] TRANSACTION (4.0ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422363-258034"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422363-258034"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:46:03.544505"], ["updated_at", "2020-12-31 13:46:03.544505"]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422363-258034"], ["id", 146], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query:\n:simple: \"/intro/admin/tours/new\"\n:strict: true\n"], ["updated_at", "2020-12-31 13:46:03.553647"], ["id", 146]] TRANSACTION (5.3ms) commit transaction Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 146]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 146]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422363-013572"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422363-013572"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:46:03.567160"], ["updated_at", "2020-12-31 13:46:03.567160"]] TRANSACTION (4.1ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422363-013572"], ["id", 147], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query:\n:simple: \"/intro/admin/tours/new\"\n:strict: true\n"], ["updated_at", "2020-12-31 13:46:03.573915"], ["id", 147]] TRANSACTION (5.1ms) commit transaction Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 147]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 147]] TRANSACTION (3.3ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422363-079861"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422363-079861"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:46:03.586926"], ["updated_at", "2020-12-31 13:46:03.586926"]] TRANSACTION (7.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422363-079861"], ["id", 148], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "action_name" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["action_name", "edit"], ["updated_at", "2020-12-31 13:46:03.596802"], ["id", 148]] TRANSACTION (5.4ms) commit transaction Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 148]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 148]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.2ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422369-840956"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422369-840956"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:46:09.755306"], ["updated_at", "2020-12-31 13:46:09.755306"]] TRANSACTION (7.3ms) commit transaction TRANSACTION (0.2ms) begin transaction Intro::Tour Exists? (0.5ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422369-840956"], ["id", 149], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "action_name" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["action_name", "edit"], ["updated_at", "2020-12-31 13:46:14.715931"], ["id", 149]] TRANSACTION (7.6ms) commit transaction TRANSACTION (0.3ms) begin transaction Intro::Tour Exists? (0.5ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422369-840956"], ["id", 149], ["LIMIT", 1]] TRANSACTION (0.2ms) commit transaction Intro::Tour Load (0.3ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.2ms) begin transaction Intro::TourHistory Load (0.3ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 149]] Intro::Tour Destroy (0.7ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 149]] TRANSACTION (4.6ms) commit transaction TRANSACTION (0.2ms) begin transaction Intro::Tour Exists? (0.5ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422439-973620"], ["LIMIT", 1]] Intro::Tour Create (0.8ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422439-973620"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:47:19.350245"], ["updated_at", "2020-12-31 13:47:19.350245"]] TRANSACTION (6.8ms) commit transaction Intro::Tour Load (0.5ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.2ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 150]] Intro::Tour Destroy (0.5ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 150]] TRANSACTION (4.2ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422439-718024"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422439-718024"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:47:19.377511"], ["updated_at", "2020-12-31 13:47:19.377511"]] TRANSACTION (3.7ms) commit transaction Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 151]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 151]] TRANSACTION (5.5ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422439-846590"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422439-846590"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:47:19.393830"], ["updated_at", "2020-12-31 13:47:19.393830"]] TRANSACTION (3.3ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422439-846590"], ["id", 152], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "options" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["options", "---\nnot_sign_visible: true\n"], ["updated_at", "2020-12-31 13:47:19.400393"], ["id", 152]] TRANSACTION (5.6ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422439-597108"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422439-597108"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:47:19.410438"], ["updated_at", "2020-12-31 13:47:19.410438"]] TRANSACTION (5.4ms) commit transaction Intro::TourHistory Exists? (0.1ms) SELECT 1 AS one FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? LIMIT ? [["tour_id", 153], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 153]] TRANSACTION (0.1ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-12-31 13:47:19.431818"], ["updated_at", "2020-12-31 13:47:19.431818"]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422439-452163"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422439-452163"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:47:19.438212"], ["updated_at", "2020-12-31 13:47:19.438212"]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Create (0.2ms) INSERT INTO "intro_tour_histories" ("tour_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["tour_id", 154], ["user_id", 5], ["created_at", "2020-12-31 13:47:19.443795"], ["updated_at", "2020-12-31 13:47:19.443795"]] TRANSACTION (5.4ms) commit transaction Intro::TourHistory Update All (4.0ms) UPDATE "intro_tour_histories" SET "touch_count" = COALESCE("touch_count", 0) + ? WHERE "intro_tour_histories"."id" = ? [["touch_count", 1], ["id", 12]] Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", ""], ["LIMIT", 1]] Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" IS NULL LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" ORDER BY "intro_tours"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422439-846590"], ["LIMIT", 1]] Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "TOUR-1609422439-846590"], ["LIMIT", 1]] Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" IS NULL LIMIT ? [["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422439-145709"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422439-145709"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:47:19.468347"], ["updated_at", "2020-12-31 13:47:19.468347"]] TRANSACTION (3.7ms) commit transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422439-145709"], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422439-014795"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422439-014795"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:47:19.475950"], ["updated_at", "2020-12-31 13:47:19.475950"]] TRANSACTION (5.5ms) commit transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422439-014795"], ["id", 156], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422439-249780"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609422439-249780"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=test\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 13:47:19.485275"], ["updated_at", "2020-12-31 13:47:19.485275"]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422439-794032"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422439-794032"], ["route", "---\n:source:\n:query:\n:simple: \"/intro/admin/test\"\n:strict: false\n"], ["created_at", "2020-12-31 13:47:19.493168"], ["updated_at", "2020-12-31 13:47:19.493168"]] TRANSACTION (7.1ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422439-823914"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422439-823914"], ["route", "---\n:strict: true\n"], ["created_at", "2020-12-31 13:47:19.503835"], ["updated_at", "2020-12-31 13:47:19.503835"]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422439-823914"], ["id", 159], ["LIMIT", 1]] TRANSACTION (0.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422439-823914"], ["id", 159], ["LIMIT", 1]] TRANSACTION (1.0ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422439-468507"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609422439-468507"], ["controller_path", "tours"], ["action_name", "new"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=test\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 13:47:19.523938"], ["updated_at", "2020-12-31 13:47:19.523938"]] TRANSACTION (4.2ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422439-960483"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609422439-960483"], ["controller_path", "intro/admin/tours"], ["action_name", "create"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=test\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 13:47:19.532140"], ["updated_at", "2020-12-31 13:47:19.532140"]] TRANSACTION (5.7ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422439-926831"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609422439-926831"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=demo\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 13:47:19.541635"], ["updated_at", "2020-12-31 13:47:19.541635"]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422439-938602"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422439-938602"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:47:19.553753"], ["updated_at", "2020-12-31 13:47:19.553753"]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422439-641052"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422439-641052"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:47:19.561195"], ["updated_at", "2020-12-31 13:47:19.561195"]] TRANSACTION (5.3ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422439-149735"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422439-149735"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:47:19.569846"], ["updated_at", "2020-12-31 13:47:19.569846"]] TRANSACTION (5.5ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422439-149735"], ["id", 165], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "controller_path" = ?, "action_name" = ?, "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["controller_path", "intro/admin/tours"], ["action_name", "index"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: index\n:query:\n:strict: false\n:simple: \"/intro/admin/tours\"\n"], ["updated_at", "2020-12-31 13:47:19.579231"], ["id", 165]] TRANSACTION (7.1ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422439-034752"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422439-034752"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:47:19.590342"], ["updated_at", "2020-12-31 13:47:19.590342"]] TRANSACTION (4.1ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422439-532470"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422439-532470"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:47:19.597414"], ["updated_at", "2020-12-31 13:47:19.597414"]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422439-193750"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422439-193750"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:47:19.604037"], ["updated_at", "2020-12-31 13:47:19.604037"]] TRANSACTION (5.3ms) commit transaction  (0.9ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.8ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by Intro::Admin::ImagesController#create as JSON Filter chain halted as :authenticate rendered or redirected Completed 401 Unauthorized in 11ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 7295) Processing by Intro::Admin::ImagesController#create as JSON Filter chain halted as :require_image rendered or redirected Completed 400 Bad Request in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::SessionsController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.5ms | Allocations: 269) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.6ms | Allocations: 362) Completed 200 OK in 5ms (Views: 3.1ms | ActiveRecord: 0.0ms | Allocations: 3040) Processing by Intro::Admin::SessionsController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 55) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 143) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms | Allocations: 543) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"NQlPV8Q"} Redirected to http://test.host/intro/admin/tours Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 192) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"test_user"} Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 54) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 140) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms | Allocations: 450) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"root"} Redirected to http://test.host/intro/admin/tours Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 159) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"test"} Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 54) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 140) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms | Allocations: 429) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"NQlPV8Q"} Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 54) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.2ms | Allocations: 140) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms | Allocations: 429) Processing by Intro::Admin::ToursController#index as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 258) Processing by Intro::Admin::ToursController#new as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#create as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#route as JSON Filter chain halted as :authenticate rendered or redirected Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 157) Processing by Intro::Admin::ToursController#attempt as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#index as HTML Redirected to http://test.host/login Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 130) Processing by Intro::Admin::ToursController#index as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 56) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 142) Completed 200 OK in 3ms (Views: 1.3ms | ActiveRecord: 0.3ms | Allocations: 2428) Processing by Intro::Admin::ToursController#index as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 54) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 140) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms | Allocations: 574) Processing by Intro::Admin::ToursController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 56) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 142) Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.2ms | Allocations: 5595) Processing by Intro::Admin::ToursController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 54) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.2ms | Allocations: 140) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms | Allocations: 467)  (0.2ms) SELECT COUNT(*) FROM "intro_tours" Processing by Intro::Admin::ToursController#create as HTML Parameters: {"tour"=>{"ident"=>"kgxueipfsmvybqcrdjzlahtnow"}} TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "kgxueipfsmvybqcrdjzlahtnow"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "kgxueipfsmvybqcrdjzlahtnow"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:54:53.178657"], ["updated_at", "2020-12-31 13:54:53.178657"]] TRANSACTION (5.2ms) commit transaction Redirected to http://test.host/intro/admin/tours/169 Completed 302 Found in 9ms (ActiveRecord: 5.6ms | Allocations: 1375)  (0.1ms) SELECT COUNT(*) FROM "intro_tours"  (0.1ms) SELECT COUNT(*) FROM "intro_tours" Processing by Intro::Admin::ToursController#create as HTML TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" IS NULL LIMIT ? [["LIMIT", 1]] TRANSACTION (0.0ms) rollback transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 54) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 140) Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.2ms | Allocations: 856)  (0.1ms) SELECT COUNT(*) FROM "intro_tours" Processing by Intro::Admin::ToursController#route as JSON Parameters: {"path"=>"/intro/admin/tours?xyz=1"} Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 3250) Processing by Intro::Admin::ToursController#attempt as JSON Parameters: {"tour"=>{"options"=>{"content"=>"content", "title"=>"title"}}} Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 453) Processing by Intro::Admin::ToursController#attempt as JSON Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 227) Processing by Intro::Admin::ToursController#show as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.2ms | Allocations: 451) Processing by Intro::Admin::ToursController#show as JSON Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Filter chain halted as :require_tour rendered or redirected Completed 404 Not Found in 0ms (ActiveRecord: 0.1ms | Allocations: 205) Processing by Intro::Admin::ToursController#edit as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms | Allocations: 268) Processing by Intro::Admin::ToursController#update as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms | Allocations: 268) Processing by Intro::Admin::ToursController#destroy as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms | Allocations: 268) Processing by Intro::Admin::ToursController#publish as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms | Allocations: 268) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422893-692180"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422893-692180"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:54:53.210543"], ["updated_at", "2020-12-31 13:54:53.210543"]] TRANSACTION (6.3ms) commit transaction Processing by Intro::Admin::ToursController#show as HTML Parameters: {"id"=>"170"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 170], ["LIMIT", 1]] Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 56) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 142) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.1ms | Allocations: 745) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422893-013846"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422893-013846"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:54:53.222452"], ["updated_at", "2020-12-31 13:54:53.222452"]] TRANSACTION (4.1ms) commit transaction Processing by Intro::Admin::ToursController#show as HTML Parameters: {"id"=>"171"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 171], ["LIMIT", 1]] Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 54) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 140) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.1ms | Allocations: 515) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422893-896710"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422893-896710"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:54:53.231269"], ["updated_at", "2020-12-31 13:54:53.231269"]] TRANSACTION (3.9ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"ident"=>"new-tour-1609422893-896710"}, "id"=>"172"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 172], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "new-tour-1609422893-896710"], ["id", 172], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "ident" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["ident", "new-tour-1609422893-896710"], ["updated_at", "2020-12-31 13:54:53.238518"], ["id", 172]] TRANSACTION (5.7ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 54) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 140) Completed 200 OK in 9ms (Views: 0.7ms | ActiveRecord: 6.0ms | Allocations: 1461) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422893-820597"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422893-820597"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:54:53.247653"], ["updated_at", "2020-12-31 13:54:53.247653"]] TRANSACTION (4.1ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"ident"=>"new-tour-1609422893-820597"}, "id"=>"173"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 173], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "new-tour-1609422893-820597"], ["id", 173], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "ident" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["ident", "new-tour-1609422893-820597"], ["updated_at", "2020-12-31 13:54:53.255267"], ["id", 173]] TRANSACTION (3.7ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 54) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 140) Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 4.1ms | Allocations: 1387) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422893-248931"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422893-248931"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:54:53.262447"], ["updated_at", "2020-12-31 13:54:53.262447"]] TRANSACTION (5.3ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"controller_path"=>"new-"}, "id"=>"174"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 174], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422893-248931"], ["id", 174], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "controller_path" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["controller_path", "new-"], ["updated_at", "2020-12-31 13:54:53.271200"], ["id", 174]] TRANSACTION (3.9ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 54) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 140) Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 4.2ms | Allocations: 1389) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422893-928637"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422893-928637"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:54:53.278463"], ["updated_at", "2020-12-31 13:54:53.278463"]] TRANSACTION (3.4ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"action_name"=>"new-"}, "id"=>"175"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 175], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422893-928637"], ["id", 175], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "action_name" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["action_name", "new-"], ["updated_at", "2020-12-31 13:54:53.285489"], ["id", 175]] TRANSACTION (5.6ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 54) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 140) Completed 200 OK in 9ms (Views: 0.7ms | ActiveRecord: 5.9ms | Allocations: 1390) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422893-362198"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422893-362198"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:54:53.294424"], ["updated_at", "2020-12-31 13:54:53.294424"]] TRANSACTION (4.0ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"options"=>{"title"=>"title"}}, "id"=>"176"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 176], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422893-362198"], ["id", 176], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "options" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["options", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ntitle: title\n"], ["updated_at", "2020-12-31 13:54:53.301977"], ["id", 176]] TRANSACTION (3.7ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 54) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 140) Completed 200 OK in 7ms (Views: 0.6ms | ActiveRecord: 4.0ms | Allocations: 1712) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422893-215984"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422893-215984"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:54:53.309038"], ["updated_at", "2020-12-31 13:54:53.309038"]] TRANSACTION (5.5ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"route"=>{"simple"=>"/"}}, "id"=>"177"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 177], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422893-215984"], ["id", 177], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nsource:\nquery:\nsimple: \"/\"\nstrict: false\n"], ["updated_at", "2020-12-31 13:54:53.319048"], ["id", 177]] TRANSACTION (3.6ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 54) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 140) Completed 200 OK in 8ms (Views: 0.7ms | ActiveRecord: 4.0ms | Allocations: 2656) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422893-805246"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422893-805246"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:54:53.326383"], ["updated_at", "2020-12-31 13:54:53.326383"]] TRANSACTION (3.7ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"expired_at"=>"2021-01-01"}, "id"=>"178"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 178], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422893-805246"], ["id", 178], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "expired_at" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["expired_at", "2021-01-01 00:00:00"], ["updated_at", "2020-12-31 13:54:53.333676"], ["id", 178]] TRANSACTION (6.9ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 54) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 1.1ms | Allocations: 140) Completed 200 OK in 11ms (Views: 1.5ms | ActiveRecord: 7.2ms | Allocations: 1502) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422893-038615"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422893-038615"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:54:53.345236"], ["updated_at", "2020-12-31 13:54:53.345236"]] TRANSACTION (3.7ms) commit transaction Processing by Intro::Admin::ToursController#destroy as HTML Parameters: {"id"=>"179"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 179], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 179]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 179]] TRANSACTION (4.2ms) commit transaction Redirected to http://test.host/intro/admin/tours Completed 302 Found in 13ms (ActiveRecord: 4.7ms | Allocations: 4677) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422893-379512"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422893-379512"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:54:53.365373"], ["updated_at", "2020-12-31 13:54:53.365373"]] TRANSACTION (5.2ms) commit transaction Processing by Intro::Admin::ToursController#publish as HTML Parameters: {"published"=>"true", "id"=>"180"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 180], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422893-379512"], ["id", 180], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "published" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["published", 1], ["updated_at", "2020-12-31 13:54:53.373950"], ["id", 180]] TRANSACTION (3.4ms) commit transaction Redirected to Redirected to http://test.host/intro/admin/tours Completed 302 Found in 10ms (ActiveRecord: 3.8ms | Allocations: 2547) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422893-208531"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422893-208531"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:54:53.383815"], ["updated_at", "2020-12-31 13:54:53.383815"]] TRANSACTION (4.5ms) commit transaction Processing by Intro::Admin::ToursController#publish as HTML Parameters: {"published"=>"false", "id"=>"181"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 181], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422893-208531"], ["id", 181], ["LIMIT", 1]] TRANSACTION (0.0ms) commit transaction Redirected to Redirected to http://test.host/intro/admin/tours Completed 302 Found in 6ms (ActiveRecord: 0.2ms | Allocations: 2363) Intro::Tour Load (0.3ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 152]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 152]] TRANSACTION (5.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 153]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 153]] TRANSACTION (4.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 154]] Intro::TourHistory Destroy (0.2ms) DELETE FROM "intro_tour_histories" WHERE "intro_tour_histories"."id" = ? [["id", 12]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 154]] TRANSACTION (4.1ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 155]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 155]] TRANSACTION (7.1ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 156]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 156]] TRANSACTION (4.0ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 157]] Intro::Tour Destroy (0.5ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 157]] TRANSACTION (8.1ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 158]] Intro::Tour Destroy (0.5ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 158]] TRANSACTION (4.3ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 159]] Intro::Tour Destroy (0.3ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 159]] TRANSACTION (4.3ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 160]] Intro::Tour Destroy (0.3ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 160]] TRANSACTION (4.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 161]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 161]] TRANSACTION (5.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 162]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 162]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 163]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 163]] TRANSACTION (3.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 164]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 164]] TRANSACTION (5.2ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 165]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 165]] TRANSACTION (3.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 166]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 166]] TRANSACTION (3.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 167]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 167]] TRANSACTION (5.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 168]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 168]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 169]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 169]] TRANSACTION (5.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 170]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 170]] TRANSACTION (5.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 171]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 171]] TRANSACTION (5.1ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 172]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 172]] TRANSACTION (5.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 173]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 173]] TRANSACTION (3.3ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 174]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 174]] TRANSACTION (5.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 175]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 175]] TRANSACTION (7.2ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 176]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 176]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 177]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 177]] TRANSACTION (4.1ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 178]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 178]] TRANSACTION (5.3ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 180]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 180]] TRANSACTION (5.1ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 181]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 181]] TRANSACTION (5.3ms) commit transaction Processing by Intro::ToursController#index as JSON Parameters: {"action_name"=>"x", "controller_path"=>"x"} Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 194) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" Processing by Intro::ToursController#index as JSON Parameters: {"action_name"=>"x", "controller_path"=>"x"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "x"], ["action_name", "x"], ["published", 1]] Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms | Allocations: 541) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422893-417802"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422893-417802"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:54:53.584604"], ["updated_at", "2020-12-31 13:54:53.584604"]] TRANSACTION (3.7ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" IS NULL AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["tour_id", 182]] Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.2ms | Allocations: 634) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 182]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 182]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422893-603145"], ["LIMIT", 1]] Intro::Tour Create (0.1ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422893-603145"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:54:53.598457"], ["updated_at", "2020-12-31 13:54:53.598457"]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422893-603145"], ["id", 183], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "options" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["options", "---\nnot_sign_visible: true\n"], ["updated_at", "2020-12-31 13:54:53.603926"], ["id", 183]] TRANSACTION (5.9ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" IS NULL AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["tour_id", 183]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.2ms | Allocations: 843) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 183]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 183]] TRANSACTION (4.1ms) commit transaction Processing by Intro::ToursController#index as JSON Parameters: {"action_name"=>"x", "controller_path"=>"x"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "x"], ["action_name", "x"], ["published", 1]] Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.6ms | Allocations: 2396) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422893-795481"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609422893-795481"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:54:53.636866"], ["updated_at", "2020-12-31 13:54:53.636866"]] TRANSACTION (7.1ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.2ms | Allocations: 668) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 184]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 184]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422893-687312"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422893-687312"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:54:53.655315"], ["updated_at", "2020-12-31 13:54:53.655315"]] TRANSACTION (3.9ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 185]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 964) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 185]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 185]] TRANSACTION (5.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422893-278513"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422893-278513"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:54:53.672575"], ["updated_at", "2020-12-31 13:54:53.672575"]] TRANSACTION (5.1ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422893-278513"], ["id", 186], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "expired_at" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["expired_at", "2020-12-30 13:54:53.678904"], ["updated_at", "2020-12-31 13:54:53.680295"], ["id", 186]] TRANSACTION (5.4ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 186]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.2ms | Allocations: 807) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 186]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 186]] TRANSACTION (5.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422893-126307"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422893-126307"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:54:53.698423"], ["updated_at", "2020-12-31 13:54:53.698423"]] TRANSACTION (3.8ms) commit transaction User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Intro::TourHistory Create (0.2ms) INSERT INTO "intro_tour_histories" ("tour_id", "user_id", "touch_count", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["tour_id", 187], ["user_id", 1], ["touch_count", 1], ["created_at", "2020-12-31 13:54:53.706395"], ["updated_at", "2020-12-31 13:54:53.706395"]] TRANSACTION (3.7ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 187]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.3ms | Allocations: 791) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 187]] Intro::TourHistory Destroy (0.1ms) DELETE FROM "intro_tour_histories" WHERE "intro_tour_histories"."id" = ? [["id", 13]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 187]] TRANSACTION (5.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422893-089653"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422893-089653"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:54:53.723263"], ["updated_at", "2020-12-31 13:54:53.723263"]] TRANSACTION (5.2ms) commit transaction User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Intro::TourHistory Create (0.2ms) INSERT INTO "intro_tour_histories" ("tour_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["tour_id", 188], ["user_id", 1], ["created_at", "2020-12-31 13:54:53.731161"], ["updated_at", "2020-12-31 13:54:53.731161"]] TRANSACTION (5.5ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 188]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.3ms | Allocations: 964) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 188]] Intro::TourHistory Destroy (0.2ms) DELETE FROM "intro_tour_histories" WHERE "intro_tour_histories"."id" = ? [["id", 14]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 188]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422893-526731"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422893-526731"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:54:53.748547"], ["updated_at", "2020-12-31 13:54:53.748547"]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422893-526731"], ["id", 189], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query:\n:simple: \"/intro/admin/tours/new\"\n:strict: true\n"], ["updated_at", "2020-12-31 13:54:53.755147"], ["id", 189]] TRANSACTION (5.7ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/new"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]] User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 189]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.3ms | Allocations: 1272) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 189]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 189]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422893-684713"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422893-684713"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:54:53.772128"], ["updated_at", "2020-12-31 13:54:53.772128"]] TRANSACTION (3.3ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422893-684713"], ["id", 190], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query:\n:simple: \"/intro/admin/tours/new\"\n:strict: true\n"], ["updated_at", "2020-12-31 13:54:53.777998"], ["id", 190]] TRANSACTION (5.8ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/new2"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]] User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.1ms | Allocations: 1027) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 190]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 190]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422893-180735"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422893-180735"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:54:53.794664"], ["updated_at", "2020-12-31 13:54:53.794664"]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422893-180735"], ["id", 191], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "action_name" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["action_name", "edit"], ["updated_at", "2020-12-31 13:54:53.800621"], ["id", 191]] TRANSACTION (5.3ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"edit", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/13/edit"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "edit"], ["published", 1]] User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 191]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 1230) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 191]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 191]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422893-062951"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422893-062951"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:54:53.817064"], ["updated_at", "2020-12-31 13:54:53.817064"]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422893-062951"], ["id", 192], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "action_name" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["action_name", "edit"], ["updated_at", "2020-12-31 13:54:53.822763"], ["id", 192]] TRANSACTION (5.4ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"edit", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/13"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "edit"], ["published", 1]] User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.1ms | Allocations: 952) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 192]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 192]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422893-371246"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422893-371246"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:54:53.838657"], ["updated_at", "2020-12-31 13:54:53.838657"]] TRANSACTION (3.8ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/new?xyz=1"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]] User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 193]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 1220) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 193]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 193]] TRANSACTION (5.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422893-128360"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422893-128360"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:54:53.855592"], ["updated_at", "2020-12-31 13:54:53.855592"]] TRANSACTION (3.4ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 194]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.3ms | Allocations: 964) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 194]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 194]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422893-194036"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422893-194036"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:54:53.871589"], ["updated_at", "2020-12-31 13:54:53.871589"]] TRANSACTION (5.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422893-194036"], ["id", 195], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "options" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["options", "---\nnot_sign_visible: true\n"], ["updated_at", "2020-12-31 13:54:53.880023"], ["id", 195]] TRANSACTION (5.2ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 195]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.3ms | Allocations: 1013) Processing by Intro::ToursController#record as HTML Parameters: {"id"=>"0"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Filter chain halted as :require_tour rendered or redirected Completed 404 Not Found in 1ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 397) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422893-106357"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422893-106357"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:54:53.895412"], ["updated_at", "2020-12-31 13:54:53.895412"]] TRANSACTION (3.4ms) commit transaction Intro::TourHistory Exists? (0.1ms) SELECT 1 AS one FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? LIMIT ? [["tour_id", 196], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 196]] Processing by Intro::ToursController#record as HTML Parameters: {"id"=>"196"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 196], ["LIMIT", 1]] Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? ORDER BY "intro_tour_histories"."id" ASC LIMIT ? [["user_id", 1], ["tour_id", 196], ["LIMIT", 1]] Intro::TourHistory Update All (0.1ms) UPDATE "intro_tour_histories" SET "touch_count" = COALESCE("touch_count", 0) + ? WHERE "intro_tour_histories"."id" IS NULL [["touch_count", 1]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.4ms | Allocations: 951)  (0.1ms) SELECT COUNT(*) FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 196]] TRANSACTION (0.1ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-12-31 13:54:53.952563"], ["updated_at", "2020-12-31 13:54:53.952563"]] TRANSACTION (5.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422893-720164"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422893-720164"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:54:53.961004"], ["updated_at", "2020-12-31 13:54:53.961004"]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Create (0.2ms) INSERT INTO "intro_tour_histories" ("tour_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["tour_id", 197], ["user_id", 6], ["created_at", "2020-12-31 13:54:53.966329"], ["updated_at", "2020-12-31 13:54:53.966329"]] TRANSACTION (3.4ms) commit transaction Intro::TourHistory Update All (7.4ms) UPDATE "intro_tour_histories" SET "touch_count" = COALESCE("touch_count", 0) + ? WHERE "intro_tour_histories"."id" = ? [["touch_count", 1], ["id", 15]] Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", ""], ["LIMIT", 1]] Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" IS NULL LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" ORDER BY "intro_tours"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422893-194036"], ["LIMIT", 1]] Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "TOUR-1609422893-194036"], ["LIMIT", 1]] Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" IS NULL LIMIT ? [["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422893-471650"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422893-471650"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:54:53.990429"], ["updated_at", "2020-12-31 13:54:53.990429"]] TRANSACTION (3.9ms) commit transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422893-471650"], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422893-812406"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422893-812406"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:54:53.997377"], ["updated_at", "2020-12-31 13:54:53.997377"]] TRANSACTION (5.9ms) commit transaction Intro::Tour Exists? (0.4ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422893-812406"], ["id", 199], ["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.3ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422894-520647"], ["LIMIT", 1]] Intro::Tour Create (0.8ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609422894-520647"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=test\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 13:54:54.012063"], ["updated_at", "2020-12-31 13:54:54.012063"]] TRANSACTION (6.8ms) commit transaction TRANSACTION (0.2ms) begin transaction Intro::Tour Exists? (0.4ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422894-839406"], ["LIMIT", 1]] Intro::Tour Create (0.6ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422894-839406"], ["route", "---\n:source:\n:query:\n:simple: \"/intro/admin/test\"\n:strict: false\n"], ["created_at", "2020-12-31 13:54:54.031942"], ["updated_at", "2020-12-31 13:54:54.031942"]] TRANSACTION (4.7ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.4ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422894-304268"], ["LIMIT", 1]] Intro::Tour Create (0.7ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422894-304268"], ["route", "---\n:strict: true\n"], ["created_at", "2020-12-31 13:54:54.045071"], ["updated_at", "2020-12-31 13:54:54.045071"]] TRANSACTION (6.0ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.4ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422894-304268"], ["id", 202], ["LIMIT", 1]] TRANSACTION (0.1ms) commit transaction TRANSACTION (0.3ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422894-304268"], ["id", 202], ["LIMIT", 1]] TRANSACTION (0.1ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422894-570419"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609422894-570419"], ["controller_path", "tours"], ["action_name", "new"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=test\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 13:54:54.082525"], ["updated_at", "2020-12-31 13:54:54.082525"]] TRANSACTION (5.3ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422894-081635"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609422894-081635"], ["controller_path", "intro/admin/tours"], ["action_name", "create"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=test\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 13:54:54.091643"], ["updated_at", "2020-12-31 13:54:54.091643"]] TRANSACTION (5.5ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.3ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422894-310758"], ["LIMIT", 1]] Intro::Tour Create (0.4ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609422894-310758"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=demo\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 13:54:54.104047"], ["updated_at", "2020-12-31 13:54:54.104047"]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422894-913507"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422894-913507"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:54:54.118995"], ["updated_at", "2020-12-31 13:54:54.118995"]] TRANSACTION (4.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422894-046531"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422894-046531"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:54:54.126090"], ["updated_at", "2020-12-31 13:54:54.126090"]] TRANSACTION (5.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422894-763125"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422894-763125"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:54:54.134422"], ["updated_at", "2020-12-31 13:54:54.134422"]] TRANSACTION (3.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422894-763125"], ["id", 208], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "controller_path" = ?, "action_name" = ?, "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["controller_path", "intro/admin/tours"], ["action_name", "index"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: index\n:query:\n:strict: false\n:simple: \"/intro/admin/tours\"\n"], ["updated_at", "2020-12-31 13:54:54.140575"], ["id", 208]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422894-312458"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422894-312458"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:54:54.147860"], ["updated_at", "2020-12-31 13:54:54.147860"]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422894-825071"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422894-825071"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:54:54.153990"], ["updated_at", "2020-12-31 13:54:54.153990"]] TRANSACTION (5.3ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422894-053126"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422894-053126"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:54:54.161719"], ["updated_at", "2020-12-31 13:54:54.161719"]] TRANSACTION (3.9ms) commit transaction  (0.8ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by Intro::Admin::ImagesController#create as JSON Filter chain halted as :authenticate rendered or redirected Completed 401 Unauthorized in 11ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 7295) Processing by Intro::Admin::ImagesController#create as JSON Filter chain halted as :require_image rendered or redirected Completed 400 Bad Request in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::SessionsController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.4ms | Allocations: 269) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.6ms | Allocations: 362) Completed 200 OK in 5ms (Views: 3.0ms | ActiveRecord: 0.0ms | Allocations: 3040) Processing by Intro::Admin::SessionsController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 55) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 143) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms | Allocations: 543) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"NQlPV8Q"} Redirected to http://test.host/intro/admin/tours Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 192) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"test_user"} Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 54) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 140) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms | Allocations: 450) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"root"} Redirected to http://test.host/intro/admin/tours Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 159) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"test"} Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 54) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 140) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms | Allocations: 429) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"NQlPV8Q"} Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 54) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 140) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms | Allocations: 429) Processing by Intro::Admin::ToursController#index as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 258) Processing by Intro::Admin::ToursController#new as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#create as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#route as JSON Filter chain halted as :authenticate rendered or redirected Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 157) Processing by Intro::Admin::ToursController#attempt as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#index as HTML Redirected to http://test.host/login Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 130) Processing by Intro::Admin::ToursController#index as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 56) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.2ms | Allocations: 142) Completed 200 OK in 3ms (Views: 1.2ms | ActiveRecord: 0.3ms | Allocations: 2428) Processing by Intro::Admin::ToursController#index as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 54) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.2ms | Allocations: 140) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms | Allocations: 574) Processing by Intro::Admin::ToursController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 56) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 142) Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.2ms | Allocations: 5595) Processing by Intro::Admin::ToursController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 54) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 140) Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms | Allocations: 470)  (0.1ms) SELECT COUNT(*) FROM "intro_tours" Processing by Intro::Admin::ToursController#create as HTML Parameters: {"tour"=>{"ident"=>"ohjfzdcxwpgqablymirnvtsuke"}} TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "ohjfzdcxwpgqablymirnvtsuke"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "ohjfzdcxwpgqablymirnvtsuke"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:55:24.188706"], ["updated_at", "2020-12-31 13:55:24.188706"]] TRANSACTION (7.1ms) commit transaction Redirected to http://test.host/intro/admin/tours/212 Completed 302 Found in 10ms (ActiveRecord: 7.5ms | Allocations: 1375)  (0.1ms) SELECT COUNT(*) FROM "intro_tours"  (0.1ms) SELECT COUNT(*) FROM "intro_tours" Processing by Intro::Admin::ToursController#create as HTML TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" IS NULL LIMIT ? [["LIMIT", 1]] TRANSACTION (0.0ms) rollback transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 54) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 140) Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.2ms | Allocations: 854)  (0.1ms) SELECT COUNT(*) FROM "intro_tours" Processing by Intro::Admin::ToursController#route as JSON Parameters: {"path"=>"/intro/admin/tours?xyz=1"} Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 3250) Processing by Intro::Admin::ToursController#attempt as JSON Parameters: {"tour"=>{"options"=>{"content"=>"content", "title"=>"title"}}} Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 453) Processing by Intro::Admin::ToursController#attempt as JSON Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 227) Processing by Intro::Admin::ToursController#show as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms | Allocations: 451) Processing by Intro::Admin::ToursController#show as JSON Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Filter chain halted as :require_tour rendered or redirected Completed 404 Not Found in 0ms (ActiveRecord: 0.1ms | Allocations: 205) Processing by Intro::Admin::ToursController#edit as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms | Allocations: 268) Processing by Intro::Admin::ToursController#update as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms | Allocations: 268) Processing by Intro::Admin::ToursController#destroy as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms | Allocations: 268) Processing by Intro::Admin::ToursController#publish as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms | Allocations: 268) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422924-284501"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422924-284501"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:55:24.222395"], ["updated_at", "2020-12-31 13:55:24.222395"]] TRANSACTION (5.2ms) commit transaction Processing by Intro::Admin::ToursController#show as HTML Parameters: {"id"=>"213"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 213], ["LIMIT", 1]] Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 56) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 142) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.1ms | Allocations: 745) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422924-650728"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422924-650728"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:55:24.233216"], ["updated_at", "2020-12-31 13:55:24.233216"]] TRANSACTION (6.9ms) commit transaction Processing by Intro::Admin::ToursController#show as HTML Parameters: {"id"=>"214"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 214], ["LIMIT", 1]] Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 54) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 140) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.1ms | Allocations: 515) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422924-042163"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422924-042163"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:55:24.245106"], ["updated_at", "2020-12-31 13:55:24.245106"]] TRANSACTION (3.5ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"ident"=>"new-tour-1609422924-042163"}, "id"=>"215"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 215], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "new-tour-1609422924-042163"], ["id", 215], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "ident" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["ident", "new-tour-1609422924-042163"], ["updated_at", "2020-12-31 13:55:24.251994"], ["id", 215]] TRANSACTION (3.9ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 54) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 140) Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 4.3ms | Allocations: 1461) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422924-317520"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422924-317520"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:55:24.259584"], ["updated_at", "2020-12-31 13:55:24.259584"]] TRANSACTION (5.3ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"ident"=>"new-tour-1609422924-317520"}, "id"=>"216"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 216], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "new-tour-1609422924-317520"], ["id", 216], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "ident" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["ident", "new-tour-1609422924-317520"], ["updated_at", "2020-12-31 13:55:24.268372"], ["id", 216]] TRANSACTION (4.0ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 54) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 140) Completed 200 OK in 7ms (Views: 0.6ms | ActiveRecord: 4.4ms | Allocations: 1387) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422924-291603"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422924-291603"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:55:24.275757"], ["updated_at", "2020-12-31 13:55:24.275757"]] TRANSACTION (3.6ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"controller_path"=>"new-"}, "id"=>"217"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 217], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422924-291603"], ["id", 217], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "controller_path" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["controller_path", "new-"], ["updated_at", "2020-12-31 13:55:24.282623"], ["id", 217]] TRANSACTION (5.7ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 54) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 140) Completed 200 OK in 9ms (Views: 0.7ms | ActiveRecord: 6.0ms | Allocations: 1389) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422924-365702"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422924-365702"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:55:24.291824"], ["updated_at", "2020-12-31 13:55:24.291824"]] TRANSACTION (3.5ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"action_name"=>"new-"}, "id"=>"218"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 218], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422924-365702"], ["id", 218], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "action_name" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["action_name", "new-"], ["updated_at", "2020-12-31 13:55:24.298783"], ["id", 218]] TRANSACTION (3.8ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 54) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 140) Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 4.2ms | Allocations: 1390) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422924-251638"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422924-251638"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:55:24.306197"], ["updated_at", "2020-12-31 13:55:24.306197"]] TRANSACTION (5.7ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"options"=>{"title"=>"title"}}, "id"=>"219"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 219], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422924-251638"], ["id", 219], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "options" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["options", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ntitle: title\n"], ["updated_at", "2020-12-31 13:55:24.315644"], ["id", 219]] TRANSACTION (3.7ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.2ms | Allocations: 54) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.4ms | Allocations: 140) Completed 200 OK in 8ms (Views: 0.9ms | ActiveRecord: 4.1ms | Allocations: 1712) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422924-872650"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422924-872650"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:55:24.323318"], ["updated_at", "2020-12-31 13:55:24.323318"]] TRANSACTION (5.3ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"route"=>{"simple"=>"/"}}, "id"=>"220"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 220], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422924-872650"], ["id", 220], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nsource:\nquery:\nsimple: \"/\"\nstrict: false\n"], ["updated_at", "2020-12-31 13:55:24.333149"], ["id", 220]] TRANSACTION (5.3ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 54) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 140) Completed 200 OK in 10ms (Views: 0.7ms | ActiveRecord: 5.7ms | Allocations: 2656) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422924-780415"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422924-780415"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:55:24.342163"], ["updated_at", "2020-12-31 13:55:24.342163"]] TRANSACTION (3.5ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"expired_at"=>"2021-01-01"}, "id"=>"221"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 221], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422924-780415"], ["id", 221], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "expired_at" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["expired_at", "2021-01-01 00:00:00"], ["updated_at", "2020-12-31 13:55:24.349186"], ["id", 221]] TRANSACTION (3.6ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 54) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 1.1ms | Allocations: 140) Completed 200 OK in 8ms (Views: 1.5ms | ActiveRecord: 3.9ms | Allocations: 1502) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422924-315906"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422924-315906"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:55:24.357221"], ["updated_at", "2020-12-31 13:55:24.357221"]] TRANSACTION (5.0ms) commit transaction Processing by Intro::Admin::ToursController#destroy as HTML Parameters: {"id"=>"222"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 222], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 222]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 222]] TRANSACTION (4.2ms) commit transaction Redirected to http://test.host/intro/admin/tours Completed 302 Found in 12ms (ActiveRecord: 4.7ms | Allocations: 4677) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422924-375910"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422924-375910"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:55:24.378194"], ["updated_at", "2020-12-31 13:55:24.378194"]] TRANSACTION (3.4ms) commit transaction Processing by Intro::Admin::ToursController#publish as HTML Parameters: {"published"=>"true", "id"=>"223"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 223], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422924-375910"], ["id", 223], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "published" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["published", 1], ["updated_at", "2020-12-31 13:55:24.385321"], ["id", 223]] TRANSACTION (3.7ms) commit transaction Redirected to Redirected to http://test.host/intro/admin/tours Completed 302 Found in 10ms (ActiveRecord: 4.1ms | Allocations: 2547) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422924-423095"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422924-423095"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:55:24.394957"], ["updated_at", "2020-12-31 13:55:24.394957"]] TRANSACTION (5.3ms) commit transaction Processing by Intro::Admin::ToursController#publish as HTML Parameters: {"published"=>"false", "id"=>"224"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 224], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422924-423095"], ["id", 224], ["LIMIT", 1]] TRANSACTION (0.0ms) commit transaction Redirected to Redirected to http://test.host/intro/admin/tours Completed 302 Found in 5ms (ActiveRecord: 0.2ms | Allocations: 2363) Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 195]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 195]] TRANSACTION (4.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 196]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 196]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 197]] Intro::TourHistory Destroy (0.2ms) DELETE FROM "intro_tour_histories" WHERE "intro_tour_histories"."id" = ? [["id", 15]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 197]] TRANSACTION (6.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 198]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 198]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 199]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 199]] TRANSACTION (6.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 200]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 200]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 201]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 201]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 202]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 202]] TRANSACTION (5.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 203]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 203]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 204]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 204]] TRANSACTION (3.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 205]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 205]] TRANSACTION (6.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 206]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 206]] TRANSACTION (5.2ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 207]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 207]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 208]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 208]] TRANSACTION (5.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 209]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 209]] TRANSACTION (5.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 210]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 210]] TRANSACTION (5.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 211]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 211]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 212]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 212]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 213]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 213]] TRANSACTION (5.3ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 214]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 214]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 215]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 215]] TRANSACTION (3.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 216]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 216]] TRANSACTION (5.1ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 217]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 217]] TRANSACTION (5.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 218]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 218]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 219]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 219]] TRANSACTION (5.2ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 220]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 220]] TRANSACTION (3.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 221]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 221]] TRANSACTION (3.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 223]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 223]] TRANSACTION (5.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 224]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 224]] TRANSACTION (3.6ms) commit transaction Processing by Intro::ToursController#index as JSON Parameters: {"action_name"=>"x", "controller_path"=>"x"} Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 194) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" Processing by Intro::ToursController#index as JSON Parameters: {"action_name"=>"x", "controller_path"=>"x"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "x"], ["action_name", "x"], ["published", 1]] Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms | Allocations: 541) Intro::Tour Load (0.0ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422924-042671"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422924-042671"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:55:24.578742"], ["updated_at", "2020-12-31 13:55:24.578742"]] TRANSACTION (4.2ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" IS NULL AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["tour_id", 225]] Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.2ms | Allocations: 634) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 225]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 225]] TRANSACTION (5.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422924-143206"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422924-143206"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:55:24.594519"], ["updated_at", "2020-12-31 13:55:24.594519"]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422924-143206"], ["id", 226], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "options" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["options", "---\nnot_sign_visible: true\n"], ["updated_at", "2020-12-31 13:55:24.609577"], ["id", 226]] TRANSACTION (5.5ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" IS NULL AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["tour_id", 226]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 844) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 226]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 226]] TRANSACTION (5.6ms) commit transaction Processing by Intro::ToursController#index as JSON Parameters: {"action_name"=>"x", "controller_path"=>"x"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "x"], ["action_name", "x"], ["published", 1]] Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.6ms | Allocations: 2395) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422924-567831"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609422924-567831"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:55:24.635993"], ["updated_at", "2020-12-31 13:55:24.635993"]] TRANSACTION (3.6ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.1ms | Allocations: 668) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 227]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 227]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422924-890145"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422924-890145"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:55:24.650924"], ["updated_at", "2020-12-31 13:55:24.650924"]] TRANSACTION (5.6ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 228]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 964) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 228]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 228]] TRANSACTION (3.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422924-345790"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422924-345790"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:55:24.667883"], ["updated_at", "2020-12-31 13:55:24.667883"]] TRANSACTION (3.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422924-345790"], ["id", 229], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "expired_at" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["expired_at", "2020-12-30 13:55:24.672556"], ["updated_at", "2020-12-31 13:55:24.674145"], ["id", 229]] TRANSACTION (5.6ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.2ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 229]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.3ms | Allocations: 807) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 229]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 229]] TRANSACTION (5.1ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422924-697048"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422924-697048"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:55:24.694562"], ["updated_at", "2020-12-31 13:55:24.694562"]] TRANSACTION (3.5ms) commit transaction User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Intro::TourHistory Create (0.2ms) INSERT INTO "intro_tour_histories" ("tour_id", "user_id", "touch_count", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["tour_id", 230], ["user_id", 1], ["touch_count", 1], ["created_at", "2020-12-31 13:55:24.702028"], ["updated_at", "2020-12-31 13:55:24.702028"]] TRANSACTION (7.6ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 230]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.3ms | Allocations: 791) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 230]] Intro::TourHistory Destroy (0.2ms) DELETE FROM "intro_tour_histories" WHERE "intro_tour_histories"."id" = ? [["id", 16]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 230]] TRANSACTION (5.2ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422924-175462"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422924-175462"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:55:24.724170"], ["updated_at", "2020-12-31 13:55:24.724170"]] TRANSACTION (5.1ms) commit transaction User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Intro::TourHistory Create (0.2ms) INSERT INTO "intro_tour_histories" ("tour_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["tour_id", 231], ["user_id", 1], ["created_at", "2020-12-31 13:55:24.732761"], ["updated_at", "2020-12-31 13:55:24.732761"]] TRANSACTION (3.6ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 231]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.3ms | Allocations: 964) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 231]] Intro::TourHistory Destroy (0.2ms) DELETE FROM "intro_tour_histories" WHERE "intro_tour_histories"."id" = ? [["id", 17]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 231]] TRANSACTION (5.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422924-542706"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422924-542706"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:55:24.751548"], ["updated_at", "2020-12-31 13:55:24.751548"]] TRANSACTION (5.3ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422924-542706"], ["id", 232], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query:\n:simple: \"/intro/admin/tours/new\"\n:strict: true\n"], ["updated_at", "2020-12-31 13:55:24.760240"], ["id", 232]] TRANSACTION (3.8ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/new"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]] User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 232]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.3ms | Allocations: 1272) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 232]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 232]] TRANSACTION (5.2ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422924-216748"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422924-216748"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:55:24.777386"], ["updated_at", "2020-12-31 13:55:24.777386"]] TRANSACTION (5.3ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422924-216748"], ["id", 233], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query:\n:simple: \"/intro/admin/tours/new\"\n:strict: true\n"], ["updated_at", "2020-12-31 13:55:24.785330"], ["id", 233]] TRANSACTION (3.6ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/new2"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]] User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.2ms | Allocations: 1027) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 233]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 233]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422924-931072"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422924-931072"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:55:24.800531"], ["updated_at", "2020-12-31 13:55:24.800531"]] TRANSACTION (5.2ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422924-931072"], ["id", 234], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "action_name" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["action_name", "edit"], ["updated_at", "2020-12-31 13:55:24.807934"], ["id", 234]] TRANSACTION (3.7ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"edit", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/13/edit"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "edit"], ["published", 1]] User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 234]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 1230) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 234]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 234]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422924-463795"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422924-463795"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:55:24.823021"], ["updated_at", "2020-12-31 13:55:24.823021"]] TRANSACTION (5.2ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422924-463795"], ["id", 235], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "action_name" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["action_name", "edit"], ["updated_at", "2020-12-31 13:55:24.830596"], ["id", 235]] TRANSACTION (3.8ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"edit", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/13"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "edit"], ["published", 1]] User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms | Allocations: 952) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 235]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 235]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422924-352687"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422924-352687"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:55:24.846533"], ["updated_at", "2020-12-31 13:55:24.846533"]] TRANSACTION (5.1ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/new?xyz=1"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]] User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 236]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.3ms | Allocations: 1220) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 236]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 236]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422924-243579"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422924-243579"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:55:24.863736"], ["updated_at", "2020-12-31 13:55:24.863736"]] TRANSACTION (3.5ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 237]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 964) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 237]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 237]] TRANSACTION (5.6ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422924-075142"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422924-075142"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:55:24.880592"], ["updated_at", "2020-12-31 13:55:24.880592"]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422924-075142"], ["id", 238], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "options" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["options", "---\nnot_sign_visible: true\n"], ["updated_at", "2020-12-31 13:55:24.886595"], ["id", 238]] TRANSACTION (5.6ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 238]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 1013) Processing by Intro::ToursController#record as HTML Parameters: {"id"=>"0"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Filter chain halted as :require_tour rendered or redirected Completed 404 Not Found in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms | Allocations: 397) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422924-392518"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422924-392518"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:55:24.900317"], ["updated_at", "2020-12-31 13:55:24.900317"]] TRANSACTION (5.3ms) commit transaction Intro::TourHistory Exists? (0.1ms) SELECT 1 AS one FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? LIMIT ? [["tour_id", 239], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 239]] Processing by Intro::ToursController#record as HTML Parameters: {"id"=>"239"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 239], ["LIMIT", 1]] Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? ORDER BY "intro_tour_histories"."id" ASC LIMIT ? [["user_id", 1], ["tour_id", 239], ["LIMIT", 1]] Intro::TourHistory Update All (0.1ms) UPDATE "intro_tour_histories" SET "touch_count" = COALESCE("touch_count", 0) + ? WHERE "intro_tour_histories"."id" IS NULL [["touch_count", 1]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.4ms | Allocations: 951)  (0.1ms) SELECT COUNT(*) FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 239]] TRANSACTION (0.1ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-12-31 13:55:24.958346"], ["updated_at", "2020-12-31 13:55:24.958346"]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422924-056971"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422924-056971"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:55:24.964530"], ["updated_at", "2020-12-31 13:55:24.964530"]] TRANSACTION (4.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Create (0.2ms) INSERT INTO "intro_tour_histories" ("tour_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["tour_id", 240], ["user_id", 7], ["created_at", "2020-12-31 13:55:24.969838"], ["updated_at", "2020-12-31 13:55:24.969838"]] TRANSACTION (7.1ms) commit transaction Intro::TourHistory Update All (4.0ms) UPDATE "intro_tour_histories" SET "touch_count" = COALESCE("touch_count", 0) + ? WHERE "intro_tour_histories"."id" = ? [["touch_count", 1], ["id", 18]] Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", ""], ["LIMIT", 1]] Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" IS NULL LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" ORDER BY "intro_tours"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422924-075142"], ["LIMIT", 1]] Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "TOUR-1609422924-075142"], ["LIMIT", 1]] Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" IS NULL LIMIT ? [["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422924-014392"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422924-014392"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:55:24.992958"], ["updated_at", "2020-12-31 13:55:24.992958"]] TRANSACTION (3.7ms) commit transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422924-014392"], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422924-610452"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422924-610452"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:55:24.999502"], ["updated_at", "2020-12-31 13:55:24.999502"]] TRANSACTION (5.4ms) commit transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422924-610452"], ["id", 242], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422925-652073"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609422925-652073"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=test\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 13:55:25.008200"], ["updated_at", "2020-12-31 13:55:25.008200"]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422925-508461"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422925-508461"], ["route", "---\n:source:\n:query:\n:simple: \"/intro/admin/test\"\n:strict: false\n"], ["created_at", "2020-12-31 13:55:25.015611"], ["updated_at", "2020-12-31 13:55:25.015611"]] TRANSACTION (3.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422925-435617"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422925-435617"], ["route", "---\n:strict: true\n"], ["created_at", "2020-12-31 13:55:25.021595"], ["updated_at", "2020-12-31 13:55:25.021595"]] TRANSACTION (13.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422925-435617"], ["id", 245], ["LIMIT", 1]] TRANSACTION (0.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422925-435617"], ["id", 245], ["LIMIT", 1]] TRANSACTION (0.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422925-591324"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609422925-591324"], ["controller_path", "tours"], ["action_name", "new"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=test\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 13:55:25.048871"], ["updated_at", "2020-12-31 13:55:25.048871"]] TRANSACTION (3.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422925-362974"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609422925-362974"], ["controller_path", "intro/admin/tours"], ["action_name", "create"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=test\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 13:55:25.055625"], ["updated_at", "2020-12-31 13:55:25.055625"]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422925-237950"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609422925-237950"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=demo\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 13:55:25.062420"], ["updated_at", "2020-12-31 13:55:25.062420"]] TRANSACTION (3.4ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422925-071543"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422925-071543"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:55:25.073040"], ["updated_at", "2020-12-31 13:55:25.073040"]] TRANSACTION (5.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422925-615824"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422925-615824"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:55:25.081108"], ["updated_at", "2020-12-31 13:55:25.081108"]] TRANSACTION (3.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422925-706352"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422925-706352"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:55:25.087132"], ["updated_at", "2020-12-31 13:55:25.087132"]] TRANSACTION (5.2ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422925-706352"], ["id", 251], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "controller_path" = ?, "action_name" = ?, "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["controller_path", "intro/admin/tours"], ["action_name", "index"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: index\n:query:\n:strict: false\n:simple: \"/intro/admin/tours\"\n"], ["updated_at", "2020-12-31 13:55:25.094755"], ["id", 251]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422925-891420"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422925-891420"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:55:25.101720"], ["updated_at", "2020-12-31 13:55:25.101720"]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422925-630718"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422925-630718"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:55:25.108034"], ["updated_at", "2020-12-31 13:55:25.108034"]] TRANSACTION (5.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422925-751083"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422925-751083"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:55:25.115973"], ["updated_at", "2020-12-31 13:55:25.115973"]] TRANSACTION (3.4ms) commit transaction  (0.9ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by Intro::Admin::ImagesController#create as JSON Filter chain halted as :authenticate rendered or redirected Completed 401 Unauthorized in 11ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 7295) Processing by Intro::Admin::ImagesController#create as JSON Filter chain halted as :require_image rendered or redirected Completed 400 Bad Request in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::SessionsController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.4ms | Allocations: 269) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.6ms | Allocations: 362) Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms | Allocations: 3040) Processing by Intro::Admin::SessionsController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.4ms | Allocations: 55) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.6ms | Allocations: 143) Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms | Allocations: 543) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"NQlPV8Q"} Redirected to http://test.host/intro/admin/tours Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 192) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"test_user"} Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 54) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 140) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms | Allocations: 450) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"root"} Redirected to http://test.host/intro/admin/tours Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 159) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"test"} Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 54) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 140) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms | Allocations: 429) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"NQlPV8Q"} Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 54) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.2ms | Allocations: 140) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms | Allocations: 429) Processing by Intro::Admin::ToursController#index as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 258) Processing by Intro::Admin::ToursController#new as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#create as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#route as JSON Filter chain halted as :authenticate rendered or redirected Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 157) Processing by Intro::Admin::ToursController#attempt as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#index as HTML Redirected to http://test.host/login Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 130) Processing by Intro::Admin::ToursController#index as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 56) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 142) Completed 200 OK in 4ms (Views: 1.4ms | ActiveRecord: 0.3ms | Allocations: 2428) Processing by Intro::Admin::ToursController#index as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 54) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.2ms | Allocations: 140) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms | Allocations: 574) Processing by Intro::Admin::ToursController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 56) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 142) Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.2ms | Allocations: 5595) Processing by Intro::Admin::ToursController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 54) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 140) Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms | Allocations: 470)  (0.1ms) SELECT COUNT(*) FROM "intro_tours" Processing by Intro::Admin::ToursController#create as HTML Parameters: {"tour"=>{"ident"=>"bgzidsrwjyhpunmfeoxvcklqat"}} TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "bgzidsrwjyhpunmfeoxvcklqat"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "bgzidsrwjyhpunmfeoxvcklqat"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:56:12.532893"], ["updated_at", "2020-12-31 13:56:12.532893"]] TRANSACTION (8.4ms) commit transaction Redirected to http://test.host/intro/admin/tours/255 Completed 302 Found in 12ms (ActiveRecord: 8.8ms | Allocations: 1375)  (0.1ms) SELECT COUNT(*) FROM "intro_tours"  (0.1ms) SELECT COUNT(*) FROM "intro_tours" Processing by Intro::Admin::ToursController#create as HTML TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" IS NULL LIMIT ? [["LIMIT", 1]] TRANSACTION (0.0ms) rollback transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 54) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 140) Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.2ms | Allocations: 854)  (0.1ms) SELECT COUNT(*) FROM "intro_tours" Processing by Intro::Admin::ToursController#route as JSON Parameters: {"path"=>"/intro/admin/tours?xyz=1"} Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 3250) Processing by Intro::Admin::ToursController#attempt as JSON Parameters: {"tour"=>{"options"=>{"content"=>"content", "title"=>"title"}}} Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 453) Processing by Intro::Admin::ToursController#attempt as JSON Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 227) Processing by Intro::Admin::ToursController#show as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.2ms | Allocations: 451) Processing by Intro::Admin::ToursController#show as JSON Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Filter chain halted as :require_tour rendered or redirected Completed 404 Not Found in 0ms (ActiveRecord: 0.1ms | Allocations: 205) Processing by Intro::Admin::ToursController#edit as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms | Allocations: 268) Processing by Intro::Admin::ToursController#update as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms | Allocations: 268) Processing by Intro::Admin::ToursController#destroy as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms | Allocations: 268) Processing by Intro::Admin::ToursController#publish as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms | Allocations: 268) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422972-723106"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422972-723106"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:56:12.567811"], ["updated_at", "2020-12-31 13:56:12.567811"]] TRANSACTION (3.9ms) commit transaction Processing by Intro::Admin::ToursController#show as HTML Parameters: {"id"=>"256"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 256], ["LIMIT", 1]] Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 56) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 142) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.1ms | Allocations: 745) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422972-826915"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422972-826915"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:56:12.577320"], ["updated_at", "2020-12-31 13:56:12.577320"]] TRANSACTION (3.6ms) commit transaction Processing by Intro::Admin::ToursController#show as HTML Parameters: {"id"=>"257"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 257], ["LIMIT", 1]] Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 54) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 140) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms | Allocations: 515) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422972-605148"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422972-605148"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:56:12.585841"], ["updated_at", "2020-12-31 13:56:12.585841"]] TRANSACTION (5.2ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"ident"=>"new-tour-1609422972-605148"}, "id"=>"258"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 258], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "new-tour-1609422972-605148"], ["id", 258], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "ident" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["ident", "new-tour-1609422972-605148"], ["updated_at", "2020-12-31 13:56:12.594588"], ["id", 258]] TRANSACTION (3.9ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 54) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 140) Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 4.3ms | Allocations: 1461) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422972-615238"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422972-615238"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:56:12.602159"], ["updated_at", "2020-12-31 13:56:12.602159"]] TRANSACTION (3.5ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"ident"=>"new-tour-1609422972-615238"}, "id"=>"259"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 259], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "new-tour-1609422972-615238"], ["id", 259], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "ident" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["ident", "new-tour-1609422972-615238"], ["updated_at", "2020-12-31 13:56:12.609280"], ["id", 259]] TRANSACTION (6.1ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.4ms | Allocations: 54) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.9ms | Allocations: 140) Completed 200 OK in 12ms (Views: 2.3ms | ActiveRecord: 6.5ms | Allocations: 1387) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.4ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422972-956320"], ["LIMIT", 1]] Intro::Tour Create (0.6ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422972-956320"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:56:12.624770"], ["updated_at", "2020-12-31 13:56:12.624770"]] TRANSACTION (4.4ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"controller_path"=>"new-"}, "id"=>"260"} Intro::Tour Load (0.3ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 260], ["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.3ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422972-956320"], ["id", 260], ["LIMIT", 1]] Intro::Tour Update (0.4ms) UPDATE "intro_tours" SET "controller_path" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["controller_path", "new-"], ["updated_at", "2020-12-31 13:56:12.640386"], ["id", 260]] TRANSACTION (4.0ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.2ms | Allocations: 54) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.6ms | Allocations: 140) Completed 200 OK in 13ms (Views: 1.4ms | ActiveRecord: 5.1ms | Allocations: 1389) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422972-156873"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422972-156873"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:56:12.651594"], ["updated_at", "2020-12-31 13:56:12.651594"]] TRANSACTION (5.3ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"action_name"=>"new-"}, "id"=>"261"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 261], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422972-156873"], ["id", 261], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "action_name" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["action_name", "new-"], ["updated_at", "2020-12-31 13:56:12.662231"], ["id", 261]] TRANSACTION (3.6ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.2ms | Allocations: 54) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.4ms | Allocations: 140) Completed 200 OK in 8ms (Views: 1.0ms | ActiveRecord: 4.1ms | Allocations: 1390) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422972-908257"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422972-908257"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:56:12.670392"], ["updated_at", "2020-12-31 13:56:12.670392"]] TRANSACTION (3.4ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"options"=>{"title"=>"title"}}, "id"=>"262"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 262], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422972-908257"], ["id", 262], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "options" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["options", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ntitle: title\n"], ["updated_at", "2020-12-31 13:56:12.678701"], ["id", 262]] TRANSACTION (5.3ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.2ms | Allocations: 54) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.4ms | Allocations: 140) Completed 200 OK in 10ms (Views: 0.9ms | ActiveRecord: 5.8ms | Allocations: 1712) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422972-805197"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422972-805197"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:56:12.688313"], ["updated_at", "2020-12-31 13:56:12.688313"]] TRANSACTION (3.3ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"route"=>{"simple"=>"/"}}, "id"=>"263"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 263], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422972-805197"], ["id", 263], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nsource:\nquery:\nsimple: \"/\"\nstrict: false\n"], ["updated_at", "2020-12-31 13:56:12.697024"], ["id", 263]] TRANSACTION (3.6ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 54) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 140) Completed 200 OK in 9ms (Views: 0.7ms | ActiveRecord: 4.1ms | Allocations: 2656) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422972-589724"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422972-589724"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:56:12.704603"], ["updated_at", "2020-12-31 13:56:12.704603"]] TRANSACTION (5.6ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"expired_at"=>"2021-01-01"}, "id"=>"264"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 264], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422972-589724"], ["id", 264], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "expired_at" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["expired_at", "2021-01-01 00:00:00"], ["updated_at", "2020-12-31 13:56:12.714039"], ["id", 264]] TRANSACTION (3.8ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 54) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 1.1ms | Allocations: 140) Completed 200 OK in 8ms (Views: 1.5ms | ActiveRecord: 4.1ms | Allocations: 1502) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422972-291478"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422972-291478"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:56:12.722347"], ["updated_at", "2020-12-31 13:56:12.722347"]] TRANSACTION (3.5ms) commit transaction Processing by Intro::Admin::ToursController#destroy as HTML Parameters: {"id"=>"265"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 265], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 265]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 265]] TRANSACTION (5.6ms) commit transaction Redirected to http://test.host/intro/admin/tours Completed 302 Found in 15ms (ActiveRecord: 6.2ms | Allocations: 4677) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422972-358769"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422972-358769"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:56:12.745108"], ["updated_at", "2020-12-31 13:56:12.745108"]] TRANSACTION (3.5ms) commit transaction Processing by Intro::Admin::ToursController#publish as HTML Parameters: {"published"=>"true", "id"=>"266"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 266], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422972-358769"], ["id", 266], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "published" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["published", 1], ["updated_at", "2020-12-31 13:56:12.752994"], ["id", 266]] TRANSACTION (3.7ms) commit transaction Redirected to Redirected to http://test.host/intro/admin/tours Completed 302 Found in 10ms (ActiveRecord: 4.0ms | Allocations: 2547) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422972-418276"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422972-418276"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:56:12.763263"], ["updated_at", "2020-12-31 13:56:12.763263"]] TRANSACTION (6.2ms) commit transaction Processing by Intro::Admin::ToursController#publish as HTML Parameters: {"published"=>"false", "id"=>"267"} Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 267], ["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.3ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422972-418276"], ["id", 267], ["LIMIT", 1]] TRANSACTION (0.1ms) commit transaction Redirected to Redirected to http://test.host/intro/admin/tours Completed 302 Found in 11ms (ActiveRecord: 0.7ms | Allocations: 2363) Intro::Tour Load (0.3ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 238]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 238]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 239]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 239]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 240]] Intro::TourHistory Destroy (0.1ms) DELETE FROM "intro_tour_histories" WHERE "intro_tour_histories"."id" = ? [["id", 18]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 240]] TRANSACTION (7.6ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 241]] Intro::Tour Destroy (0.4ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 241]] TRANSACTION (4.2ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 242]] Intro::Tour Destroy (0.3ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 242]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 243]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 243]] TRANSACTION (5.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 244]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 244]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 245]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 245]] TRANSACTION (5.3ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 246]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 246]] TRANSACTION (5.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 247]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 247]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 248]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 248]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 249]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 249]] TRANSACTION (5.3ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 250]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 250]] TRANSACTION (3.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 251]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 251]] TRANSACTION (3.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 252]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 252]] TRANSACTION (5.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 253]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 253]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 254]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 254]] TRANSACTION (4.2ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 255]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 255]] TRANSACTION (6.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 256]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 256]] TRANSACTION (4.1ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 257]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 257]] TRANSACTION (5.3ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 258]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 258]] TRANSACTION (5.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 259]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 259]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 260]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 260]] TRANSACTION (4.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 261]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 261]] TRANSACTION (5.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 262]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 262]] TRANSACTION (4.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 263]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 263]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 264]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 264]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 266]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 266]] TRANSACTION (5.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 267]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 267]] TRANSACTION (3.8ms) commit transaction Processing by Intro::ToursController#index as JSON Parameters: {"action_name"=>"x", "controller_path"=>"x"} Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 194) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" Processing by Intro::ToursController#index as JSON Parameters: {"action_name"=>"x", "controller_path"=>"x"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "x"], ["action_name", "x"], ["published", 1]] Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms | Allocations: 541) Intro::Tour Load (0.0ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422972-781064"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422972-781064"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:56:12.961827"], ["updated_at", "2020-12-31 13:56:12.961827"]] TRANSACTION (3.8ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" IS NULL AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["tour_id", 268]] Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.2ms | Allocations: 634) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 268]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 268]] TRANSACTION (5.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422972-276835"], ["LIMIT", 1]] Intro::Tour Create (0.1ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422972-276835"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:56:12.977487"], ["updated_at", "2020-12-31 13:56:12.977487"]] TRANSACTION (4.1ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422972-276835"], ["id", 269], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "options" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["options", "---\nnot_sign_visible: true\n"], ["updated_at", "2020-12-31 13:56:12.992851"], ["id", 269]] TRANSACTION (5.8ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" IS NULL AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["tour_id", 269]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 844) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 269]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 269]] TRANSACTION (5.5ms) commit transaction Processing by Intro::ToursController#index as JSON Parameters: {"action_name"=>"x", "controller_path"=>"x"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "x"], ["action_name", "x"], ["published", 1]] Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.6ms | Allocations: 2395) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422973-216359"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609422973-216359"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:56:13.019217"], ["updated_at", "2020-12-31 13:56:13.019217"]] TRANSACTION (3.4ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.1ms | Allocations: 668) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 270]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 270]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422973-725309"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422973-725309"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:56:13.033635"], ["updated_at", "2020-12-31 13:56:13.033635"]] TRANSACTION (5.3ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 271]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 964) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 271]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 271]] TRANSACTION (3.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422973-825069"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422973-825069"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:56:13.050216"], ["updated_at", "2020-12-31 13:56:13.050216"]] TRANSACTION (7.5ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422973-825069"], ["id", 272], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "expired_at" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["expired_at", "2020-12-30 13:56:13.058908"], ["updated_at", "2020-12-31 13:56:13.060572"], ["id", 272]] TRANSACTION (3.7ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 272]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.3ms | Allocations: 807) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 272]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 272]] TRANSACTION (3.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422973-753904"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422973-753904"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:56:13.076396"], ["updated_at", "2020-12-31 13:56:13.076396"]] TRANSACTION (7.6ms) commit transaction User Load (0.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Intro::TourHistory Create (0.6ms) INSERT INTO "intro_tour_histories" ("tour_id", "user_id", "touch_count", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["tour_id", 273], ["user_id", 1], ["touch_count", 1], ["created_at", "2020-12-31 13:56:13.092767"], ["updated_at", "2020-12-31 13:56:13.092767"]] TRANSACTION (4.7ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.4ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 273]] Completed 200 OK in 6ms (Views: 0.4ms | ActiveRecord: 0.9ms | Allocations: 791) Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.2ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 273]] Intro::TourHistory Destroy (0.5ms) DELETE FROM "intro_tour_histories" WHERE "intro_tour_histories"."id" = ? [["id", 19]] Intro::Tour Destroy (0.3ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 273]] TRANSACTION (4.5ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.3ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422973-093647"], ["LIMIT", 1]] Intro::Tour Create (0.4ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422973-093647"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:56:13.125190"], ["updated_at", "2020-12-31 13:56:13.125190"]] TRANSACTION (7.7ms) commit transaction User Load (0.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Intro::TourHistory Create (0.6ms) INSERT INTO "intro_tour_histories" ("tour_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["tour_id", 274], ["user_id", 1], ["created_at", "2020-12-31 13:56:13.141136"], ["updated_at", "2020-12-31 13:56:13.141136"]] TRANSACTION (6.4ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.3ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 274]] Completed 200 OK in 5ms (Views: 0.3ms | ActiveRecord: 0.6ms | Allocations: 964) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 274]] Intro::TourHistory Destroy (0.2ms) DELETE FROM "intro_tour_histories" WHERE "intro_tour_histories"."id" = ? [["id", 20]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 274]] TRANSACTION (5.5ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422973-450862"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422973-450862"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:56:13.170297"], ["updated_at", "2020-12-31 13:56:13.170297"]] TRANSACTION (4.0ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422973-450862"], ["id", 275], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query:\n:simple: \"/intro/admin/tours/new\"\n:strict: true\n"], ["updated_at", "2020-12-31 13:56:13.179069"], ["id", 275]] TRANSACTION (3.9ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/new"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]] User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 275]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.3ms | Allocations: 1272) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 275]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 275]] TRANSACTION (5.1ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422973-760459"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422973-760459"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:56:13.198183"], ["updated_at", "2020-12-31 13:56:13.198183"]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422973-760459"], ["id", 276], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query:\n:simple: \"/intro/admin/tours/new\"\n:strict: true\n"], ["updated_at", "2020-12-31 13:56:13.204988"], ["id", 276]] TRANSACTION (7.2ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/new2"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]] User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.1ms | Allocations: 1027) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 276]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 276]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422973-084569"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422973-084569"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:56:13.223239"], ["updated_at", "2020-12-31 13:56:13.223239"]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422973-084569"], ["id", 277], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "action_name" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["action_name", "edit"], ["updated_at", "2020-12-31 13:56:13.228818"], ["id", 277]] TRANSACTION (5.4ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"edit", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/13/edit"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "edit"], ["published", 1]] User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 277]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.3ms | Allocations: 1230) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 277]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 277]] TRANSACTION (5.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422973-684917"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422973-684917"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:56:13.247994"], ["updated_at", "2020-12-31 13:56:13.247994"]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422973-684917"], ["id", 278], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "action_name" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["action_name", "edit"], ["updated_at", "2020-12-31 13:56:13.253689"], ["id", 278]] TRANSACTION (7.6ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"edit", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/13"} Intro::Tour Load (0.3ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "edit"], ["published", 1]] User Load (0.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Completed 200 OK in 7ms (Views: 0.4ms | ActiveRecord: 0.5ms | Allocations: 952) Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 278]] Intro::Tour Destroy (0.6ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 278]] TRANSACTION (4.7ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.3ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422973-503621"], ["LIMIT", 1]] Intro::Tour Create (0.6ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422973-503621"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:56:13.287271"], ["updated_at", "2020-12-31 13:56:13.287271"]] TRANSACTION (8.6ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/new?xyz=1"} Intro::Tour Load (0.3ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]] User Load (0.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.3ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 279]] Completed 200 OK in 9ms (Views: 0.5ms | ActiveRecord: 0.7ms | Allocations: 1220) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 279]] Intro::Tour Destroy (0.4ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 279]] TRANSACTION (5.5ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422973-425316"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422973-425316"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:56:13.324859"], ["updated_at", "2020-12-31 13:56:13.324859"]] TRANSACTION (3.7ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 280]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 964) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 280]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 280]] TRANSACTION (5.1ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422973-609487"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422973-609487"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:56:13.342197"], ["updated_at", "2020-12-31 13:56:13.342197"]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422973-609487"], ["id", 281], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "options" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["options", "---\nnot_sign_visible: true\n"], ["updated_at", "2020-12-31 13:56:13.348227"], ["id", 281]] TRANSACTION (3.9ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 281]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.3ms | Allocations: 1013) Processing by Intro::ToursController#record as HTML Parameters: {"id"=>"0"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Filter chain halted as :require_tour rendered or redirected Completed 404 Not Found in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms | Allocations: 397) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422973-361902"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609422973-361902"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:56:13.360726"], ["updated_at", "2020-12-31 13:56:13.360726"]] TRANSACTION (5.7ms) commit transaction Intro::TourHistory Exists? (0.1ms) SELECT 1 AS one FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? LIMIT ? [["tour_id", 282], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 282]] Processing by Intro::ToursController#record as HTML Parameters: {"id"=>"282"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 282], ["LIMIT", 1]] Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? ORDER BY "intro_tour_histories"."id" ASC LIMIT ? [["user_id", 1], ["tour_id", 282], ["LIMIT", 1]] Intro::TourHistory Update All (0.1ms) UPDATE "intro_tour_histories" SET "touch_count" = COALESCE("touch_count", 0) + ? WHERE "intro_tour_histories"."id" IS NULL [["touch_count", 1]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.4ms | Allocations: 951)  (0.1ms) SELECT COUNT(*) FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 282]] TRANSACTION (0.1ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-12-31 13:56:13.421287"], ["updated_at", "2020-12-31 13:56:13.421287"]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422973-374698"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422973-374698"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:56:13.427128"], ["updated_at", "2020-12-31 13:56:13.427128"]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Create (0.2ms) INSERT INTO "intro_tour_histories" ("tour_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["tour_id", 283], ["user_id", 8], ["created_at", "2020-12-31 13:56:13.432153"], ["updated_at", "2020-12-31 13:56:13.432153"]] TRANSACTION (5.1ms) commit transaction Intro::TourHistory Update All (3.7ms) UPDATE "intro_tour_histories" SET "touch_count" = COALESCE("touch_count", 0) + ? WHERE "intro_tour_histories"."id" = ? [["touch_count", 1], ["id", 21]] Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", ""], ["LIMIT", 1]] Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" IS NULL LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" ORDER BY "intro_tours"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422973-609487"], ["LIMIT", 1]] Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "TOUR-1609422973-609487"], ["LIMIT", 1]] Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" IS NULL LIMIT ? [["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422973-684320"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422973-684320"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:56:13.453590"], ["updated_at", "2020-12-31 13:56:13.453590"]] TRANSACTION (5.5ms) commit transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422973-684320"], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422973-750298"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422973-750298"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:56:13.462654"], ["updated_at", "2020-12-31 13:56:13.462654"]] TRANSACTION (5.3ms) commit transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422973-750298"], ["id", 285], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422973-315869"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609422973-315869"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=test\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 13:56:13.471888"], ["updated_at", "2020-12-31 13:56:13.471888"]] TRANSACTION (3.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422973-915687"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422973-915687"], ["route", "---\n:source:\n:query:\n:simple: \"/intro/admin/test\"\n:strict: false\n"], ["created_at", "2020-12-31 13:56:13.479255"], ["updated_at", "2020-12-31 13:56:13.479255"]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422973-759681"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422973-759681"], ["route", "---\n:strict: true\n"], ["created_at", "2020-12-31 13:56:13.493097"], ["updated_at", "2020-12-31 13:56:13.493097"]] TRANSACTION (5.5ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422973-759681"], ["id", 288], ["LIMIT", 1]] TRANSACTION (0.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422973-759681"], ["id", 288], ["LIMIT", 1]] TRANSACTION (0.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422973-693254"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609422973-693254"], ["controller_path", "tours"], ["action_name", "new"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=test\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 13:56:13.505861"], ["updated_at", "2020-12-31 13:56:13.505861"]] TRANSACTION (3.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422973-172563"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609422973-172563"], ["controller_path", "intro/admin/tours"], ["action_name", "create"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=test\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 13:56:13.513148"], ["updated_at", "2020-12-31 13:56:13.513148"]] TRANSACTION (7.4ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.3ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422973-857361"], ["LIMIT", 1]] Intro::Tour Create (0.4ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609422973-857361"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=demo\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 13:56:13.527324"], ["updated_at", "2020-12-31 13:56:13.527324"]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422973-594038"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422973-594038"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:56:13.541745"], ["updated_at", "2020-12-31 13:56:13.541745"]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422973-804596"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422973-804596"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:56:13.548894"], ["updated_at", "2020-12-31 13:56:13.548894"]] TRANSACTION (3.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422973-462987"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422973-462987"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:56:13.555462"], ["updated_at", "2020-12-31 13:56:13.555462"]] TRANSACTION (5.1ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609422973-462987"], ["id", 294], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "controller_path" = ?, "action_name" = ?, "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["controller_path", "intro/admin/tours"], ["action_name", "index"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: index\n:query:\n:strict: false\n:simple: \"/intro/admin/tours\"\n"], ["updated_at", "2020-12-31 13:56:13.563625"], ["id", 294]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422973-072951"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422973-072951"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:56:13.570872"], ["updated_at", "2020-12-31 13:56:13.570872"]] TRANSACTION (3.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422973-076931"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422973-076931"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:56:13.577340"], ["updated_at", "2020-12-31 13:56:13.577340"]] TRANSACTION (5.1ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609422973-054672"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609422973-054672"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:56:13.585388"], ["updated_at", "2020-12-31 13:56:13.585388"]] TRANSACTION (3.7ms) commit transaction  (0.8ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by Intro::Admin::ImagesController#create as JSON Filter chain halted as :authenticate rendered or redirected Completed 401 Unauthorized in 11ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 7295) Processing by Intro::Admin::ImagesController#create as JSON Filter chain halted as :require_image rendered or redirected Completed 400 Bad Request in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::SessionsController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.5ms | Allocations: 273) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.7ms | Allocations: 370) Completed 200 OK in 5ms (Views: 3.2ms | ActiveRecord: 0.0ms | Allocations: 3048) Processing by Intro::Admin::SessionsController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.2ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.5ms | Allocations: 156) Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms | Allocations: 556) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"NQlPV8Q"} Redirected to http://test.host/intro/admin/tours Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 192) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"test_user"} Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 60) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 153) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms | Allocations: 463) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"NQlPV8Q"} Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.3ms | Allocations: 57) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.4ms | Allocations: 148) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms | Allocations: 422) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"root"} Redirected to http://test.host/intro/admin/tours Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 159) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"test"} Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 60) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 153) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms | Allocations: 442) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"NQlPV8Q"} Redirected to http://test.host/intro/admin/tours Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 156) Processing by Intro::Admin::SessionsController#sign_out as HTML Redirected to http://test.host/intro/admin/sessions/new Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 147) Processing by Intro::Admin::ToursController#index as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 255) Processing by Intro::Admin::ToursController#new as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#create as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#route as JSON Filter chain halted as :authenticate rendered or redirected Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 157) Processing by Intro::Admin::ToursController#attempt as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#index as HTML Redirected to http://test.host/login Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 128) Processing by Intro::Admin::ToursController#index as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 63) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 156) Completed 200 OK in 4ms (Views: 1.3ms | ActiveRecord: 0.3ms | Allocations: 2442) Processing by Intro::Admin::ToursController#index as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms | Allocations: 588) Processing by Intro::Admin::ToursController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application (Duration: 0.2ms | Allocations: 63) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 156) Completed 200 OK in 20ms (Views: 0.8ms | ActiveRecord: 0.3ms | Allocations: 5611) Processing by Intro::Admin::ToursController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms | Allocations: 481)  (0.1ms) SELECT COUNT(*) FROM "intro_tours" Processing by Intro::Admin::ToursController#create as HTML Parameters: {"tour"=>{"ident"=>"guaobrmjkiwhtnlevqfdczsypx"}} TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "guaobrmjkiwhtnlevqfdczsypx"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "guaobrmjkiwhtnlevqfdczsypx"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:58:09.913930"], ["updated_at", "2020-12-31 13:58:09.913930"]] TRANSACTION (4.2ms) commit transaction Redirected to http://test.host/intro/admin/tours/298 Completed 302 Found in 8ms (ActiveRecord: 4.6ms | Allocations: 1372)  (0.1ms) SELECT COUNT(*) FROM "intro_tours"  (0.1ms) SELECT COUNT(*) FROM "intro_tours" Processing by Intro::Admin::ToursController#create as HTML TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" IS NULL LIMIT ? [["LIMIT", 1]] TRANSACTION (0.0ms) rollback transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.2ms | Allocations: 870)  (0.1ms) SELECT COUNT(*) FROM "intro_tours" Processing by Intro::Admin::ToursController#route as JSON Parameters: {"path"=>"/intro/admin/tours?xyz=1"} Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 3250) Processing by Intro::Admin::ToursController#attempt as JSON Parameters: {"tour"=>{"options"=>{"content"=>"content", "title"=>"title"}}} Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 453) Processing by Intro::Admin::ToursController#attempt as JSON Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 227) Processing by Intro::Admin::ToursController#show as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms | Allocations: 449) Processing by Intro::Admin::ToursController#show as JSON Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Filter chain halted as :require_tour rendered or redirected Completed 404 Not Found in 0ms (ActiveRecord: 0.1ms | Allocations: 205) Processing by Intro::Admin::ToursController#edit as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms | Allocations: 268) Processing by Intro::Admin::ToursController#update as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms | Allocations: 268) Processing by Intro::Admin::ToursController#destroy as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms | Allocations: 268) Processing by Intro::Admin::ToursController#publish as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms | Allocations: 268) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423089-421950"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423089-421950"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:58:09.945610"], ["updated_at", "2020-12-31 13:58:09.945610"]] TRANSACTION (3.5ms) commit transaction Processing by Intro::Admin::ToursController#show as HTML Parameters: {"id"=>"299"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 299], ["LIMIT", 1]] Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.2ms | Allocations: 63) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 156) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.1ms | Allocations: 759) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423089-465973"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423089-465973"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:58:09.954702"], ["updated_at", "2020-12-31 13:58:09.954702"]] TRANSACTION (5.2ms) commit transaction Processing by Intro::Admin::ToursController#show as HTML Parameters: {"id"=>"300"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 300], ["LIMIT", 1]] Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms | Allocations: 529) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423089-986452"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423089-986452"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:58:09.965046"], ["updated_at", "2020-12-31 13:58:09.965046"]] TRANSACTION (3.5ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"ident"=>"new-tour-1609423089-986452"}, "id"=>"301"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 301], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "new-tour-1609423089-986452"], ["id", 301], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "ident" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["ident", "new-tour-1609423089-986452"], ["updated_at", "2020-12-31 13:58:09.972092"], ["id", 301]] TRANSACTION (4.0ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.2ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 8ms (Views: 0.8ms | ActiveRecord: 4.4ms | Allocations: 1475) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423089-603428"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423089-603428"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:58:09.980149"], ["updated_at", "2020-12-31 13:58:09.980149"]] TRANSACTION (6.8ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"ident"=>"new-tour-1609423089-603428"}, "id"=>"302"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 302], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "new-tour-1609423089-603428"], ["id", 302], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "ident" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["ident", "new-tour-1609423089-603428"], ["updated_at", "2020-12-31 13:58:09.990564"], ["id", 302]] TRANSACTION (3.7ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.2ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 4.1ms | Allocations: 1401) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423089-490756"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423089-490756"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:58:09.998362"], ["updated_at", "2020-12-31 13:58:09.998362"]] TRANSACTION (5.6ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"controller_path"=>"new-"}, "id"=>"303"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 303], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423089-490756"], ["id", 303], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "controller_path" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["controller_path", "new-"], ["updated_at", "2020-12-31 13:58:10.007617"], ["id", 303]] TRANSACTION (3.8ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.2ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 4.2ms | Allocations: 1403) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423090-564102"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423090-564102"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:58:10.015616"], ["updated_at", "2020-12-31 13:58:10.015616"]] TRANSACTION (3.5ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"action_name"=>"new-"}, "id"=>"304"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 304], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423090-564102"], ["id", 304], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "action_name" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["action_name", "new-"], ["updated_at", "2020-12-31 13:58:10.022525"], ["id", 304]] TRANSACTION (3.7ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 4.0ms | Allocations: 1404) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423090-816325"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423090-816325"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:58:10.030037"], ["updated_at", "2020-12-31 13:58:10.030037"]] TRANSACTION (6.7ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"options"=>{"title"=>"title"}}, "id"=>"305"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 305], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423090-816325"], ["id", 305], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "options" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["options", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ntitle: title\n"], ["updated_at", "2020-12-31 13:58:10.040530"], ["id", 305]] TRANSACTION (3.7ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 4.1ms | Allocations: 1726) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423090-089741"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423090-089741"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:58:10.048476"], ["updated_at", "2020-12-31 13:58:10.048476"]] TRANSACTION (5.1ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"route"=>{"simple"=>"/"}}, "id"=>"306"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 306], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423090-089741"], ["id", 306], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nsource:\nquery:\nsimple: \"/\"\nstrict: false\n"], ["updated_at", "2020-12-31 13:58:10.057888"], ["id", 306]] TRANSACTION (3.9ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 8ms (Views: 0.7ms | ActiveRecord: 4.2ms | Allocations: 2670) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423090-215937"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423090-215937"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:58:10.066208"], ["updated_at", "2020-12-31 13:58:10.066208"]] TRANSACTION (5.2ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"expired_at"=>"2021-01-01"}, "id"=>"307"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 307], ["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423090-215937"], ["id", 307], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "expired_at" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["expired_at", "2021-01-01 00:00:00"], ["updated_at", "2020-12-31 13:58:10.075526"], ["id", 307]] TRANSACTION (5.7ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.2ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 10ms (Views: 0.8ms | ActiveRecord: 6.1ms | Allocations: 1516) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423090-836952"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423090-836952"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:58:10.085504"], ["updated_at", "2020-12-31 13:58:10.085504"]] TRANSACTION (3.8ms) commit transaction Processing by Intro::Admin::ToursController#destroy as HTML Parameters: {"id"=>"308"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 308], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 308]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 308]] TRANSACTION (3.8ms) commit transaction Redirected to http://test.host/intro/admin/tours Completed 302 Found in 13ms (ActiveRecord: 4.4ms | Allocations: 4677) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423090-304716"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423090-304716"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:58:10.106085"], ["updated_at", "2020-12-31 13:58:10.106085"]] TRANSACTION (5.4ms) commit transaction Processing by Intro::Admin::ToursController#publish as HTML Parameters: {"published"=>"true", "id"=>"309"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 309], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423090-304716"], ["id", 309], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "published" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["published", 1], ["updated_at", "2020-12-31 13:58:10.115210"], ["id", 309]] TRANSACTION (3.8ms) commit transaction Redirected to Redirected to http://test.host/intro/admin/tours Completed 302 Found in 10ms (ActiveRecord: 4.2ms | Allocations: 2549) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423090-652740"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423090-652740"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:58:10.125149"], ["updated_at", "2020-12-31 13:58:10.125149"]] TRANSACTION (3.9ms) commit transaction Processing by Intro::Admin::ToursController#publish as HTML Parameters: {"published"=>"false", "id"=>"310"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 310], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423090-652740"], ["id", 310], ["LIMIT", 1]] TRANSACTION (0.0ms) commit transaction Redirected to Redirected to http://test.host/intro/admin/tours Completed 302 Found in 6ms (ActiveRecord: 0.3ms | Allocations: 2365) Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 281]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 281]] TRANSACTION (5.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 282]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 282]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 283]] Intro::TourHistory Destroy (0.1ms) DELETE FROM "intro_tour_histories" WHERE "intro_tour_histories"."id" = ? [["id", 21]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 283]] TRANSACTION (4.2ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 284]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 284]] TRANSACTION (7.2ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 285]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 285]] TRANSACTION (5.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 286]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 286]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 287]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 287]] TRANSACTION (5.2ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 288]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 288]] TRANSACTION (3.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 289]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 289]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 290]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 290]] TRANSACTION (5.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 291]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 291]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 292]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 292]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 293]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 293]] TRANSACTION (5.6ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 294]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 294]] TRANSACTION (3.3ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 295]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 295]] TRANSACTION (3.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 296]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 296]] TRANSACTION (7.1ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 297]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 297]] TRANSACTION (4.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 298]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 298]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 299]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 299]] TRANSACTION (5.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 300]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 300]] TRANSACTION (3.3ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 301]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 301]] TRANSACTION (3.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 302]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 302]] TRANSACTION (5.1ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 303]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 303]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 304]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 304]] TRANSACTION (4.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 305]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 305]] TRANSACTION (5.3ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 306]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 306]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 307]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 307]] TRANSACTION (3.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 309]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 309]] TRANSACTION (5.3ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 310]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 310]] TRANSACTION (3.6ms) commit transaction Processing by Intro::ToursController#index as JSON Parameters: {"action_name"=>"x", "controller_path"=>"x"} Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 194) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" Processing by Intro::ToursController#index as JSON Parameters: {"action_name"=>"x", "controller_path"=>"x"} Intro::Tour Load (0.3ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "x"], ["action_name", "x"], ["published", 1]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.3ms | Allocations: 542) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423090-523846"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423090-523846"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:58:10.317868"], ["updated_at", "2020-12-31 13:58:10.317868"]] TRANSACTION (3.6ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" IS NULL AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["tour_id", 311]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.2ms | Allocations: 633) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 311]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 311]] TRANSACTION (7.2ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423090-106489"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423090-106489"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:58:10.336182"], ["updated_at", "2020-12-31 13:58:10.336182"]] TRANSACTION (3.5ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423090-106489"], ["id", 312], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "options" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["options", "---\nnot_sign_visible: true\n"], ["updated_at", "2020-12-31 13:58:10.341906"], ["id", 312]] TRANSACTION (4.2ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" IS NULL AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["tour_id", 312]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 843) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 312]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 312]] TRANSACTION (5.3ms) commit transaction Processing by Intro::ToursController#index as JSON Parameters: {"action_name"=>"x", "controller_path"=>"x"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "x"], ["action_name", "x"], ["published", 1]] Completed 200 OK in 5ms (Views: 0.1ms | ActiveRecord: 0.7ms | Allocations: 2395) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423090-419536"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609423090-419536"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:58:10.367002"], ["updated_at", "2020-12-31 13:58:10.367002"]] TRANSACTION (3.6ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.1ms | Allocations: 668) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 313]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 313]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423090-127093"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423090-127093"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:58:10.382362"], ["updated_at", "2020-12-31 13:58:10.382362"]] TRANSACTION (5.4ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.2ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 314]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.4ms | Allocations: 964) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 314]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 314]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423090-921067"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423090-921067"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:58:10.401229"], ["updated_at", "2020-12-31 13:58:10.401229"]] TRANSACTION (3.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423090-921067"], ["id", 315], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "expired_at" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["expired_at", "2020-12-30 13:58:10.405928"], ["updated_at", "2020-12-31 13:58:10.407028"], ["id", 315]] TRANSACTION (7.1ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 315]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.3ms | Allocations: 807) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 315]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 315]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423090-863410"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423090-863410"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:58:10.425658"], ["updated_at", "2020-12-31 13:58:10.425658"]] TRANSACTION (3.8ms) commit transaction User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Intro::TourHistory Create (0.2ms) INSERT INTO "intro_tour_histories" ("tour_id", "user_id", "touch_count", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["tour_id", 316], ["user_id", 1], ["touch_count", 1], ["created_at", "2020-12-31 13:58:10.433327"], ["updated_at", "2020-12-31 13:58:10.433327"]] TRANSACTION (5.3ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 316]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.3ms | Allocations: 791) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 316]] Intro::TourHistory Destroy (0.2ms) DELETE FROM "intro_tour_histories" WHERE "intro_tour_histories"."id" = ? [["id", 22]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 316]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423090-278563"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423090-278563"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:58:10.450464"], ["updated_at", "2020-12-31 13:58:10.450464"]] TRANSACTION (3.7ms) commit transaction User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Intro::TourHistory Create (0.2ms) INSERT INTO "intro_tour_histories" ("tour_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["tour_id", 317], ["user_id", 1], ["created_at", "2020-12-31 13:58:10.457135"], ["updated_at", "2020-12-31 13:58:10.457135"]] TRANSACTION (6.9ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 317]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.3ms | Allocations: 964) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 317]] Intro::TourHistory Destroy (0.1ms) DELETE FROM "intro_tour_histories" WHERE "intro_tour_histories"."id" = ? [["id", 23]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 317]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423090-419605"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423090-419605"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:58:10.476271"], ["updated_at", "2020-12-31 13:58:10.476271"]] TRANSACTION (6.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423090-419605"], ["id", 318], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query:\n:simple: \"/intro/admin/tours/new\"\n:strict: true\n"], ["updated_at", "2020-12-31 13:58:10.485821"], ["id", 318]] TRANSACTION (3.7ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/new"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]] User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 318]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 1272) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 318]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 318]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423090-947182"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423090-947182"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:58:10.501915"], ["updated_at", "2020-12-31 13:58:10.501915"]] TRANSACTION (5.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423090-947182"], ["id", 319], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query:\n:simple: \"/intro/admin/tours/new\"\n:strict: true\n"], ["updated_at", "2020-12-31 13:58:10.509983"], ["id", 319]] TRANSACTION (5.3ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/new2"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]] User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.2ms | Allocations: 1027) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 319]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 319]] TRANSACTION (4.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423090-465918"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423090-465918"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:58:10.527106"], ["updated_at", "2020-12-31 13:58:10.527106"]] TRANSACTION (5.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423090-465918"], ["id", 320], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "action_name" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["action_name", "edit"], ["updated_at", "2020-12-31 13:58:10.534655"], ["id", 320]] TRANSACTION (3.5ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"edit", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/13/edit"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "edit"], ["published", 1]] User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 320]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 1230) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 320]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 320]] TRANSACTION (5.2ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423090-486732"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423090-486732"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:58:10.550899"], ["updated_at", "2020-12-31 13:58:10.550899"]] TRANSACTION (5.3ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423090-486732"], ["id", 321], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "action_name" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["action_name", "edit"], ["updated_at", "2020-12-31 13:58:10.558414"], ["id", 321]] TRANSACTION (4.0ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"edit", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/13"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "edit"], ["published", 1]] User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.1ms | Allocations: 952) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 321]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 321]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423090-694187"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423090-694187"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:58:10.573188"], ["updated_at", "2020-12-31 13:58:10.573188"]] TRANSACTION (6.7ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/new?xyz=1"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]] User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 322]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.3ms | Allocations: 1220) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 322]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 322]] TRANSACTION (4.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423090-412380"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423090-412380"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:58:10.591801"], ["updated_at", "2020-12-31 13:58:10.591801"]] TRANSACTION (3.5ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 323]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.3ms | Allocations: 964) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 323]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 323]] TRANSACTION (7.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423090-289470"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423090-289470"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:58:10.611620"], ["updated_at", "2020-12-31 13:58:10.611620"]] TRANSACTION (3.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423090-289470"], ["id", 324], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "options" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["options", "---\nnot_sign_visible: true\n"], ["updated_at", "2020-12-31 13:58:10.617920"], ["id", 324]] TRANSACTION (13.9ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 324]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.3ms | Allocations: 1013) Processing by Intro::ToursController#record as HTML Parameters: {"id"=>"0"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Filter chain halted as :require_tour rendered or redirected Completed 404 Not Found in 1ms (Views: 0.1ms | ActiveRecord: 0.2ms | Allocations: 397) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423090-296107"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423090-296107"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:58:10.641743"], ["updated_at", "2020-12-31 13:58:10.641743"]] TRANSACTION (11.0ms) commit transaction Intro::TourHistory Exists? (0.4ms) SELECT 1 AS one FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? LIMIT ? [["tour_id", 325], ["LIMIT", 1]]  (0.3ms) SELECT COUNT(*) FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 325]] Processing by Intro::ToursController#record as HTML Parameters: {"id"=>"325"} User Load (0.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 325], ["LIMIT", 1]] Intro::TourHistory Load (0.6ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? ORDER BY "intro_tour_histories"."id" ASC LIMIT ? [["user_id", 1], ["tour_id", 325], ["LIMIT", 1]] Intro::TourHistory Update All (0.3ms) UPDATE "intro_tour_histories" SET "touch_count" = COALESCE("touch_count", 0) + ? WHERE "intro_tour_histories"."id" IS NULL [["touch_count", 1]] Completed 200 OK in 9ms (Views: 0.5ms | ActiveRecord: 1.4ms | Allocations: 951)  (0.4ms) SELECT COUNT(*) FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 325]] TRANSACTION (0.1ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-12-31 13:58:10.734377"], ["updated_at", "2020-12-31 13:58:10.734377"]] TRANSACTION (11.2ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423090-629834"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423090-629834"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:58:10.748312"], ["updated_at", "2020-12-31 13:58:10.748312"]] TRANSACTION (11.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Create (0.2ms) INSERT INTO "intro_tour_histories" ("tour_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["tour_id", 326], ["user_id", 9], ["created_at", "2020-12-31 13:58:10.760770"], ["updated_at", "2020-12-31 13:58:10.760770"]] TRANSACTION (11.1ms) commit transaction Intro::TourHistory Update All (11.5ms) UPDATE "intro_tour_histories" SET "touch_count" = COALESCE("touch_count", 0) + ? WHERE "intro_tour_histories"."id" = ? [["touch_count", 1], ["id", 24]] Intro::Tour Exists? (0.5ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", ""], ["LIMIT", 1]] Intro::Tour Exists? (0.3ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" IS NULL LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.4ms) SELECT "intro_tours".* FROM "intro_tours" ORDER BY "intro_tours"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Exists? (0.3ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423090-289470"], ["LIMIT", 1]] Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "TOUR-1609423090-289470"], ["LIMIT", 1]] Intro::Tour Exists? (0.3ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" IS NULL LIMIT ? [["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423090-039782"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423090-039782"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:58:10.818804"], ["updated_at", "2020-12-31 13:58:10.818804"]] TRANSACTION (17.5ms) commit transaction Intro::Tour Exists? (0.4ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423090-039782"], ["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.3ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423090-659820"], ["LIMIT", 1]] Intro::Tour Create (0.6ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423090-659820"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:58:10.845027"], ["updated_at", "2020-12-31 13:58:10.845027"]] TRANSACTION (15.5ms) commit transaction Intro::Tour Exists? (0.4ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423090-659820"], ["id", 328], ["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.4ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423090-796053"], ["LIMIT", 1]] Intro::Tour Create (0.7ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609423090-796053"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=test\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 13:58:10.872393"], ["updated_at", "2020-12-31 13:58:10.872393"]] TRANSACTION (16.1ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.3ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423090-504368"], ["LIMIT", 1]] Intro::Tour Create (0.4ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423090-504368"], ["route", "---\n:source:\n:query:\n:simple: \"/intro/admin/test\"\n:strict: false\n"], ["created_at", "2020-12-31 13:58:10.898433"], ["updated_at", "2020-12-31 13:58:10.898433"]] TRANSACTION (11.7ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.3ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423090-450231"], ["LIMIT", 1]] Intro::Tour Create (0.5ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423090-450231"], ["route", "---\n:strict: true\n"], ["created_at", "2020-12-31 13:58:10.929663"], ["updated_at", "2020-12-31 13:58:10.929663"]] TRANSACTION (4.1ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423090-450231"], ["id", 331], ["LIMIT", 1]] TRANSACTION (0.1ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423090-450231"], ["id", 331], ["LIMIT", 1]] TRANSACTION (0.1ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423090-397086"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609423090-397086"], ["controller_path", "tours"], ["action_name", "new"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=test\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 13:58:10.943941"], ["updated_at", "2020-12-31 13:58:10.943941"]] TRANSACTION (5.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423090-402738"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609423090-402738"], ["controller_path", "intro/admin/tours"], ["action_name", "create"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=test\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 13:58:10.952944"], ["updated_at", "2020-12-31 13:58:10.952944"]] TRANSACTION (5.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423090-269058"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609423090-269058"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=demo\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 13:58:10.961820"], ["updated_at", "2020-12-31 13:58:10.961820"]] TRANSACTION (3.4ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423090-384950"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423090-384950"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:58:10.972814"], ["updated_at", "2020-12-31 13:58:10.972814"]] TRANSACTION (5.4ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423090-685237"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423090-685237"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:58:10.981366"], ["updated_at", "2020-12-31 13:58:10.981366"]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423090-216379"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423090-216379"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:58:10.987689"], ["updated_at", "2020-12-31 13:58:10.987689"]] TRANSACTION (12.3ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423090-216379"], ["id", 337], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "controller_path" = ?, "action_name" = ?, "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["controller_path", "intro/admin/tours"], ["action_name", "index"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: index\n:query:\n:strict: false\n:simple: \"/intro/admin/tours\"\n"], ["updated_at", "2020-12-31 13:58:11.002916"], ["id", 337]] TRANSACTION (16.8ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423091-692054"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423091-692054"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:58:11.023958"], ["updated_at", "2020-12-31 13:58:11.023958"]] TRANSACTION (10.6ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423091-593472"], ["LIMIT", 1]] Intro::Tour Create (0.4ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423091-593472"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:58:11.038970"], ["updated_at", "2020-12-31 13:58:11.038970"]] TRANSACTION (21.2ms) commit transaction TRANSACTION (0.2ms) begin transaction Intro::Tour Exists? (0.4ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423091-426850"], ["LIMIT", 1]] Intro::Tour Create (0.6ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423091-426850"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:58:11.068546"], ["updated_at", "2020-12-31 13:58:11.068546"]] TRANSACTION (19.7ms) commit transaction  (0.8ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by Intro::Admin::ImagesController#create as JSON Filter chain halted as :authenticate rendered or redirected Completed 401 Unauthorized in 11ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 7295) Processing by Intro::Admin::ImagesController#create as JSON Filter chain halted as :require_image rendered or redirected Completed 400 Bad Request in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::SessionsController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.5ms | Allocations: 273) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.6ms | Allocations: 370) Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms | Allocations: 3048) Processing by Intro::Admin::SessionsController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.2ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 156) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms | Allocations: 556) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"NQlPV8Q"} Redirected to http://test.host/intro/admin/tours Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 192) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"test_user"} Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 60) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 153) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms | Allocations: 463) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"NQlPV8Q"} Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 57) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 148) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms | Allocations: 422) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"root"} Redirected to http://test.host/intro/admin/tours Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 159) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"test"} Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 60) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 153) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms | Allocations: 442) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"NQlPV8Q"} Redirected to http://test.host/intro/admin/tours Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 156) Processing by Intro::Admin::SessionsController#sign_out as HTML Redirected to http://test.host/intro/admin/sessions/new Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 147) Processing by Intro::Admin::ToursController#index as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 255) Processing by Intro::Admin::ToursController#new as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#create as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#route as JSON Filter chain halted as :authenticate rendered or redirected Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 157) Processing by Intro::Admin::ToursController#attempt as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#show as HTML Parameters: {"id"=>"0"} Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#edit as HTML Parameters: {"id"=>"0"} Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#update as HTML Parameters: {"id"=>"0"} Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#destroy as HTML Parameters: {"id"=>"0"} Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#publish as HTML Parameters: {"id"=>"0"} Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#index as HTML Redirected to http://test.host/login Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 128) Processing by Intro::Admin::ToursController#index as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 63) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 156) Completed 200 OK in 3ms (Views: 1.3ms | ActiveRecord: 0.3ms | Allocations: 2442) Processing by Intro::Admin::ToursController#index as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms | Allocations: 588) Processing by Intro::Admin::ToursController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application (Duration: 0.2ms | Allocations: 63) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.4ms | Allocations: 156) Completed 200 OK in 19ms (Views: 0.8ms | ActiveRecord: 0.3ms | Allocations: 5647) Processing by Intro::Admin::ToursController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms | Allocations: 481)  (0.1ms) SELECT COUNT(*) FROM "intro_tours" Processing by Intro::Admin::ToursController#create as HTML Parameters: {"tour"=>{"ident"=>"ptsvaxbrmewzygudfcnjioklhq"}} TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "ptsvaxbrmewzygudfcnjioklhq"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "ptsvaxbrmewzygudfcnjioklhq"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:59:36.824974"], ["updated_at", "2020-12-31 13:59:36.824974"]] TRANSACTION (13.5ms) commit transaction Redirected to http://test.host/intro/admin/tours/341 Completed 302 Found in 17ms (ActiveRecord: 13.9ms | Allocations: 1370)  (0.1ms) SELECT COUNT(*) FROM "intro_tours"  (0.1ms) SELECT COUNT(*) FROM "intro_tours" Processing by Intro::Admin::ToursController#create as HTML TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" IS NULL LIMIT ? [["LIMIT", 1]] TRANSACTION (0.0ms) rollback transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.4ms | Allocations: 154) Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.2ms | Allocations: 870)  (0.1ms) SELECT COUNT(*) FROM "intro_tours" Processing by Intro::Admin::ToursController#route as JSON Parameters: {"path"=>"/intro/admin/tours?xyz=1"} Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 3250) Processing by Intro::Admin::ToursController#attempt as JSON Parameters: {"tour"=>{"options"=>{"content"=>"content", "title"=>"title"}}} Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 453) Processing by Intro::Admin::ToursController#attempt as JSON Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 227) Processing by Intro::Admin::ToursController#show as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.2ms | Allocations: 449) Processing by Intro::Admin::ToursController#show as JSON Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Filter chain halted as :require_tour rendered or redirected Completed 404 Not Found in 0ms (ActiveRecord: 0.1ms | Allocations: 205) Processing by Intro::Admin::ToursController#edit as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms | Allocations: 268) Processing by Intro::Admin::ToursController#update as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms | Allocations: 268) Processing by Intro::Admin::ToursController#destroy as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.1ms | Allocations: 268) Processing by Intro::Admin::ToursController#publish as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.1ms | Allocations: 268) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423176-083254"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423176-083254"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:59:36.865743"], ["updated_at", "2020-12-31 13:59:36.865743"]] TRANSACTION (11.2ms) commit transaction Processing by Intro::Admin::ToursController#show as HTML Parameters: {"id"=>"342"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 342], ["LIMIT", 1]] Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 63) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 156) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.1ms | Allocations: 759) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423176-823946"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423176-823946"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:59:36.882359"], ["updated_at", "2020-12-31 13:59:36.882359"]] TRANSACTION (12.7ms) commit transaction Processing by Intro::Admin::ToursController#show as HTML Parameters: {"id"=>"343"} Intro::Tour Load (0.3ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 343], ["LIMIT", 1]] Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.5ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 1.1ms | Allocations: 154) Completed 200 OK in 4ms (Views: 2.4ms | ActiveRecord: 0.3ms | Allocations: 529) TRANSACTION (0.2ms) begin transaction Intro::Tour Exists? (0.4ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423176-562108"], ["LIMIT", 1]] Intro::Tour Create (0.4ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423176-562108"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:59:36.909228"], ["updated_at", "2020-12-31 13:59:36.909228"]] TRANSACTION (10.9ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"ident"=>"new-tour-1609423176-562108"}, "id"=>"344"} Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 344], ["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "new-tour-1609423176-562108"], ["id", 344], ["LIMIT", 1]] Intro::Tour Update (0.3ms) UPDATE "intro_tours" SET "ident" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["ident", "new-tour-1609423176-562108"], ["updated_at", "2020-12-31 13:59:36.927094"], ["id", 344]] TRANSACTION (10.8ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.4ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 1.0ms | Allocations: 154) Completed 200 OK in 19ms (Views: 2.5ms | ActiveRecord: 11.5ms | Allocations: 1475) TRANSACTION (0.2ms) begin transaction Intro::Tour Exists? (0.4ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423176-180654"], ["LIMIT", 1]] Intro::Tour Create (0.7ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423176-180654"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:59:36.948784"], ["updated_at", "2020-12-31 13:59:36.948784"]] TRANSACTION (13.6ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"ident"=>"new-tour-1609423176-180654"}, "id"=>"345"} Intro::Tour Load (0.3ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 345], ["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.3ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "new-tour-1609423176-180654"], ["id", 345], ["LIMIT", 1]] Intro::Tour Update (0.5ms) UPDATE "intro_tours" SET "ident" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["ident", "new-tour-1609423176-180654"], ["updated_at", "2020-12-31 13:59:36.973788"], ["id", 345]] TRANSACTION (11.6ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.4ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 1.0ms | Allocations: 154) Completed 200 OK in 23ms (Views: 2.3ms | ActiveRecord: 12.8ms | Allocations: 1401) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423176-932148"], ["LIMIT", 1]] Intro::Tour Create (0.4ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423176-932148"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:59:36.996751"], ["updated_at", "2020-12-31 13:59:36.996751"]] TRANSACTION (10.9ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"controller_path"=>"new-"}, "id"=>"346"} Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 346], ["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423176-932148"], ["id", 346], ["LIMIT", 1]] Intro::Tour Update (0.3ms) UPDATE "intro_tours" SET "controller_path" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["controller_path", "new-"], ["updated_at", "2020-12-31 13:59:37.014229"], ["id", 346]] TRANSACTION (13.1ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.2ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.5ms | Allocations: 154) Completed 200 OK in 19ms (Views: 1.3ms | ActiveRecord: 13.7ms | Allocations: 1403) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423177-230876"], ["LIMIT", 1]] Intro::Tour Create (0.4ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423177-230876"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:59:37.034713"], ["updated_at", "2020-12-31 13:59:37.034713"]] TRANSACTION (15.3ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"action_name"=>"new-"}, "id"=>"347"} Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 347], ["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423177-230876"], ["id", 347], ["LIMIT", 1]] Intro::Tour Update (0.3ms) UPDATE "intro_tours" SET "action_name" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["action_name", "new-"], ["updated_at", "2020-12-31 13:59:37.057997"], ["id", 347]] TRANSACTION (11.4ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.6ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 1.5ms | Allocations: 154) Completed 200 OK in 21ms (Views: 3.3ms | ActiveRecord: 12.2ms | Allocations: 1404) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.5ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423177-546372"], ["LIMIT", 1]] Intro::Tour Create (0.5ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423177-546372"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:59:37.083021"], ["updated_at", "2020-12-31 13:59:37.083021"]] TRANSACTION (17.1ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"options"=>{"title"=>"title"}}, "id"=>"348"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 348], ["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423177-546372"], ["id", 348], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "options" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["options", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ntitle: title\n"], ["updated_at", "2020-12-31 13:59:37.108625"], ["id", 348]] TRANSACTION (16.2ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.2ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.6ms | Allocations: 154) Completed 200 OK in 23ms (Views: 1.4ms | ActiveRecord: 16.9ms | Allocations: 1726) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423177-932605"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423177-932605"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:59:37.132354"], ["updated_at", "2020-12-31 13:59:37.132354"]] TRANSACTION (17.2ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"route"=>{"simple"=>"/"}}, "id"=>"349"} Intro::Tour Load (0.3ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 349], ["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.3ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423177-932605"], ["id", 349], ["LIMIT", 1]] Intro::Tour Update (0.5ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nsource:\nquery:\nsimple: \"/\"\nstrict: false\n"], ["updated_at", "2020-12-31 13:59:37.162867"], ["id", 349]] TRANSACTION (15.8ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.4ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 1.0ms | Allocations: 154) Completed 200 OK in 31ms (Views: 2.4ms | ActiveRecord: 17.0ms | Allocations: 2670) TRANSACTION (0.2ms) begin transaction Intro::Tour Exists? (0.4ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423177-815072"], ["LIMIT", 1]] Intro::Tour Create (0.6ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423177-815072"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:59:37.193370"], ["updated_at", "2020-12-31 13:59:37.193370"]] TRANSACTION (16.8ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"expired_at"=>"2021-01-01"}, "id"=>"350"} Intro::Tour Load (0.3ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 350], ["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.3ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423177-815072"], ["id", 350], ["LIMIT", 1]] Intro::Tour Update (0.6ms) UPDATE "intro_tours" SET "expired_at" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["expired_at", "2021-01-01 00:00:00"], ["updated_at", "2020-12-31 13:59:37.222572"], ["id", 350]] TRANSACTION (19.6ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.4ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 1.1ms | Allocations: 154) Completed 200 OK in 32ms (Views: 2.3ms | ActiveRecord: 20.9ms | Allocations: 1516) TRANSACTION (0.2ms) begin transaction Intro::Tour Exists? (0.4ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423177-145602"], ["LIMIT", 1]] Intro::Tour Create (0.7ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423177-145602"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:59:37.255462"], ["updated_at", "2020-12-31 13:59:37.255462"]] TRANSACTION (11.4ms) commit transaction Processing by Intro::Admin::ToursController#destroy as HTML Parameters: {"id"=>"351"} Intro::Tour Load (0.3ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 351], ["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 351]] Intro::Tour Destroy (0.3ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 351]] TRANSACTION (18.0ms) commit transaction Redirected to http://test.host/intro/admin/tours Completed 302 Found in 40ms (ActiveRecord: 19.2ms | Allocations: 4677) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423177-516927"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423177-516927"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:59:37.315747"], ["updated_at", "2020-12-31 13:59:37.315747"]] TRANSACTION (10.8ms) commit transaction Processing by Intro::Admin::ToursController#publish as HTML Parameters: {"published"=>"true", "id"=>"352"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 352], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423177-516927"], ["id", 352], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "published" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["published", 1], ["updated_at", "2020-12-31 13:59:37.330830"], ["id", 352]] TRANSACTION (10.9ms) commit transaction Redirected to Redirected to http://test.host/intro/admin/tours Completed 302 Found in 18ms (ActiveRecord: 11.3ms | Allocations: 2549) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423177-701285"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423177-701285"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:59:37.349497"], ["updated_at", "2020-12-31 13:59:37.349497"]] TRANSACTION (12.9ms) commit transaction Processing by Intro::Admin::ToursController#publish as HTML Parameters: {"published"=>"false", "id"=>"353"} Intro::Tour Load (0.3ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 353], ["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.3ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423177-701285"], ["id", 353], ["LIMIT", 1]] TRANSACTION (0.1ms) commit transaction Redirected to Redirected to http://test.host/intro/admin/tours Completed 302 Found in 20ms (ActiveRecord: 0.8ms | Allocations: 2365) Intro::Tour Load (0.5ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 324]] Intro::Tour Destroy (0.3ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 324]] TRANSACTION (11.0ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.3ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 325]] Intro::Tour Destroy (0.6ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 325]] TRANSACTION (16.1ms) commit transaction TRANSACTION (0.2ms) begin transaction Intro::TourHistory Load (0.3ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 326]] Intro::TourHistory Destroy (0.6ms) DELETE FROM "intro_tour_histories" WHERE "intro_tour_histories"."id" = ? [["id", 24]] Intro::Tour Destroy (0.5ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 326]] TRANSACTION (13.4ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 327]] Intro::Tour Destroy (0.5ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 327]] TRANSACTION (17.2ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 328]] Intro::Tour Destroy (0.5ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 328]] TRANSACTION (17.4ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 329]] Intro::Tour Destroy (0.5ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 329]] TRANSACTION (11.1ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 330]] Intro::Tour Destroy (0.5ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 330]] TRANSACTION (16.1ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 331]] Intro::Tour Destroy (0.3ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 331]] TRANSACTION (13.2ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 332]] Intro::Tour Destroy (0.3ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 332]] TRANSACTION (11.5ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 333]] Intro::Tour Destroy (0.3ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 333]] TRANSACTION (11.4ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 334]] Intro::Tour Destroy (0.3ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 334]] TRANSACTION (13.6ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 335]] Intro::Tour Destroy (0.5ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 335]] TRANSACTION (16.9ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 336]] Intro::Tour Destroy (0.5ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 336]] TRANSACTION (18.5ms) commit transaction TRANSACTION (0.2ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 337]] Intro::Tour Destroy (0.6ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 337]] TRANSACTION (13.3ms) commit transaction TRANSACTION (0.2ms) begin transaction Intro::TourHistory Load (0.3ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 338]] Intro::Tour Destroy (0.7ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 338]] TRANSACTION (6.6ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 339]] Intro::Tour Destroy (0.4ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 339]] TRANSACTION (5.9ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 340]] Intro::Tour Destroy (0.3ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 340]] TRANSACTION (5.6ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 341]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 341]] TRANSACTION (7.3ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 342]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 342]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 343]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 343]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 344]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 344]] TRANSACTION (5.3ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 345]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 345]] TRANSACTION (9.3ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 346]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 346]] TRANSACTION (10.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 347]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 347]] TRANSACTION (12.6ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 348]] Intro::Tour Destroy (0.3ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 348]] TRANSACTION (11.2ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 349]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 349]] TRANSACTION (10.7ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 350]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 350]] TRANSACTION (13.0ms) commit transaction TRANSACTION (0.6ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 352]] Intro::Tour Destroy (0.4ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 352]] TRANSACTION (11.3ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 353]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 353]] TRANSACTION (10.8ms) commit transaction Processing by Intro::ToursController#index as JSON Parameters: {"action_name"=>"x", "controller_path"=>"x"} Completed 401 Unauthorized in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms | Allocations: 195) Intro::Tour Load (0.3ms) SELECT "intro_tours".* FROM "intro_tours" Processing by Intro::ToursController#index as JSON Parameters: {"action_name"=>"x", "controller_path"=>"x"} Intro::Tour Load (0.5ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "x"], ["action_name", "x"], ["published", 1]] Completed 200 OK in 6ms (Views: 0.5ms | ActiveRecord: 0.5ms | Allocations: 541) Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.2ms) begin transaction Intro::Tour Exists? (0.4ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423177-624957"], ["LIMIT", 1]] Intro::Tour Create (0.4ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423177-624957"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:59:37.870121"], ["updated_at", "2020-12-31 13:59:37.870121"]] TRANSACTION (13.8ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" IS NULL AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["tour_id", 354]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.3ms | Allocations: 633) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 354]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 354]] TRANSACTION (10.6ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423177-249358"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423177-249358"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:59:37.905594"], ["updated_at", "2020-12-31 13:59:37.905594"]] TRANSACTION (10.8ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423177-249358"], ["id", 355], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "options" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["options", "---\nnot_sign_visible: true\n"], ["updated_at", "2020-12-31 13:59:37.919421"], ["id", 355]] TRANSACTION (17.6ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.2ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" IS NULL AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["tour_id", 355]] Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.3ms | Allocations: 843) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 355]] Intro::Tour Destroy (0.3ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 355]] TRANSACTION (11.0ms) commit transaction Processing by Intro::ToursController#index as JSON Parameters: {"action_name"=>"x", "controller_path"=>"x"} User Load (0.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "x"], ["action_name", "x"], ["published", 1]] Completed 200 OK in 7ms (Views: 0.2ms | ActiveRecord: 0.9ms | Allocations: 2395) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423177-156904"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609423177-156904"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:59:37.970078"], ["updated_at", "2020-12-31 13:59:37.970078"]] TRANSACTION (10.8ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]] Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.5ms | Allocations: 668) Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 356]] Intro::Tour Destroy (0.4ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 356]] TRANSACTION (17.5ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423178-098127"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423178-098127"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:59:38.017252"], ["updated_at", "2020-12-31 13:59:38.017252"]] TRANSACTION (11.4ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.2ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 357]] Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.5ms | Allocations: 964) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 357]] Intro::Tour Destroy (0.3ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 357]] TRANSACTION (15.8ms) commit transaction TRANSACTION (0.2ms) begin transaction Intro::Tour Exists? (0.4ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423178-013587"], ["LIMIT", 1]] Intro::Tour Create (0.7ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423178-013587"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:59:38.060640"], ["updated_at", "2020-12-31 13:59:38.060640"]] TRANSACTION (17.5ms) commit transaction TRANSACTION (0.2ms) begin transaction Intro::Tour Exists? (0.4ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423178-013587"], ["id", 358], ["LIMIT", 1]] Intro::Tour Update (0.5ms) UPDATE "intro_tours" SET "expired_at" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["expired_at", "2020-12-30 13:59:38.082696"], ["updated_at", "2020-12-31 13:59:38.087289"], ["id", 358]] TRANSACTION (17.9ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.3ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.5ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 358]] Completed 200 OK in 7ms (Views: 0.4ms | ActiveRecord: 1.0ms | Allocations: 807) Intro::Tour Load (0.3ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 358]] Intro::Tour Destroy (0.6ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 358]] TRANSACTION (13.2ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.3ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423178-421560"], ["LIMIT", 1]] Intro::Tour Create (0.4ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423178-421560"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:59:38.144423"], ["updated_at", "2020-12-31 13:59:38.144423"]] TRANSACTION (13.8ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Intro::TourHistory Create (0.4ms) INSERT INTO "intro_tour_histories" ("tour_id", "user_id", "touch_count", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["tour_id", 359], ["user_id", 1], ["touch_count", 1], ["created_at", "2020-12-31 13:59:38.166841"], ["updated_at", "2020-12-31 13:59:38.166841"]] TRANSACTION (4.1ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.3ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 359]] Completed 200 OK in 5ms (Views: 0.3ms | ActiveRecord: 0.7ms | Allocations: 791) Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 359]] Intro::TourHistory Destroy (0.4ms) DELETE FROM "intro_tour_histories" WHERE "intro_tour_histories"."id" = ? [["id", 25]] Intro::Tour Destroy (0.3ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 359]] TRANSACTION (7.3ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423178-543816"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423178-543816"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:59:38.196423"], ["updated_at", "2020-12-31 13:59:38.196423"]] TRANSACTION (3.9ms) commit transaction User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Intro::TourHistory Create (0.3ms) INSERT INTO "intro_tour_histories" ("tour_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["tour_id", 360], ["user_id", 1], ["created_at", "2020-12-31 13:59:38.204883"], ["updated_at", "2020-12-31 13:59:38.204883"]] TRANSACTION (5.3ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.2ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 360]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.4ms | Allocations: 964) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 360]] Intro::TourHistory Destroy (0.2ms) DELETE FROM "intro_tour_histories" WHERE "intro_tour_histories"."id" = ? [["id", 26]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 360]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423178-341750"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423178-341750"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:59:38.225405"], ["updated_at", "2020-12-31 13:59:38.225405"]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423178-341750"], ["id", 361], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query:\n:simple: \"/intro/admin/tours/new\"\n:strict: true\n"], ["updated_at", "2020-12-31 13:59:38.232926"], ["id", 361]] TRANSACTION (7.0ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/new"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]] User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 361]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.3ms | Allocations: 1272) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 361]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 361]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423178-683174"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423178-683174"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:59:38.253834"], ["updated_at", "2020-12-31 13:59:38.253834"]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423178-683174"], ["id", 362], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query:\n:simple: \"/intro/admin/tours/new\"\n:strict: true\n"], ["updated_at", "2020-12-31 13:59:38.260772"], ["id", 362]] TRANSACTION (5.9ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/new2"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]] User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 1027) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 362]] Intro::Tour Destroy (0.3ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 362]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423178-174950"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423178-174950"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:59:38.282123"], ["updated_at", "2020-12-31 13:59:38.282123"]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423178-174950"], ["id", 363], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "action_name" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["action_name", "edit"], ["updated_at", "2020-12-31 13:59:38.288430"], ["id", 363]] TRANSACTION (5.5ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"edit", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/13/edit"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "edit"], ["published", 1]] User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 363]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.3ms | Allocations: 1230) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 363]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 363]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423178-871530"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423178-871530"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:59:38.307037"], ["updated_at", "2020-12-31 13:59:38.307037"]] TRANSACTION (3.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423178-871530"], ["id", 364], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "action_name" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["action_name", "edit"], ["updated_at", "2020-12-31 13:59:38.312834"], ["id", 364]] TRANSACTION (5.4ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"edit", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/13"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "edit"], ["published", 1]] User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.1ms | Allocations: 952) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 364]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 364]] TRANSACTION (3.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423178-921875"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423178-921875"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:59:38.329163"], ["updated_at", "2020-12-31 13:59:38.329163"]] TRANSACTION (4.8ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/new?xyz=1"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]] User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 365]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.3ms | Allocations: 1220) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 365]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 365]] TRANSACTION (7.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423178-415083"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423178-415083"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:59:38.349216"], ["updated_at", "2020-12-31 13:59:38.349216"]] TRANSACTION (4.0ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 366]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.2ms | Allocations: 964) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 366]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 366]] TRANSACTION (4.1ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423178-584093"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423178-584093"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:59:38.365105"], ["updated_at", "2020-12-31 13:59:38.365105"]] TRANSACTION (5.3ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423178-584093"], ["id", 367], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "options" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["options", "---\nnot_sign_visible: true\n"], ["updated_at", "2020-12-31 13:59:38.372683"], ["id", 367]] TRANSACTION (3.8ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 367]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.3ms | Allocations: 1013) Processing by Intro::ToursController#record as HTML Parameters: {"id"=>"0"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Filter chain halted as :require_tour rendered or redirected Completed 404 Not Found in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms | Allocations: 397) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423178-408927"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423178-408927"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 13:59:38.385375"], ["updated_at", "2020-12-31 13:59:38.385375"]] TRANSACTION (3.9ms) commit transaction Intro::TourHistory Exists? (0.1ms) SELECT 1 AS one FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? LIMIT ? [["tour_id", 368], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 368]] Processing by Intro::ToursController#record as HTML Parameters: {"id"=>"368"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 368], ["LIMIT", 1]] Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? ORDER BY "intro_tour_histories"."id" ASC LIMIT ? [["user_id", 1], ["tour_id", 368], ["LIMIT", 1]] Intro::TourHistory Update All (0.1ms) UPDATE "intro_tour_histories" SET "touch_count" = COALESCE("touch_count", 0) + ? WHERE "intro_tour_histories"."id" IS NULL [["touch_count", 1]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.4ms | Allocations: 951)  (0.1ms) SELECT COUNT(*) FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 368]] TRANSACTION (0.1ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-12-31 13:59:38.443664"], ["updated_at", "2020-12-31 13:59:38.443664"]] TRANSACTION (5.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423178-081579"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423178-081579"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:59:38.451437"], ["updated_at", "2020-12-31 13:59:38.451437"]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Create (0.2ms) INSERT INTO "intro_tour_histories" ("tour_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["tour_id", 369], ["user_id", 10], ["created_at", "2020-12-31 13:59:38.456412"], ["updated_at", "2020-12-31 13:59:38.456412"]] TRANSACTION (3.8ms) commit transaction Intro::TourHistory Update All (5.9ms) UPDATE "intro_tour_histories" SET "touch_count" = COALESCE("touch_count", 0) + ? WHERE "intro_tour_histories"."id" = ? [["touch_count", 1], ["id", 27]] Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", ""], ["LIMIT", 1]] Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" IS NULL LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" ORDER BY "intro_tours"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423178-584093"], ["LIMIT", 1]] Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "TOUR-1609423178-584093"], ["LIMIT", 1]] Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" IS NULL LIMIT ? [["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423178-968410"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423178-968410"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:59:38.478845"], ["updated_at", "2020-12-31 13:59:38.478845"]] TRANSACTION (3.8ms) commit transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423178-968410"], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423178-490816"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423178-490816"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:59:38.485996"], ["updated_at", "2020-12-31 13:59:38.485996"]] TRANSACTION (3.8ms) commit transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423178-490816"], ["id", 371], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423178-846759"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609423178-846759"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=test\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 13:59:38.493489"], ["updated_at", "2020-12-31 13:59:38.493489"]] TRANSACTION (6.9ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423178-671085"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423178-671085"], ["route", "---\n:source:\n:query:\n:simple: \"/intro/admin/test\"\n:strict: false\n"], ["created_at", "2020-12-31 13:59:38.511277"], ["updated_at", "2020-12-31 13:59:38.511277"]] TRANSACTION (3.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423178-376042"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423178-376042"], ["route", "---\n:strict: true\n"], ["created_at", "2020-12-31 13:59:38.517543"], ["updated_at", "2020-12-31 13:59:38.517543"]] TRANSACTION (5.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423178-376042"], ["id", 374], ["LIMIT", 1]] TRANSACTION (0.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423178-376042"], ["id", 374], ["LIMIT", 1]] TRANSACTION (0.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423178-238491"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609423178-238491"], ["controller_path", "tours"], ["action_name", "new"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=test\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 13:59:38.528876"], ["updated_at", "2020-12-31 13:59:38.528876"]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423178-438965"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609423178-438965"], ["controller_path", "intro/admin/tours"], ["action_name", "create"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=test\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 13:59:38.536150"], ["updated_at", "2020-12-31 13:59:38.536150"]] TRANSACTION (5.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423178-178543"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609423178-178543"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=demo\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 13:59:38.544219"], ["updated_at", "2020-12-31 13:59:38.544219"]] TRANSACTION (5.9ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423178-185263"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423178-185263"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:59:38.557402"], ["updated_at", "2020-12-31 13:59:38.557402"]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423178-952046"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423178-952046"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:59:38.564191"], ["updated_at", "2020-12-31 13:59:38.564191"]] TRANSACTION (4.1ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423178-216475"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423178-216475"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:59:38.570988"], ["updated_at", "2020-12-31 13:59:38.570988"]] TRANSACTION (5.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423178-216475"], ["id", 380], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "controller_path" = ?, "action_name" = ?, "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["controller_path", "intro/admin/tours"], ["action_name", "index"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: index\n:query:\n:strict: false\n:simple: \"/intro/admin/tours\"\n"], ["updated_at", "2020-12-31 13:59:38.579381"], ["id", 380]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423178-720548"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423178-720548"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:59:38.586765"], ["updated_at", "2020-12-31 13:59:38.586765"]] TRANSACTION (7.2ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423178-230918"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423178-230918"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:59:38.596616"], ["updated_at", "2020-12-31 13:59:38.596616"]] TRANSACTION (5.5ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423178-258047"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423178-258047"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 13:59:38.605034"], ["updated_at", "2020-12-31 13:59:38.605034"]] TRANSACTION (3.8ms) commit transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.8ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by Intro::Admin::ImagesController#create as JSON Filter chain halted as :authenticate rendered or redirected Completed 401 Unauthorized in 11ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 7295) Processing by Intro::Admin::ImagesController#create as JSON Filter chain halted as :require_image rendered or redirected Completed 400 Bad Request in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::SessionsController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.4ms | Allocations: 273) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.6ms | Allocations: 370) Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms | Allocations: 3048) Processing by Intro::Admin::SessionsController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.2ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 156) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms | Allocations: 556) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"NQlPV8Q"} Redirected to http://test.host/intro/admin/tours Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 192) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"test_user"} Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 60) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 153) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms | Allocations: 463) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"NQlPV8Q"} Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 57) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 148) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms | Allocations: 422) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"root"} Redirected to http://test.host/intro/admin/tours Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 159) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"test"} Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 60) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 153) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms | Allocations: 442) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"NQlPV8Q"} Redirected to http://test.host/intro/admin/tours Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 156) Processing by Intro::Admin::SessionsController#sign_out as HTML Redirected to http://test.host/intro/admin/sessions/new Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 147) Processing by Intro::Admin::ToursController#index as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 255) Processing by Intro::Admin::ToursController#new as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#create as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#route as JSON Filter chain halted as :authenticate rendered or redirected Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 157) Processing by Intro::Admin::ToursController#attempt as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#show as HTML Parameters: {"id"=>"0"} Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#edit as HTML Parameters: {"id"=>"0"} Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#update as HTML Parameters: {"id"=>"0"} Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#destroy as HTML Parameters: {"id"=>"0"} Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#publish as HTML Parameters: {"id"=>"0"} Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#index as HTML Redirected to http://test.host/login Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 128) Processing by Intro::Admin::ToursController#index as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 63) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 156) Completed 200 OK in 3ms (Views: 1.2ms | ActiveRecord: 0.3ms | Allocations: 2442) Processing by Intro::Admin::ToursController#index as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application (Duration: 0.2ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms | Allocations: 591) Processing by Intro::Admin::ToursController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 63) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 156) Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.3ms | Allocations: 5609) Processing by Intro::Admin::ToursController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms | Allocations: 481)  (0.1ms) SELECT COUNT(*) FROM "intro_tours" Processing by Intro::Admin::ToursController#create as HTML Parameters: {"tour"=>{"ident"=>"kwzalfepgrdjmtiybonuxhsvqc"}} TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "kwzalfepgrdjmtiybonuxhsvqc"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "kwzalfepgrdjmtiybonuxhsvqc"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:01:53.976337"], ["updated_at", "2020-12-31 14:01:53.976337"]] TRANSACTION (5.2ms) commit transaction Redirected to http://test.host/intro/admin/tours/384 Completed 302 Found in 9ms (ActiveRecord: 5.6ms | Allocations: 1370)  (0.1ms) SELECT COUNT(*) FROM "intro_tours"  (0.1ms) SELECT COUNT(*) FROM "intro_tours" Processing by Intro::Admin::ToursController#create as HTML TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" IS NULL LIMIT ? [["LIMIT", 1]] TRANSACTION (0.0ms) rollback transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application (Duration: 0.2ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.4ms | Allocations: 154) Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.2ms | Allocations: 870)  (0.1ms) SELECT COUNT(*) FROM "intro_tours" Processing by Intro::Admin::ToursController#route as JSON Parameters: {"path"=>"/intro/admin/tours?xyz=1"} Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 3250) Processing by Intro::Admin::ToursController#attempt as JSON Parameters: {"tour"=>{"options"=>{"content"=>"content", "title"=>"title"}}} Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 453) Processing by Intro::Admin::ToursController#attempt as JSON Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 227) Processing by Intro::Admin::ToursController#show as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms | Allocations: 449) Processing by Intro::Admin::ToursController#show as JSON Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Filter chain halted as :require_tour rendered or redirected Completed 404 Not Found in 0ms (ActiveRecord: 0.1ms | Allocations: 205) Processing by Intro::Admin::ToursController#edit as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms | Allocations: 268) Processing by Intro::Admin::ToursController#update as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms | Allocations: 268) Processing by Intro::Admin::ToursController#destroy as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms | Allocations: 268) Processing by Intro::Admin::ToursController#publish as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms | Allocations: 268) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423314-463971"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423314-463971"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:01:54.008792"], ["updated_at", "2020-12-31 14:01:54.008792"]] TRANSACTION (5.3ms) commit transaction Processing by Intro::Admin::ToursController#show as HTML Parameters: {"id"=>"385"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 385], ["LIMIT", 1]] Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.2ms | Allocations: 63) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 156) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.1ms | Allocations: 759) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423314-935671"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423314-935671"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:01:54.019705"], ["updated_at", "2020-12-31 14:01:54.019705"]] TRANSACTION (3.5ms) commit transaction Processing by Intro::Admin::ToursController#show as HTML Parameters: {"id"=>"386"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 386], ["LIMIT", 1]] Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms | Allocations: 529) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423314-659128"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423314-659128"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:01:54.028307"], ["updated_at", "2020-12-31 14:01:54.028307"]] TRANSACTION (3.4ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"ident"=>"new-tour-1609423314-659128"}, "id"=>"387"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 387], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "new-tour-1609423314-659128"], ["id", 387], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "ident" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["ident", "new-tour-1609423314-659128"], ["updated_at", "2020-12-31 14:01:54.035451"], ["id", 387]] TRANSACTION (5.6ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 9ms (Views: 0.8ms | ActiveRecord: 5.9ms | Allocations: 1475) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423314-460982"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423314-460982"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:01:54.045012"], ["updated_at", "2020-12-31 14:01:54.045012"]] TRANSACTION (3.5ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"ident"=>"new-tour-1609423314-460982"}, "id"=>"388"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 388], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "new-tour-1609423314-460982"], ["id", 388], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "ident" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["ident", "new-tour-1609423314-460982"], ["updated_at", "2020-12-31 14:01:54.052296"], ["id", 388]] TRANSACTION (3.7ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 4.1ms | Allocations: 1401) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423314-805236"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423314-805236"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:01:54.059723"], ["updated_at", "2020-12-31 14:01:54.059723"]] TRANSACTION (5.3ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"controller_path"=>"new-"}, "id"=>"389"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 389], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423314-805236"], ["id", 389], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "controller_path" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["controller_path", "new-"], ["updated_at", "2020-12-31 14:01:54.068398"], ["id", 389]] TRANSACTION (3.7ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 4.1ms | Allocations: 1403) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423314-159620"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423314-159620"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:01:54.076028"], ["updated_at", "2020-12-31 14:01:54.076028"]] TRANSACTION (3.5ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"action_name"=>"new-"}, "id"=>"390"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 390], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423314-159620"], ["id", 390], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "action_name" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["action_name", "new-"], ["updated_at", "2020-12-31 14:01:54.083152"], ["id", 390]] TRANSACTION (5.4ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 9ms (Views: 0.7ms | ActiveRecord: 5.8ms | Allocations: 1404) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423314-689704"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423314-689704"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:01:54.092411"], ["updated_at", "2020-12-31 14:01:54.092411"]] TRANSACTION (3.8ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"options"=>{"title"=>"title"}}, "id"=>"391"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 391], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423314-689704"], ["id", 391], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "options" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["options", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ntitle: title\n"], ["updated_at", "2020-12-31 14:01:54.099814"], ["id", 391]] TRANSACTION (5.2ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.2ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.4ms | Allocations: 154) Completed 200 OK in 9ms (Views: 1.1ms | ActiveRecord: 5.6ms | Allocations: 1726) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423314-824630"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423314-824630"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:01:54.110190"], ["updated_at", "2020-12-31 14:01:54.110190"]] TRANSACTION (5.5ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"route"=>{"simple"=>"/"}}, "id"=>"392"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 392], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423314-824630"], ["id", 392], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nsource:\nquery:\nsimple: \"/\"\nstrict: false\n"], ["updated_at", "2020-12-31 14:01:54.121114"], ["id", 392]] TRANSACTION (4.1ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 9ms (Views: 0.7ms | ActiveRecord: 4.6ms | Allocations: 2670) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423314-586231"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423314-586231"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:01:54.129595"], ["updated_at", "2020-12-31 14:01:54.129595"]] TRANSACTION (5.7ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"expired_at"=>"2021-01-01"}, "id"=>"393"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 393], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423314-586231"], ["id", 393], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "expired_at" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["expired_at", "2021-01-01 00:00:00"], ["updated_at", "2020-12-31 14:01:54.139189"], ["id", 393]] TRANSACTION (5.3ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 9ms (Views: 0.8ms | ActiveRecord: 5.6ms | Allocations: 1516) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423314-250948"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423314-250948"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:01:54.148388"], ["updated_at", "2020-12-31 14:01:54.148388"]] TRANSACTION (3.9ms) commit transaction Processing by Intro::Admin::ToursController#destroy as HTML Parameters: {"id"=>"394"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 394], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 394]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 394]] TRANSACTION (5.4ms) commit transaction Redirected to http://test.host/intro/admin/tours Completed 302 Found in 14ms (ActiveRecord: 6.0ms | Allocations: 4676) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423314-492036"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423314-492036"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:01:54.170308"], ["updated_at", "2020-12-31 14:01:54.170308"]] TRANSACTION (3.7ms) commit transaction Processing by Intro::Admin::ToursController#publish as HTML Parameters: {"published"=>"true", "id"=>"395"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 395], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423314-492036"], ["id", 395], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "published" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["published", 1], ["updated_at", "2020-12-31 14:01:54.177569"], ["id", 395]] TRANSACTION (3.9ms) commit transaction Redirected to Redirected to http://test.host/intro/admin/tours Completed 302 Found in 10ms (ActiveRecord: 4.2ms | Allocations: 2549) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423314-216374"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423314-216374"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:01:54.187652"], ["updated_at", "2020-12-31 14:01:54.187652"]] TRANSACTION (6.0ms) commit transaction Processing by Intro::Admin::ToursController#publish as HTML Parameters: {"published"=>"false", "id"=>"396"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 396], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423314-216374"], ["id", 396], ["LIMIT", 1]] TRANSACTION (0.0ms) commit transaction Redirected to Redirected to http://test.host/intro/admin/tours Completed 302 Found in 5ms (ActiveRecord: 0.3ms | Allocations: 2365) Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 367]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 367]] TRANSACTION (4.2ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 368]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 368]] TRANSACTION (3.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 369]] Intro::TourHistory Destroy (0.1ms) DELETE FROM "intro_tour_histories" WHERE "intro_tour_histories"."id" = ? [["id", 27]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 369]] TRANSACTION (5.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 370]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 370]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 371]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 371]] TRANSACTION (3.3ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 372]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 372]] TRANSACTION (4.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 373]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 373]] TRANSACTION (5.2ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 374]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 374]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 375]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 375]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 376]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 376]] TRANSACTION (6.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 377]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 377]] TRANSACTION (3.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 378]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 378]] TRANSACTION (7.1ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 379]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 379]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 380]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 380]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 381]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 381]] TRANSACTION (5.3ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 382]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 382]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 383]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 383]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 384]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 384]] TRANSACTION (5.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 385]] Intro::Tour Destroy (0.3ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 385]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 386]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 386]] TRANSACTION (3.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 387]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 387]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 388]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 388]] TRANSACTION (6.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 389]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 389]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 390]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 390]] TRANSACTION (5.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 391]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 391]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 392]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 392]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 393]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 393]] TRANSACTION (4.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 395]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 395]] TRANSACTION (5.3ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 396]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 396]] TRANSACTION (3.6ms) commit transaction Processing by Intro::ToursController#index as JSON Parameters: {"action_name"=>"x", "controller_path"=>"x"} Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 195) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" Processing by Intro::ToursController#index as JSON Parameters: {"action_name"=>"x", "controller_path"=>"x"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "x"], ["action_name", "x"], ["published", 1]] Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms | Allocations: 541) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423314-041982"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423314-041982"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:01:54.381018"], ["updated_at", "2020-12-31 14:01:54.381018"]] TRANSACTION (3.8ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} Intro::Tour Load (0.3ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.3ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" IS NULL AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["tour_id", 397]] Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.6ms | Allocations: 633) Intro::Tour Load (0.4ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 397]] Intro::Tour Destroy (0.5ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 397]] TRANSACTION (6.4ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423314-856940"], ["LIMIT", 1]] Intro::Tour Create (0.4ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423314-856940"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:01:54.411788"], ["updated_at", "2020-12-31 14:01:54.411788"]] TRANSACTION (5.8ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423314-856940"], ["id", 398], ["LIMIT", 1]] Intro::Tour Update (0.3ms) UPDATE "intro_tours" SET "options" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["options", "---\nnot_sign_visible: true\n"], ["updated_at", "2020-12-31 14:01:54.422476"], ["id", 398]] TRANSACTION (7.7ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.3ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" IS NULL AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["tour_id", 398]] Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.5ms | Allocations: 843) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 398]] Intro::Tour Destroy (0.3ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 398]] TRANSACTION (5.7ms) commit transaction Processing by Intro::ToursController#index as JSON Parameters: {"action_name"=>"x", "controller_path"=>"x"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "x"], ["action_name", "x"], ["published", 1]] Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.6ms | Allocations: 2395) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423314-245918"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609423314-245918"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:01:54.458180"], ["updated_at", "2020-12-31 14:01:54.458180"]] TRANSACTION (3.5ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.2ms | Allocations: 668) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 399]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 399]] TRANSACTION (5.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423314-216953"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423314-216953"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:01:54.474979"], ["updated_at", "2020-12-31 14:01:54.474979"]] TRANSACTION (3.6ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 400]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 964) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 400]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 400]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423314-613504"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423314-613504"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:01:54.490451"], ["updated_at", "2020-12-31 14:01:54.490451"]] TRANSACTION (5.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423314-613504"], ["id", 401], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "expired_at" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["expired_at", "2020-12-30 14:01:54.497548"], ["updated_at", "2020-12-31 14:01:54.498798"], ["id", 401]] TRANSACTION (3.7ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 401]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.2ms | Allocations: 807) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 401]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 401]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423314-643927"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423314-643927"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:01:54.513309"], ["updated_at", "2020-12-31 14:01:54.513309"]] TRANSACTION (7.2ms) commit transaction User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Intro::TourHistory Create (0.2ms) INSERT INTO "intro_tour_histories" ("tour_id", "user_id", "touch_count", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["tour_id", 402], ["user_id", 1], ["touch_count", 1], ["created_at", "2020-12-31 14:01:54.524219"], ["updated_at", "2020-12-31 14:01:54.524219"]] TRANSACTION (3.9ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 402]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.2ms | Allocations: 791) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 402]] Intro::TourHistory Destroy (0.1ms) DELETE FROM "intro_tour_histories" WHERE "intro_tour_histories"."id" = ? [["id", 28]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 402]] TRANSACTION (5.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423314-751638"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423314-751638"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:01:54.541801"], ["updated_at", "2020-12-31 14:01:54.541801"]] TRANSACTION (3.4ms) commit transaction User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Intro::TourHistory Create (0.1ms) INSERT INTO "intro_tour_histories" ("tour_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["tour_id", 403], ["user_id", 1], ["created_at", "2020-12-31 14:01:54.547860"], ["updated_at", "2020-12-31 14:01:54.547860"]] TRANSACTION (3.9ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 403]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.3ms | Allocations: 964) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 403]] Intro::TourHistory Destroy (0.2ms) DELETE FROM "intro_tour_histories" WHERE "intro_tour_histories"."id" = ? [["id", 29]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 403]] TRANSACTION (5.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423314-769185"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423314-769185"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:01:54.565556"], ["updated_at", "2020-12-31 14:01:54.565556"]] TRANSACTION (3.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423314-769185"], ["id", 404], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query:\n:simple: \"/intro/admin/tours/new\"\n:strict: true\n"], ["updated_at", "2020-12-31 14:01:54.571793"], ["id", 404]] TRANSACTION (3.6ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/new"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]] User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 404]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 1272) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 404]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 404]] TRANSACTION (4.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423314-975863"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423314-975863"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:01:54.587025"], ["updated_at", "2020-12-31 14:01:54.587025"]] TRANSACTION (5.1ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423314-975863"], ["id", 405], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query:\n:simple: \"/intro/admin/tours/new\"\n:strict: true\n"], ["updated_at", "2020-12-31 14:01:54.594813"], ["id", 405]] TRANSACTION (3.7ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/new2"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]] User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.2ms | Allocations: 1027) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 405]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 405]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423314-785926"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423314-785926"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:01:54.609884"], ["updated_at", "2020-12-31 14:01:54.609884"]] TRANSACTION (6.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423314-785926"], ["id", 406], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "action_name" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["action_name", "edit"], ["updated_at", "2020-12-31 14:01:54.618994"], ["id", 406]] TRANSACTION (3.8ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"edit", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/13/edit"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "edit"], ["published", 1]] User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 406]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.3ms | Allocations: 1230) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 406]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 406]] TRANSACTION (5.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423314-479610"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423314-479610"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:01:54.636374"], ["updated_at", "2020-12-31 14:01:54.636374"]] TRANSACTION (3.5ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423314-479610"], ["id", 407], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "action_name" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["action_name", "edit"], ["updated_at", "2020-12-31 14:01:54.642665"], ["id", 407]] TRANSACTION (5.5ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"edit", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/13"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "edit"], ["published", 1]] User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.2ms | Allocations: 952) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 407]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 407]] TRANSACTION (5.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423314-801769"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423314-801769"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:01:54.662028"], ["updated_at", "2020-12-31 14:01:54.662028"]] TRANSACTION (3.5ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/new?xyz=1"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]] User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 408]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 1220) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 408]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 408]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423314-794682"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423314-794682"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:01:54.677477"], ["updated_at", "2020-12-31 14:01:54.677477"]] TRANSACTION (5.5ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 409]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.3ms | Allocations: 964) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 409]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 409]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423314-534162"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423314-534162"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:01:54.694829"], ["updated_at", "2020-12-31 14:01:54.694829"]] TRANSACTION (3.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423314-534162"], ["id", 410], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "options" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["options", "---\nnot_sign_visible: true\n"], ["updated_at", "2020-12-31 14:01:54.700397"], ["id", 410]] TRANSACTION (3.6ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 410]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 1013) Processing by Intro::ToursController#record as HTML Parameters: {"id"=>"0"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Filter chain halted as :require_tour rendered or redirected Completed 404 Not Found in 1ms (Views: 0.1ms | ActiveRecord: 0.2ms | Allocations: 397) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423314-907531"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423314-907531"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:01:54.713208"], ["updated_at", "2020-12-31 14:01:54.713208"]] TRANSACTION (7.2ms) commit transaction Intro::TourHistory Exists? (0.1ms) SELECT 1 AS one FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? LIMIT ? [["tour_id", 411], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 411]] Processing by Intro::ToursController#record as HTML Parameters: {"id"=>"411"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 411], ["LIMIT", 1]] Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? ORDER BY "intro_tour_histories"."id" ASC LIMIT ? [["user_id", 1], ["tour_id", 411], ["LIMIT", 1]] Intro::TourHistory Update All (0.1ms) UPDATE "intro_tour_histories" SET "touch_count" = COALESCE("touch_count", 0) + ? WHERE "intro_tour_histories"."id" IS NULL [["touch_count", 1]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.4ms | Allocations: 951)  (0.1ms) SELECT COUNT(*) FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 411]] TRANSACTION (0.1ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-12-31 14:01:54.774929"], ["updated_at", "2020-12-31 14:01:54.774929"]] TRANSACTION (4.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423314-405792"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423314-405792"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:01:54.781022"], ["updated_at", "2020-12-31 14:01:54.781022"]] TRANSACTION (5.2ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Create (0.2ms) INSERT INTO "intro_tour_histories" ("tour_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["tour_id", 412], ["user_id", 11], ["created_at", "2020-12-31 14:01:54.787645"], ["updated_at", "2020-12-31 14:01:54.787645"]] TRANSACTION (3.8ms) commit transaction Intro::TourHistory Update All (3.7ms) UPDATE "intro_tour_histories" SET "touch_count" = COALESCE("touch_count", 0) + ? WHERE "intro_tour_histories"."id" = ? [["touch_count", 1], ["id", 30]] Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", ""], ["LIMIT", 1]] Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" IS NULL LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" ORDER BY "intro_tours"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423314-534162"], ["LIMIT", 1]] Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "TOUR-1609423314-534162"], ["LIMIT", 1]] Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" IS NULL LIMIT ? [["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423314-142695"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423314-142695"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:01:54.807098"], ["updated_at", "2020-12-31 14:01:54.807098"]] TRANSACTION (5.3ms) commit transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423314-142695"], ["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423314-035687"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423314-035687"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:01:54.823049"], ["updated_at", "2020-12-31 14:01:54.823049"]] TRANSACTION (6.0ms) commit transaction Intro::Tour Exists? (0.4ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423314-035687"], ["id", 414], ["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.3ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423314-271658"], ["LIMIT", 1]] Intro::Tour Create (0.5ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609423314-271658"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=test\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 14:01:54.838055"], ["updated_at", "2020-12-31 14:01:54.838055"]] TRANSACTION (5.8ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423314-246135"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423314-246135"], ["route", "---\n:source:\n:query:\n:simple: \"/intro/admin/test\"\n:strict: false\n"], ["created_at", "2020-12-31 14:01:54.849916"], ["updated_at", "2020-12-31 14:01:54.849916"]] TRANSACTION (5.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423314-641873"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423314-641873"], ["route", "---\n:strict: true\n"], ["created_at", "2020-12-31 14:01:54.858611"], ["updated_at", "2020-12-31 14:01:54.858611"]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423314-641873"], ["id", 417], ["LIMIT", 1]] TRANSACTION (0.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423314-641873"], ["id", 417], ["LIMIT", 1]] TRANSACTION (0.0ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423314-963841"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609423314-963841"], ["controller_path", "tours"], ["action_name", "new"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=test\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 14:01:54.869128"], ["updated_at", "2020-12-31 14:01:54.869128"]] TRANSACTION (3.5ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423314-547263"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609423314-547263"], ["controller_path", "intro/admin/tours"], ["action_name", "create"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=test\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 14:01:54.876448"], ["updated_at", "2020-12-31 14:01:54.876448"]] TRANSACTION (6.8ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423314-063281"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609423314-063281"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=demo\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 14:01:54.887133"], ["updated_at", "2020-12-31 14:01:54.887133"]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423314-024796"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423314-024796"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:01:54.899094"], ["updated_at", "2020-12-31 14:01:54.899094"]] TRANSACTION (3.5ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423314-749158"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423314-749158"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:01:54.906338"], ["updated_at", "2020-12-31 14:01:54.906338"]] TRANSACTION (6.9ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423314-145938"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423314-145938"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:01:54.916348"], ["updated_at", "2020-12-31 14:01:54.916348"]] TRANSACTION (5.1ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423314-145938"], ["id", 423], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "controller_path" = ?, "action_name" = ?, "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["controller_path", "intro/admin/tours"], ["action_name", "index"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: index\n:query:\n:strict: false\n:simple: \"/intro/admin/tours\"\n"], ["updated_at", "2020-12-31 14:01:54.924436"], ["id", 423]] TRANSACTION (5.6ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423314-861352"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423314-861352"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:01:54.933396"], ["updated_at", "2020-12-31 14:01:54.933396"]] TRANSACTION (5.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423314-029354"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423314-029354"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:01:54.940942"], ["updated_at", "2020-12-31 14:01:54.940942"]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423314-459261"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423314-459261"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:01:54.947355"], ["updated_at", "2020-12-31 14:01:54.947355"]] TRANSACTION (5.3ms) commit transaction  (0.8ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by Intro::Admin::ImagesController#create as JSON Filter chain halted as :authenticate rendered or redirected Completed 401 Unauthorized in 10ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 7295) Processing by Intro::Admin::ImagesController#create as JSON Filter chain halted as :require_image rendered or redirected Completed 400 Bad Request in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ImagesController#create as JSON Parameters: {"image"=>#, @original_filename="ruby.png", @content_type="image/png", @headers="Content-Disposition: form-data; name=\"image\"; filename=\"ruby.png\"\r\nContent-Type: image/png\r\nContent-Length: 5705\r\n">} Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 965) Processing by Intro::Admin::SessionsController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.5ms | Allocations: 274) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.7ms | Allocations: 372) Completed 200 OK in 5ms (Views: 3.5ms | ActiveRecord: 0.0ms | Allocations: 3108) Processing by Intro::Admin::SessionsController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 60) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 153) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms | Allocations: 470) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"NQlPV8Q"} Redirected to http://test.host/intro/admin/tours Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 179) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"test_user"} Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 60) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 153) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms | Allocations: 463) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"NQlPV8Q"} Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 57) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 148) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms | Allocations: 422) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"root"} Redirected to http://test.host/intro/admin/tours Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 159) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"test"} Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.2ms | Allocations: 60) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.4ms | Allocations: 153) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms | Allocations: 442) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"NQlPV8Q"} Redirected to http://test.host/intro/admin/tours Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 156) Processing by Intro::Admin::SessionsController#sign_out as HTML Redirected to http://test.host/intro/admin/sessions/new Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 147) Processing by Intro::Admin::ToursController#index as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 255) Processing by Intro::Admin::ToursController#new as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#create as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#route as JSON Filter chain halted as :authenticate rendered or redirected Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 157) Processing by Intro::Admin::ToursController#attempt as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#show as HTML Parameters: {"id"=>"0"} Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#edit as HTML Parameters: {"id"=>"0"} Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#update as HTML Parameters: {"id"=>"0"} Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#destroy as HTML Parameters: {"id"=>"0"} Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#publish as HTML Parameters: {"id"=>"0"} Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#index as HTML Redirected to http://test.host/login Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 128) Processing by Intro::Admin::ToursController#index as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application (Duration: 0.2ms | Allocations: 63) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.5ms | Allocations: 156) Completed 200 OK in 17ms (Views: 1.7ms | ActiveRecord: 0.3ms | Allocations: 2436) Processing by Intro::Admin::ToursController#index as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application (Duration: 0.2ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.4ms | Allocations: 154) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms | Allocations: 588) Processing by Intro::Admin::ToursController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application (Duration: 0.2ms | Allocations: 63) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.4ms | Allocations: 156) Completed 200 OK in 7ms (Views: 0.9ms | ActiveRecord: 0.3ms | Allocations: 5608) Processing by Intro::Admin::ToursController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application (Duration: 0.2ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.4ms | Allocations: 154) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms | Allocations: 481)  (0.1ms) SELECT COUNT(*) FROM "intro_tours" Processing by Intro::Admin::ToursController#create as HTML Parameters: {"tour"=>{"ident"=>"ofrzjqutbcxnewakdyhsmgipvl"}} TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "ofrzjqutbcxnewakdyhsmgipvl"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "ofrzjqutbcxnewakdyhsmgipvl"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:02:21.839967"], ["updated_at", "2020-12-31 14:02:21.839967"]] TRANSACTION (6.2ms) commit transaction Redirected to http://test.host/intro/admin/tours/427 Completed 302 Found in 10ms (ActiveRecord: 6.7ms | Allocations: 1370)  (0.1ms) SELECT COUNT(*) FROM "intro_tours"  (0.1ms) SELECT COUNT(*) FROM "intro_tours" Processing by Intro::Admin::ToursController#create as HTML TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" IS NULL LIMIT ? [["LIMIT", 1]] TRANSACTION (0.0ms) rollback transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.2ms | Allocations: 870)  (0.1ms) SELECT COUNT(*) FROM "intro_tours" Processing by Intro::Admin::ToursController#route as JSON Parameters: {"path"=>"/intro/admin/tours?xyz=1"} Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 3250) Processing by Intro::Admin::ToursController#attempt as JSON Parameters: {"tour"=>{"options"=>{"content"=>"content", "title"=>"title"}}} Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 453) Processing by Intro::Admin::ToursController#attempt as JSON Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 227) Processing by Intro::Admin::ToursController#show as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.2ms | Allocations: 449) Processing by Intro::Admin::ToursController#show as JSON Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Filter chain halted as :require_tour rendered or redirected Completed 404 Not Found in 0ms (ActiveRecord: 0.1ms | Allocations: 205) Processing by Intro::Admin::ToursController#edit as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms | Allocations: 268) Processing by Intro::Admin::ToursController#update as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms | Allocations: 268) Processing by Intro::Admin::ToursController#destroy as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms | Allocations: 268) Processing by Intro::Admin::ToursController#publish as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms | Allocations: 268) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423341-659847"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423341-659847"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:02:21.874506"], ["updated_at", "2020-12-31 14:02:21.874506"]] TRANSACTION (5.6ms) commit transaction Processing by Intro::Admin::ToursController#show as HTML Parameters: {"id"=>"428"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 428], ["LIMIT", 1]] Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.2ms | Allocations: 63) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.4ms | Allocations: 156) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.1ms | Allocations: 759) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423341-950643"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423341-950643"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:02:21.886006"], ["updated_at", "2020-12-31 14:02:21.886006"]] TRANSACTION (5.5ms) commit transaction Processing by Intro::Admin::ToursController#show as HTML Parameters: {"id"=>"429"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 429], ["LIMIT", 1]] Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.2ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms | Allocations: 529) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423341-854263"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423341-854263"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:02:21.896869"], ["updated_at", "2020-12-31 14:02:21.896869"]] TRANSACTION (5.6ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"ident"=>"new-tour-1609423341-854263"}, "id"=>"430"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 430], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "new-tour-1609423341-854263"], ["id", 430], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "ident" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["ident", "new-tour-1609423341-854263"], ["updated_at", "2020-12-31 14:02:21.906456"], ["id", 430]] TRANSACTION (5.6ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.2ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 9ms (Views: 0.8ms | ActiveRecord: 6.1ms | Allocations: 1475) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423341-670293"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423341-670293"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:02:21.916111"], ["updated_at", "2020-12-31 14:02:21.916111"]] TRANSACTION (6.8ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"ident"=>"new-tour-1609423341-670293"}, "id"=>"431"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 431], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "new-tour-1609423341-670293"], ["id", 431], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "ident" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["ident", "new-tour-1609423341-670293"], ["updated_at", "2020-12-31 14:02:21.926925"], ["id", 431]] TRANSACTION (5.5ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.2ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.4ms | Allocations: 154) Completed 200 OK in 9ms (Views: 0.8ms | ActiveRecord: 5.9ms | Allocations: 1401) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423341-230814"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423341-230814"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:02:21.936623"], ["updated_at", "2020-12-31 14:02:21.936623"]] TRANSACTION (5.8ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"controller_path"=>"new-"}, "id"=>"432"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 432], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423341-230814"], ["id", 432], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "controller_path" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["controller_path", "new-"], ["updated_at", "2020-12-31 14:02:21.946111"], ["id", 432]] TRANSACTION (5.8ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.2ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 9ms (Views: 0.8ms | ActiveRecord: 6.2ms | Allocations: 1403) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423341-705298"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423341-705298"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:02:21.956146"], ["updated_at", "2020-12-31 14:02:21.956146"]] TRANSACTION (3.7ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"action_name"=>"new-"}, "id"=>"433"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 433], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423341-705298"], ["id", 433], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "action_name" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["action_name", "new-"], ["updated_at", "2020-12-31 14:02:21.963363"], ["id", 433]] TRANSACTION (3.6ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 3.9ms | Allocations: 1404) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423341-241709"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423341-241709"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:02:21.970854"], ["updated_at", "2020-12-31 14:02:21.970854"]] TRANSACTION (5.3ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"options"=>{"title"=>"title"}}, "id"=>"434"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 434], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423341-241709"], ["id", 434], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "options" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["options", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ntitle: title\n"], ["updated_at", "2020-12-31 14:02:21.980105"], ["id", 434]] TRANSACTION (3.6ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 8ms (Views: 0.8ms | ActiveRecord: 4.0ms | Allocations: 1726) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423341-572369"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423341-572369"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:02:21.987980"], ["updated_at", "2020-12-31 14:02:21.987980"]] TRANSACTION (3.5ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"route"=>{"simple"=>"/"}}, "id"=>"435"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 435], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423341-572369"], ["id", 435], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nsource:\nquery:\nsimple: \"/\"\nstrict: false\n"], ["updated_at", "2020-12-31 14:02:21.995943"], ["id", 435]] TRANSACTION (5.4ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 10ms (Views: 0.7ms | ActiveRecord: 5.8ms | Allocations: 2670) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423342-318654"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423342-318654"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:02:22.005601"], ["updated_at", "2020-12-31 14:02:22.005601"]] TRANSACTION (3.5ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"expired_at"=>"2021-01-01"}, "id"=>"436"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 436], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423342-318654"], ["id", 436], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "expired_at" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["expired_at", "2021-01-01 00:00:00"], ["updated_at", "2020-12-31 14:02:22.013158"], ["id", 436]] TRANSACTION (4.1ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.5ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 1.3ms | Allocations: 154) Completed 200 OK in 11ms (Views: 2.8ms | ActiveRecord: 4.5ms | Allocations: 1516) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.4ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423342-786512"], ["LIMIT", 1]] Intro::Tour Create (0.6ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423342-786512"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:02:22.028666"], ["updated_at", "2020-12-31 14:02:22.028666"]] TRANSACTION (6.2ms) commit transaction Processing by Intro::Admin::ToursController#destroy as HTML Parameters: {"id"=>"437"} Intro::Tour Load (0.3ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 437], ["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 437]] Intro::Tour Destroy (0.3ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 437]] TRANSACTION (5.6ms) commit transaction Redirected to http://test.host/intro/admin/tours Completed 302 Found in 33ms (ActiveRecord: 7.0ms | Allocations: 4676) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423342-729651"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423342-729651"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:02:22.077339"], ["updated_at", "2020-12-31 14:02:22.077339"]] TRANSACTION (4.1ms) commit transaction Processing by Intro::Admin::ToursController#publish as HTML Parameters: {"published"=>"true", "id"=>"438"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 438], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423342-729651"], ["id", 438], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "published" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["published", 1], ["updated_at", "2020-12-31 14:02:22.085620"], ["id", 438]] TRANSACTION (5.2ms) commit transaction Redirected to Redirected to http://test.host/intro/admin/tours Completed 302 Found in 12ms (ActiveRecord: 5.6ms | Allocations: 2549) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423342-607159"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423342-607159"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:02:22.098138"], ["updated_at", "2020-12-31 14:02:22.098138"]] TRANSACTION (4.1ms) commit transaction Processing by Intro::Admin::ToursController#publish as HTML Parameters: {"published"=>"false", "id"=>"439"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 439], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423342-607159"], ["id", 439], ["LIMIT", 1]] TRANSACTION (0.1ms) commit transaction Redirected to Redirected to http://test.host/intro/admin/tours Completed 302 Found in 7ms (ActiveRecord: 0.3ms | Allocations: 2365) Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 410]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 410]] TRANSACTION (4.1ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 411]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 411]] TRANSACTION (5.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 412]] Intro::TourHistory Destroy (0.2ms) DELETE FROM "intro_tour_histories" WHERE "intro_tour_histories"."id" = ? [["id", 30]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 412]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 413]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 413]] TRANSACTION (3.5ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 414]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 414]] TRANSACTION (5.2ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 415]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 415]] TRANSACTION (3.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 416]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 416]] TRANSACTION (6.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 417]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 417]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 418]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 418]] TRANSACTION (4.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 419]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 419]] TRANSACTION (5.1ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 420]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 420]] TRANSACTION (3.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 421]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 421]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 422]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 422]] TRANSACTION (5.4ms) commit transaction TRANSACTION (0.2ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 423]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 423]] TRANSACTION (5.9ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 424]] Intro::Tour Destroy (0.5ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 424]] TRANSACTION (6.3ms) commit transaction TRANSACTION (0.2ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 425]] Intro::Tour Destroy (0.6ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 425]] TRANSACTION (6.6ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 426]] Intro::Tour Destroy (0.5ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 426]] TRANSACTION (6.1ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 427]] Intro::Tour Destroy (0.3ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 427]] TRANSACTION (5.9ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 428]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 428]] TRANSACTION (5.2ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 429]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 429]] TRANSACTION (4.2ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 430]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 430]] TRANSACTION (5.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 431]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 431]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 432]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 432]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 433]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 433]] TRANSACTION (5.1ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 434]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 434]] TRANSACTION (4.5ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 435]] Intro::Tour Destroy (0.5ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 435]] TRANSACTION (6.5ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 436]] Intro::Tour Destroy (0.3ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 436]] TRANSACTION (7.4ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 438]] Intro::Tour Destroy (0.3ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 438]] TRANSACTION (4.1ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 439]] Intro::Tour Destroy (0.3ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 439]] TRANSACTION (5.7ms) commit transaction Processing by Intro::ToursController#index as JSON Parameters: {"action_name"=>"x", "controller_path"=>"x"} Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 195) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" Processing by Intro::ToursController#index as JSON Parameters: {"action_name"=>"x", "controller_path"=>"x"} Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "x"], ["action_name", "x"], ["published", 1]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 541) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423342-870215"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423342-870215"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:02:22.333963"], ["updated_at", "2020-12-31 14:02:22.333963"]] TRANSACTION (3.6ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.2ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" IS NULL AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["tour_id", 440]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.3ms | Allocations: 633) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 440]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 440]] TRANSACTION (4.1ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423342-258349"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423342-258349"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:02:22.351348"], ["updated_at", "2020-12-31 14:02:22.351348"]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423342-258349"], ["id", 441], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "options" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["options", "---\nnot_sign_visible: true\n"], ["updated_at", "2020-12-31 14:02:22.358086"], ["id", 441]] TRANSACTION (5.3ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" IS NULL AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["tour_id", 441]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 843) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 441]] Intro::Tour Destroy (0.3ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 441]] TRANSACTION (3.6ms) commit transaction Processing by Intro::ToursController#index as JSON Parameters: {"action_name"=>"x", "controller_path"=>"x"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "x"], ["action_name", "x"], ["published", 1]] Completed 200 OK in 5ms (Views: 0.1ms | ActiveRecord: 0.7ms | Allocations: 2395) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423342-428103"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609423342-428103"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:02:22.384401"], ["updated_at", "2020-12-31 14:02:22.384401"]] TRANSACTION (3.6ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 668) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 442]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 442]] TRANSACTION (5.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423342-398142"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423342-398142"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:02:22.402728"], ["updated_at", "2020-12-31 14:02:22.402728"]] TRANSACTION (3.9ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 443]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.3ms | Allocations: 964) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 443]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 443]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423342-476503"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423342-476503"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:02:22.420165"], ["updated_at", "2020-12-31 14:02:22.420165"]] TRANSACTION (5.1ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423342-476503"], ["id", 444], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "expired_at" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["expired_at", "2020-12-30 14:02:22.426747"], ["updated_at", "2020-12-31 14:02:22.428559"], ["id", 444]] TRANSACTION (3.7ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 444]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.3ms | Allocations: 807) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 444]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 444]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423342-130748"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423342-130748"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:02:22.444988"], ["updated_at", "2020-12-31 14:02:22.444988"]] TRANSACTION (5.2ms) commit transaction User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Intro::TourHistory Create (0.2ms) INSERT INTO "intro_tour_histories" ("tour_id", "user_id", "touch_count", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["tour_id", 445], ["user_id", 1], ["touch_count", 1], ["created_at", "2020-12-31 14:02:22.454132"], ["updated_at", "2020-12-31 14:02:22.454132"]] TRANSACTION (3.8ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 445]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.3ms | Allocations: 791) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 445]] Intro::TourHistory Destroy (0.2ms) DELETE FROM "intro_tour_histories" WHERE "intro_tour_histories"."id" = ? [["id", 31]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 445]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423342-932480"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423342-932480"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:02:22.471093"], ["updated_at", "2020-12-31 14:02:22.471093"]] TRANSACTION (5.3ms) commit transaction User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Intro::TourHistory Create (0.2ms) INSERT INTO "intro_tour_histories" ("tour_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["tour_id", 446], ["user_id", 1], ["created_at", "2020-12-31 14:02:22.479638"], ["updated_at", "2020-12-31 14:02:22.479638"]] TRANSACTION (3.7ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 446]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.3ms | Allocations: 964) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 446]] Intro::TourHistory Destroy (0.2ms) DELETE FROM "intro_tour_histories" WHERE "intro_tour_histories"."id" = ? [["id", 32]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 446]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423342-740819"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423342-740819"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:02:22.496748"], ["updated_at", "2020-12-31 14:02:22.496748"]] TRANSACTION (5.1ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423342-740819"], ["id", 447], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query:\n:simple: \"/intro/admin/tours/new\"\n:strict: true\n"], ["updated_at", "2020-12-31 14:02:22.505214"], ["id", 447]] TRANSACTION (3.8ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/new"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]] User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 447]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.3ms | Allocations: 1272) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 447]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 447]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423342-584136"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423342-584136"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:02:22.522112"], ["updated_at", "2020-12-31 14:02:22.522112"]] TRANSACTION (5.3ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423342-584136"], ["id", 448], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query:\n:simple: \"/intro/admin/tours/new\"\n:strict: true\n"], ["updated_at", "2020-12-31 14:02:22.530424"], ["id", 448]] TRANSACTION (3.6ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/new2"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]] User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms | Allocations: 1027) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 448]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 448]] TRANSACTION (5.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423342-463095"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423342-463095"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:02:22.547976"], ["updated_at", "2020-12-31 14:02:22.547976"]] TRANSACTION (5.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423342-463095"], ["id", 449], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "action_name" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["action_name", "edit"], ["updated_at", "2020-12-31 14:02:22.555928"], ["id", 449]] TRANSACTION (3.7ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"edit", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/13/edit"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "edit"], ["published", 1]] User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 449]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 1230) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 449]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 449]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423342-416589"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423342-416589"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:02:22.572091"], ["updated_at", "2020-12-31 14:02:22.572091"]] TRANSACTION (5.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423342-416589"], ["id", 450], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "action_name" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["action_name", "edit"], ["updated_at", "2020-12-31 14:02:22.580142"], ["id", 450]] TRANSACTION (5.1ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"edit", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/13"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "edit"], ["published", 1]] User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.1ms | Allocations: 952) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 450]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 450]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423342-471069"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423342-471069"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:02:22.597258"], ["updated_at", "2020-12-31 14:02:22.597258"]] TRANSACTION (5.3ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/new?xyz=1"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]] User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 451]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.3ms | Allocations: 1220) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 451]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 451]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423342-704196"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423342-704196"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:02:22.615987"], ["updated_at", "2020-12-31 14:02:22.615987"]] TRANSACTION (3.3ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 452]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 964) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 452]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 452]] TRANSACTION (5.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423342-716952"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423342-716952"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:02:22.633456"], ["updated_at", "2020-12-31 14:02:22.633456"]] TRANSACTION (5.1ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423342-716952"], ["id", 453], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "options" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["options", "---\nnot_sign_visible: true\n"], ["updated_at", "2020-12-31 14:02:22.640961"], ["id", 453]] TRANSACTION (3.9ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 453]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 1013) Processing by Intro::ToursController#record as HTML Parameters: {"id"=>"0"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Filter chain halted as :require_tour rendered or redirected Completed 404 Not Found in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms | Allocations: 397) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423342-180796"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423342-180796"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:02:22.653203"], ["updated_at", "2020-12-31 14:02:22.653203"]] TRANSACTION (7.3ms) commit transaction Intro::TourHistory Exists? (0.1ms) SELECT 1 AS one FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? LIMIT ? [["tour_id", 454], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 454]] Processing by Intro::ToursController#record as HTML Parameters: {"id"=>"454"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 454], ["LIMIT", 1]] Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? ORDER BY "intro_tour_histories"."id" ASC LIMIT ? [["user_id", 1], ["tour_id", 454], ["LIMIT", 1]] Intro::TourHistory Update All (0.1ms) UPDATE "intro_tour_histories" SET "touch_count" = COALESCE("touch_count", 0) + ? WHERE "intro_tour_histories"."id" IS NULL [["touch_count", 1]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.4ms | Allocations: 951)  (0.1ms) SELECT COUNT(*) FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 454]] TRANSACTION (0.1ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-12-31 14:02:22.715606"], ["updated_at", "2020-12-31 14:02:22.715606"]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423342-890374"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423342-890374"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:02:22.721978"], ["updated_at", "2020-12-31 14:02:22.721978"]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Create (0.2ms) INSERT INTO "intro_tour_histories" ("tour_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["tour_id", 455], ["user_id", 12], ["created_at", "2020-12-31 14:02:22.727734"], ["updated_at", "2020-12-31 14:02:22.727734"]] TRANSACTION (5.2ms) commit transaction Intro::TourHistory Update All (3.8ms) UPDATE "intro_tour_histories" SET "touch_count" = COALESCE("touch_count", 0) + ? WHERE "intro_tour_histories"."id" = ? [["touch_count", 1], ["id", 33]] Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", ""], ["LIMIT", 1]] Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" IS NULL LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" ORDER BY "intro_tours"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423342-716952"], ["LIMIT", 1]] Intro::Tour Exists? (0.3ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "TOUR-1609423342-716952"], ["LIMIT", 1]] Intro::Tour Exists? (0.5ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" IS NULL LIMIT ? [["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423342-417250"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423342-417250"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:02:22.763871"], ["updated_at", "2020-12-31 14:02:22.763871"]] TRANSACTION (3.9ms) commit transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423342-417250"], ["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423342-657018"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423342-657018"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:02:22.771778"], ["updated_at", "2020-12-31 14:02:22.771778"]] TRANSACTION (5.4ms) commit transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423342-657018"], ["id", 457], ["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423342-075283"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609423342-075283"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=test\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 14:02:22.783503"], ["updated_at", "2020-12-31 14:02:22.783503"]] TRANSACTION (4.4ms) commit transaction TRANSACTION (0.2ms) begin transaction Intro::Tour Exists? (0.4ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423342-375846"], ["LIMIT", 1]] Intro::Tour Create (0.6ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423342-375846"], ["route", "---\n:source:\n:query:\n:simple: \"/intro/admin/test\"\n:strict: false\n"], ["created_at", "2020-12-31 14:02:22.797294"], ["updated_at", "2020-12-31 14:02:22.797294"]] TRANSACTION (7.8ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423342-930526"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423342-930526"], ["route", "---\n:strict: true\n"], ["created_at", "2020-12-31 14:02:22.810980"], ["updated_at", "2020-12-31 14:02:22.810980"]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.3ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423342-930526"], ["id", 460], ["LIMIT", 1]] TRANSACTION (0.1ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423342-930526"], ["id", 460], ["LIMIT", 1]] TRANSACTION (0.1ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423342-952608"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609423342-952608"], ["controller_path", "tours"], ["action_name", "new"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=test\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 14:02:22.825829"], ["updated_at", "2020-12-31 14:02:22.825829"]] TRANSACTION (7.6ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423342-348507"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609423342-348507"], ["controller_path", "intro/admin/tours"], ["action_name", "create"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=test\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 14:02:22.838122"], ["updated_at", "2020-12-31 14:02:22.838122"]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423342-786349"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609423342-786349"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=demo\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 14:02:22.845884"], ["updated_at", "2020-12-31 14:02:22.845884"]] TRANSACTION (5.6ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423342-987316"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423342-987316"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:02:22.860912"], ["updated_at", "2020-12-31 14:02:22.860912"]] TRANSACTION (5.6ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.4ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423342-519376"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423342-519376"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:02:22.871821"], ["updated_at", "2020-12-31 14:02:22.871821"]] TRANSACTION (4.1ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423342-598426"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423342-598426"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:02:22.879573"], ["updated_at", "2020-12-31 14:02:22.879573"]] TRANSACTION (3.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423342-598426"], ["id", 466], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "controller_path" = ?, "action_name" = ?, "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["controller_path", "intro/admin/tours"], ["action_name", "index"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: index\n:query:\n:strict: false\n:simple: \"/intro/admin/tours\"\n"], ["updated_at", "2020-12-31 14:02:22.886117"], ["id", 466]] TRANSACTION (5.3ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423342-523084"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423342-523084"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:02:22.895523"], ["updated_at", "2020-12-31 14:02:22.895523"]] TRANSACTION (3.4ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423342-126983"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423342-126983"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:02:22.901904"], ["updated_at", "2020-12-31 14:02:22.901904"]] TRANSACTION (7.4ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423342-498650"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423342-498650"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:02:22.915407"], ["updated_at", "2020-12-31 14:02:22.915407"]] TRANSACTION (5.6ms) commit transaction  (0.8ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by Intro::Admin::ImagesController#create as JSON Filter chain halted as :authenticate rendered or redirected Completed 401 Unauthorized in 10ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 7295) Processing by Intro::Admin::ImagesController#create as JSON Filter chain halted as :require_image rendered or redirected Completed 400 Bad Request in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ImagesController#create as JSON Parameters: {"image"=>#, @original_filename="ruby.png", @content_type="image/png", @headers="Content-Disposition: form-data; name=\"image\"; filename=\"ruby.png\"\r\nContent-Type: image/png\r\nContent-Length: 5705\r\n">} Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 804) Processing by Intro::Admin::SessionsController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.5ms | Allocations: 273) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.7ms | Allocations: 370) Completed 200 OK in 5ms (Views: 3.3ms | ActiveRecord: 0.0ms | Allocations: 3043) Processing by Intro::Admin::SessionsController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 156) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms | Allocations: 556) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"NQlPV8Q"} Redirected to http://test.host/intro/admin/tours Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 192) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"test_user"} Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 60) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 153) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms | Allocations: 463) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"NQlPV8Q"} Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 57) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 148) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms | Allocations: 422) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"root"} Redirected to http://test.host/intro/admin/tours Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 159) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"test"} Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 60) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 153) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms | Allocations: 442) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"NQlPV8Q"} Redirected to http://test.host/intro/admin/tours Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 156) Processing by Intro::Admin::SessionsController#sign_out as HTML Redirected to http://test.host/intro/admin/sessions/new Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 147) Processing by Intro::Admin::ToursController#index as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 255) Processing by Intro::Admin::ToursController#new as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#create as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#route as JSON Filter chain halted as :authenticate rendered or redirected Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 157) Processing by Intro::Admin::ToursController#attempt as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#show as HTML Parameters: {"id"=>"0"} Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#edit as HTML Parameters: {"id"=>"0"} Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#update as HTML Parameters: {"id"=>"0"} Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#destroy as HTML Parameters: {"id"=>"0"} Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#publish as HTML Parameters: {"id"=>"0"} Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#index as HTML Redirected to http://test.host/login Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 128) Processing by Intro::Admin::ToursController#index as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 63) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.4ms | Allocations: 156) Completed 200 OK in 17ms (Views: 1.6ms | ActiveRecord: 0.3ms | Allocations: 2447) Processing by Intro::Admin::ToursController#index as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms | Allocations: 588) Processing by Intro::Admin::ToursController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application (Duration: 0.2ms | Allocations: 63) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 156) Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.3ms | Allocations: 5609) Processing by Intro::Admin::ToursController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.4ms | Allocations: 154) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms | Allocations: 481)  (0.1ms) SELECT COUNT(*) FROM "intro_tours" Processing by Intro::Admin::ToursController#create as HTML Parameters: {"tour"=>{"ident"=>"fikancshdbzpwmlrovujqyxetg"}} TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "fikancshdbzpwmlrovujqyxetg"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "fikancshdbzpwmlrovujqyxetg"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:04:56.852263"], ["updated_at", "2020-12-31 14:04:56.852263"]] TRANSACTION (7.2ms) commit transaction Redirected to http://test.host/intro/admin/tours/470 Completed 302 Found in 11ms (ActiveRecord: 7.6ms | Allocations: 1370)  (0.1ms) SELECT COUNT(*) FROM "intro_tours"  (0.1ms) SELECT COUNT(*) FROM "intro_tours" Processing by Intro::Admin::ToursController#create as HTML TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" IS NULL LIMIT ? [["LIMIT", 1]] TRANSACTION (0.0ms) rollback transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.2ms | Allocations: 869)  (0.1ms) SELECT COUNT(*) FROM "intro_tours" Processing by Intro::Admin::ToursController#route as JSON Parameters: {"path"=>"/intro/admin/tours?xyz=1"} Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 3250) Processing by Intro::Admin::ToursController#attempt as JSON Parameters: {"tour"=>{"options"=>{"content"=>"content", "title"=>"title"}}} Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 453) Processing by Intro::Admin::ToursController#attempt as JSON Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 227) Processing by Intro::Admin::ToursController#show as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.2ms | Allocations: 449) Processing by Intro::Admin::ToursController#show as JSON Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Filter chain halted as :require_tour rendered or redirected Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms | Allocations: 205) Processing by Intro::Admin::ToursController#edit as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms | Allocations: 268) Processing by Intro::Admin::ToursController#update as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms | Allocations: 268) Processing by Intro::Admin::ToursController#destroy as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms | Allocations: 268) Processing by Intro::Admin::ToursController#publish as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms | Allocations: 268) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423496-021645"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423496-021645"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:04:56.889807"], ["updated_at", "2020-12-31 14:04:56.889807"]] TRANSACTION (6.4ms) commit transaction Processing by Intro::Admin::ToursController#show as HTML Parameters: {"id"=>"471"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 471], ["LIMIT", 1]] Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.2ms | Allocations: 63) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.4ms | Allocations: 156) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.1ms | Allocations: 759) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423496-394250"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423496-394250"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:04:56.902817"], ["updated_at", "2020-12-31 14:04:56.902817"]] TRANSACTION (3.5ms) commit transaction Processing by Intro::Admin::ToursController#show as HTML Parameters: {"id"=>"472"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 472], ["LIMIT", 1]] Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms | Allocations: 529) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423496-096581"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423496-096581"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:04:56.911874"], ["updated_at", "2020-12-31 14:04:56.911874"]] TRANSACTION (5.3ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"ident"=>"new-tour-1609423496-096581"}, "id"=>"473"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 473], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "new-tour-1609423496-096581"], ["id", 473], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "ident" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["ident", "new-tour-1609423496-096581"], ["updated_at", "2020-12-31 14:04:56.920802"], ["id", 473]] TRANSACTION (3.7ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 4.0ms | Allocations: 1475) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423496-305894"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423496-305894"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:04:56.928239"], ["updated_at", "2020-12-31 14:04:56.928239"]] TRANSACTION (3.6ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"ident"=>"new-tour-1609423496-305894"}, "id"=>"474"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 474], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "new-tour-1609423496-305894"], ["id", 474], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "ident" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["ident", "new-tour-1609423496-305894"], ["updated_at", "2020-12-31 14:04:56.935261"], ["id", 474]] TRANSACTION (5.4ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.2ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 9ms (Views: 0.8ms | ActiveRecord: 5.8ms | Allocations: 1401) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423496-196483"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423496-196483"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:04:56.944861"], ["updated_at", "2020-12-31 14:04:56.944861"]] TRANSACTION (3.6ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"controller_path"=>"new-"}, "id"=>"475"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 475], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423496-196483"], ["id", 475], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "controller_path" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["controller_path", "new-"], ["updated_at", "2020-12-31 14:04:56.952062"], ["id", 475]] TRANSACTION (3.8ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.2ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 4.2ms | Allocations: 1403) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423496-314289"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423496-314289"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:04:56.959880"], ["updated_at", "2020-12-31 14:04:56.959880"]] TRANSACTION (5.3ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"action_name"=>"new-"}, "id"=>"476"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 476], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423496-314289"], ["id", 476], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "action_name" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["action_name", "new-"], ["updated_at", "2020-12-31 14:04:56.968710"], ["id", 476]] TRANSACTION (4.0ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.2ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 8ms (Views: 0.8ms | ActiveRecord: 4.3ms | Allocations: 1404) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423496-206358"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423496-206358"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:04:56.976915"], ["updated_at", "2020-12-31 14:04:56.976915"]] TRANSACTION (3.5ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"options"=>{"title"=>"title"}}, "id"=>"477"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 477], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423496-206358"], ["id", 477], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "options" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["options", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ntitle: title\n"], ["updated_at", "2020-12-31 14:04:56.984099"], ["id", 477]] TRANSACTION (5.5ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.2ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 9ms (Views: 0.8ms | ActiveRecord: 5.8ms | Allocations: 1726) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423496-796031"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423496-796031"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:04:56.993784"], ["updated_at", "2020-12-31 14:04:56.993784"]] TRANSACTION (3.8ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"route"=>{"simple"=>"/"}}, "id"=>"478"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 478], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423496-796031"], ["id", 478], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nsource:\nquery:\nsimple: \"/\"\nstrict: false\n"], ["updated_at", "2020-12-31 14:04:57.002114"], ["id", 478]] TRANSACTION (3.8ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 9ms (Views: 0.7ms | ActiveRecord: 4.2ms | Allocations: 2670) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423497-506783"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423497-506783"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:04:57.010447"], ["updated_at", "2020-12-31 14:04:57.010447"]] TRANSACTION (5.4ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"expired_at"=>"2021-01-01"}, "id"=>"479"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 479], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423497-506783"], ["id", 479], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "expired_at" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["expired_at", "2021-01-01 00:00:00"], ["updated_at", "2020-12-31 14:04:57.019769"], ["id", 479]] TRANSACTION (3.5ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 3.9ms | Allocations: 1516) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423497-830927"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423497-830927"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:04:57.027349"], ["updated_at", "2020-12-31 14:04:57.027349"]] TRANSACTION (3.5ms) commit transaction Processing by Intro::Admin::ToursController#destroy as HTML Parameters: {"id"=>"480"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 480], ["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 480]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 480]] TRANSACTION (4.1ms) commit transaction Redirected to http://test.host/intro/admin/tours Completed 302 Found in 13ms (ActiveRecord: 4.7ms | Allocations: 4676) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423497-829165"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423497-829165"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:04:57.048038"], ["updated_at", "2020-12-31 14:04:57.048038"]] TRANSACTION (5.2ms) commit transaction Processing by Intro::Admin::ToursController#publish as HTML Parameters: {"published"=>"true", "id"=>"481"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 481], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423497-829165"], ["id", 481], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "published" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["published", 1], ["updated_at", "2020-12-31 14:04:57.056984"], ["id", 481]] TRANSACTION (5.1ms) commit transaction Redirected to Redirected to http://test.host/intro/admin/tours Completed 302 Found in 12ms (ActiveRecord: 5.5ms | Allocations: 2549) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423497-592806"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423497-592806"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:04:57.069187"], ["updated_at", "2020-12-31 14:04:57.069187"]] TRANSACTION (5.6ms) commit transaction Processing by Intro::Admin::ToursController#publish as HTML Parameters: {"published"=>"false", "id"=>"482"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 482], ["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423497-592806"], ["id", 482], ["LIMIT", 1]] TRANSACTION (0.0ms) commit transaction Redirected to Redirected to http://test.host/intro/admin/tours Completed 302 Found in 6ms (ActiveRecord: 0.3ms | Allocations: 2365) Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 453]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 453]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 454]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 454]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 455]] Intro::TourHistory Destroy (0.1ms) DELETE FROM "intro_tour_histories" WHERE "intro_tour_histories"."id" = ? [["id", 33]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 455]] TRANSACTION (7.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 456]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 456]] TRANSACTION (3.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 457]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 457]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 458]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 458]] TRANSACTION (5.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 459]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 459]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 460]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 460]] TRANSACTION (4.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 461]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 461]] TRANSACTION (6.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 462]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 462]] TRANSACTION (3.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 463]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 463]] TRANSACTION (3.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 464]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 464]] TRANSACTION (6.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 465]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 465]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 466]] Intro::Tour Destroy (0.4ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 466]] TRANSACTION (3.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 467]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 467]] TRANSACTION (5.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 468]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 468]] TRANSACTION (3.2ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 469]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 469]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 470]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 470]] TRANSACTION (5.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 471]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 471]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 472]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 472]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 473]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 473]] TRANSACTION (5.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 474]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 474]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 475]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 475]] TRANSACTION (3.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 476]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 476]] TRANSACTION (5.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 477]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 477]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 478]] Intro::Tour Destroy (0.5ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 478]] TRANSACTION (6.3ms) commit transaction TRANSACTION (0.2ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 479]] Intro::Tour Destroy (0.5ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 479]] TRANSACTION (7.8ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 481]] Intro::Tour Destroy (0.5ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 481]] TRANSACTION (4.4ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 482]] Intro::Tour Destroy (0.4ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 482]] TRANSACTION (5.7ms) commit transaction Processing by Intro::ToursController#index as JSON Parameters: {"action_name"=>"x", "controller_path"=>"x"} Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 195) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" Processing by Intro::ToursController#index as JSON Parameters: {"action_name"=>"x", "controller_path"=>"x"} Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "x"], ["action_name", "x"], ["published", 1]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 541) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423497-423875"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423497-423875"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:04:57.280326"], ["updated_at", "2020-12-31 14:04:57.280326"]] TRANSACTION (3.9ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" IS NULL AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["tour_id", 483]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.2ms | Allocations: 633) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 483]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 483]] TRANSACTION (4.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423497-301495"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423497-301495"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:04:57.295292"], ["updated_at", "2020-12-31 14:04:57.295292"]] TRANSACTION (5.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423497-301495"], ["id", 484], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "options" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["options", "---\nnot_sign_visible: true\n"], ["updated_at", "2020-12-31 14:04:57.302906"], ["id", 484]] TRANSACTION (4.0ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" IS NULL AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["tour_id", 484]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 843) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 484]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 484]] TRANSACTION (3.6ms) commit transaction Processing by Intro::ToursController#index as JSON Parameters: {"action_name"=>"x", "controller_path"=>"x"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "x"], ["action_name", "x"], ["published", 1]] Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.5ms | Allocations: 2395) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423497-641809"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609423497-641809"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:04:57.324479"], ["updated_at", "2020-12-31 14:04:57.324479"]] TRANSACTION (3.6ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.1ms | Allocations: 668) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 485]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 485]] TRANSACTION (5.3ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423497-692485"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423497-692485"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:04:57.340266"], ["updated_at", "2020-12-31 14:04:57.340266"]] TRANSACTION (3.6ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 486]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.3ms | Allocations: 964) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 486]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 486]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423497-023871"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423497-023871"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:04:57.355046"], ["updated_at", "2020-12-31 14:04:57.355046"]] TRANSACTION (5.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423497-023871"], ["id", 487], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "expired_at" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["expired_at", "2020-12-30 14:04:57.361564"], ["updated_at", "2020-12-31 14:04:57.362708"], ["id", 487]] TRANSACTION (3.9ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 487]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.3ms | Allocations: 807) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 487]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 487]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423497-936807"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423497-936807"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:04:57.377884"], ["updated_at", "2020-12-31 14:04:57.377884"]] TRANSACTION (5.4ms) commit transaction User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Intro::TourHistory Create (0.2ms) INSERT INTO "intro_tour_histories" ("tour_id", "user_id", "touch_count", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["tour_id", 488], ["user_id", 1], ["touch_count", 1], ["created_at", "2020-12-31 14:04:57.386788"], ["updated_at", "2020-12-31 14:04:57.386788"]] TRANSACTION (5.0ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 488]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.3ms | Allocations: 791) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 488]] Intro::TourHistory Destroy (0.2ms) DELETE FROM "intro_tour_histories" WHERE "intro_tour_histories"."id" = ? [["id", 34]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 488]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423497-628714"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423497-628714"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:04:57.403825"], ["updated_at", "2020-12-31 14:04:57.403825"]] TRANSACTION (5.2ms) commit transaction User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Intro::TourHistory Create (0.2ms) INSERT INTO "intro_tour_histories" ("tour_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["tour_id", 489], ["user_id", 1], ["created_at", "2020-12-31 14:04:57.411974"], ["updated_at", "2020-12-31 14:04:57.411974"]] TRANSACTION (3.8ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 489]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 964) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 489]] Intro::TourHistory Destroy (0.1ms) DELETE FROM "intro_tour_histories" WHERE "intro_tour_histories"."id" = ? [["id", 35]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 489]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423497-572316"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423497-572316"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:04:57.427663"], ["updated_at", "2020-12-31 14:04:57.427663"]] TRANSACTION (5.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423497-572316"], ["id", 490], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query:\n:simple: \"/intro/admin/tours/new\"\n:strict: true\n"], ["updated_at", "2020-12-31 14:04:57.436205"], ["id", 490]] TRANSACTION (3.7ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/new"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]] User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 490]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.3ms | Allocations: 1272) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 490]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 490]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423497-506217"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423497-506217"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:04:57.451984"], ["updated_at", "2020-12-31 14:04:57.451984"]] TRANSACTION (5.3ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423497-506217"], ["id", 491], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query:\n:simple: \"/intro/admin/tours/new\"\n:strict: true\n"], ["updated_at", "2020-12-31 14:04:57.460323"], ["id", 491]] TRANSACTION (3.8ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/new2"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]] User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.1ms | Allocations: 1027) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 491]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 491]] TRANSACTION (9.1ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423497-753249"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423497-753249"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:04:57.481048"], ["updated_at", "2020-12-31 14:04:57.481048"]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423497-753249"], ["id", 492], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "action_name" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["action_name", "edit"], ["updated_at", "2020-12-31 14:04:57.486802"], ["id", 492]] TRANSACTION (3.7ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"edit", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/13/edit"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "edit"], ["published", 1]] User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 492]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.3ms | Allocations: 1230) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 492]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 492]] TRANSACTION (4.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423497-053621"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423497-053621"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:04:57.502398"], ["updated_at", "2020-12-31 14:04:57.502398"]] TRANSACTION (5.3ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423497-053621"], ["id", 493], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "action_name" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["action_name", "edit"], ["updated_at", "2020-12-31 14:04:57.509864"], ["id", 493]] TRANSACTION (5.6ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"edit", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/13"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "edit"], ["published", 1]] User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.2ms | Allocations: 952) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 493]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 493]] TRANSACTION (5.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423497-103469"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423497-103469"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:04:57.528589"], ["updated_at", "2020-12-31 14:04:57.528589"]] TRANSACTION (3.7ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/new?xyz=1"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]] User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 494]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 1220) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 494]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 494]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423497-192836"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423497-192836"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:04:57.543970"], ["updated_at", "2020-12-31 14:04:57.543970"]] TRANSACTION (3.5ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 495]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 964) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 495]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 495]] TRANSACTION (5.2ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423497-836075"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423497-836075"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:04:57.560365"], ["updated_at", "2020-12-31 14:04:57.560365"]] TRANSACTION (3.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423497-836075"], ["id", 496], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "options" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["options", "---\nnot_sign_visible: true\n"], ["updated_at", "2020-12-31 14:04:57.566134"], ["id", 496]] TRANSACTION (4.0ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 496]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 1013) Processing by Intro::ToursController#record as HTML Parameters: {"id"=>"0"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Filter chain halted as :require_tour rendered or redirected Completed 404 Not Found in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms | Allocations: 397) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423497-479538"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423497-479538"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:04:57.578833"], ["updated_at", "2020-12-31 14:04:57.578833"]] TRANSACTION (5.2ms) commit transaction Intro::TourHistory Exists? (0.1ms) SELECT 1 AS one FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? LIMIT ? [["tour_id", 497], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 497]] Processing by Intro::ToursController#record as HTML Parameters: {"id"=>"497"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 497], ["LIMIT", 1]] Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? ORDER BY "intro_tour_histories"."id" ASC LIMIT ? [["user_id", 1], ["tour_id", 497], ["LIMIT", 1]] Intro::TourHistory Update All (0.1ms) UPDATE "intro_tour_histories" SET "touch_count" = COALESCE("touch_count", 0) + ? WHERE "intro_tour_histories"."id" IS NULL [["touch_count", 1]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.4ms | Allocations: 950)  (0.1ms) SELECT COUNT(*) FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 497]] TRANSACTION (0.1ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-12-31 14:04:57.637915"], ["updated_at", "2020-12-31 14:04:57.637915"]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423497-194805"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423497-194805"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:04:57.643844"], ["updated_at", "2020-12-31 14:04:57.643844"]] TRANSACTION (3.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Create (0.2ms) INSERT INTO "intro_tour_histories" ("tour_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["tour_id", 498], ["user_id", 13], ["created_at", "2020-12-31 14:04:57.648606"], ["updated_at", "2020-12-31 14:04:57.648606"]] TRANSACTION (5.6ms) commit transaction Intro::TourHistory Update All (3.8ms) UPDATE "intro_tour_histories" SET "touch_count" = COALESCE("touch_count", 0) + ? WHERE "intro_tour_histories"."id" = ? [["touch_count", 1], ["id", 36]] Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", ""], ["LIMIT", 1]] Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" IS NULL LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" ORDER BY "intro_tours"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423497-836075"], ["LIMIT", 1]] Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "TOUR-1609423497-836075"], ["LIMIT", 1]] Intro::Tour Exists? (0.3ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" IS NULL LIMIT ? [["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423497-513467"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423497-513467"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:04:57.677206"], ["updated_at", "2020-12-31 14:04:57.677206"]] TRANSACTION (3.8ms) commit transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423497-513467"], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423497-936105"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423497-936105"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:04:57.684270"], ["updated_at", "2020-12-31 14:04:57.684270"]] TRANSACTION (5.4ms) commit transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423497-936105"], ["id", 500], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423497-930681"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609423497-930681"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=test\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 14:04:57.693626"], ["updated_at", "2020-12-31 14:04:57.693626"]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423497-053981"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423497-053981"], ["route", "---\n:source:\n:query:\n:simple: \"/intro/admin/test\"\n:strict: false\n"], ["created_at", "2020-12-31 14:04:57.701173"], ["updated_at", "2020-12-31 14:04:57.701173"]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423497-892754"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423497-892754"], ["route", "---\n:strict: true\n"], ["created_at", "2020-12-31 14:04:57.707605"], ["updated_at", "2020-12-31 14:04:57.707605"]] TRANSACTION (5.1ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423497-892754"], ["id", 503], ["LIMIT", 1]] TRANSACTION (0.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423497-892754"], ["id", 503], ["LIMIT", 1]] TRANSACTION (0.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423497-592867"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609423497-592867"], ["controller_path", "tours"], ["action_name", "new"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=test\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 14:04:57.718389"], ["updated_at", "2020-12-31 14:04:57.718389"]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423497-804925"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609423497-804925"], ["controller_path", "intro/admin/tours"], ["action_name", "create"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=test\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 14:04:57.725849"], ["updated_at", "2020-12-31 14:04:57.725849"]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423497-023581"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609423497-023581"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=demo\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 14:04:57.732791"], ["updated_at", "2020-12-31 14:04:57.732791"]] TRANSACTION (5.3ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423497-541823"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423497-541823"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:04:57.745600"], ["updated_at", "2020-12-31 14:04:57.745600"]] TRANSACTION (3.5ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423497-852137"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423497-852137"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:04:57.752961"], ["updated_at", "2020-12-31 14:04:57.752961"]] TRANSACTION (5.0ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423497-452179"], ["LIMIT", 1]] Intro::Tour Create (0.5ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423497-452179"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:04:57.761750"], ["updated_at", "2020-12-31 14:04:57.761750"]] TRANSACTION (7.8ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423497-452179"], ["id", 509], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "controller_path" = ?, "action_name" = ?, "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["controller_path", "intro/admin/tours"], ["action_name", "index"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: index\n:query:\n:strict: false\n:simple: \"/intro/admin/tours\"\n"], ["updated_at", "2020-12-31 14:04:57.774184"], ["id", 509]] TRANSACTION (4.0ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423497-481967"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423497-481967"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:04:57.781858"], ["updated_at", "2020-12-31 14:04:57.781858"]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423497-796108"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423497-796108"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:04:57.789094"], ["updated_at", "2020-12-31 14:04:57.789094"]] TRANSACTION (5.2ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423497-608417"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423497-608417"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:04:57.799094"], ["updated_at", "2020-12-31 14:04:57.799094"]] TRANSACTION (4.3ms) commit transaction  (0.8ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by Intro::Admin::ImagesController#create as JSON Filter chain halted as :authenticate rendered or redirected Completed 401 Unauthorized in 11ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 7295) Processing by Intro::Admin::ImagesController#create as JSON Filter chain halted as :require_image rendered or redirected Completed 400 Bad Request in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ImagesController#create as JSON Parameters: {"image"=>#, @original_filename="ruby.png", @content_type="image/png", @headers="Content-Disposition: form-data; name=\"image\"; filename=\"ruby.png\"\r\nContent-Type: image/png\r\nContent-Length: 5705\r\n">} Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 805) Processing by Intro::Admin::SessionsController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.7ms | Allocations: 273) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 1.0ms | Allocations: 370) Completed 200 OK in 7ms (Views: 4.5ms | ActiveRecord: 0.0ms | Allocations: 3044) Processing by Intro::Admin::SessionsController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.2ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.4ms | Allocations: 156) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms | Allocations: 556) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"NQlPV8Q"} Redirected to http://test.host/intro/admin/tours Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 192) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"test_user"} Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.2ms | Allocations: 60) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.4ms | Allocations: 153) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms | Allocations: 463) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"NQlPV8Q"} Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 57) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 148) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms | Allocations: 422) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"root"} Redirected to http://test.host/intro/admin/tours Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 159) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"test"} Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.2ms | Allocations: 60) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.4ms | Allocations: 153) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms | Allocations: 442) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"NQlPV8Q"} Redirected to http://test.host/intro/admin/tours Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 156) Processing by Intro::Admin::SessionsController#sign_out as HTML Redirected to http://test.host/intro/admin/sessions/new Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 147) Processing by Intro::Admin::ToursController#index as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 257) Processing by Intro::Admin::ToursController#new as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#create as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#route as JSON Filter chain halted as :authenticate rendered or redirected Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 161) Processing by Intro::Admin::ToursController#attempt as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#show as HTML Parameters: {"id"=>"0"} Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#edit as HTML Parameters: {"id"=>"0"} Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#update as HTML Parameters: {"id"=>"0"} Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#destroy as HTML Parameters: {"id"=>"0"} Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#publish as HTML Parameters: {"id"=>"0"} Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#index as HTML Redirected to http://test.host/login Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 128) Processing by Intro::Admin::ToursController#index as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 63) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 156) Completed 200 OK in 4ms (Views: 1.4ms | ActiveRecord: 0.3ms | Allocations: 2443) Processing by Intro::Admin::ToursController#index as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms | Allocations: 588) Processing by Intro::Admin::ToursController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 63) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 156) Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.3ms | Allocations: 5608) Processing by Intro::Admin::ToursController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms | Allocations: 481)  (0.1ms) SELECT COUNT(*) FROM "intro_tours" Processing by Intro::Admin::ToursController#create as HTML Parameters: {"tour"=>{"ident"=>"dzxgtblujmsnchyfeipoaqkvrw"}} TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "dzxgtblujmsnchyfeipoaqkvrw"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "dzxgtblujmsnchyfeipoaqkvrw"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:05:39.745966"], ["updated_at", "2020-12-31 14:05:39.745966"]] TRANSACTION (4.0ms) commit transaction Redirected to http://test.host/intro/admin/tours/513 Completed 302 Found in 8ms (ActiveRecord: 4.4ms | Allocations: 1370)  (0.1ms) SELECT COUNT(*) FROM "intro_tours"  (0.1ms) SELECT COUNT(*) FROM "intro_tours" Processing by Intro::Admin::ToursController#create as HTML TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" IS NULL LIMIT ? [["LIMIT", 1]] TRANSACTION (0.0ms) rollback transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.2ms | Allocations: 869)  (0.1ms) SELECT COUNT(*) FROM "intro_tours" Processing by Intro::Admin::ToursController#route as JSON Parameters: {"path"=>"/intro/admin/tours?xyz=1"} Completed 200 OK in 15ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 3251) Processing by Intro::Admin::ToursController#attempt as JSON Parameters: {"tour"=>{"options"=>{"content"=>"content", "title"=>"title"}}} Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 453) Processing by Intro::Admin::ToursController#attempt as JSON Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 227) Processing by Intro::Admin::ToursController#show as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.2ms | Allocations: 449) Processing by Intro::Admin::ToursController#show as JSON Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Filter chain halted as :require_tour rendered or redirected Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms | Allocations: 205) Processing by Intro::Admin::ToursController#edit as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms | Allocations: 268) Processing by Intro::Admin::ToursController#update as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms | Allocations: 268) Processing by Intro::Admin::ToursController#destroy as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms | Allocations: 268) Processing by Intro::Admin::ToursController#publish as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms | Allocations: 268) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423539-376982"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423539-376982"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:05:39.792606"], ["updated_at", "2020-12-31 14:05:39.792606"]] TRANSACTION (7.3ms) commit transaction Processing by Intro::Admin::ToursController#show as HTML Parameters: {"id"=>"514"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 514], ["LIMIT", 1]] Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.2ms | Allocations: 63) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 156) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.1ms | Allocations: 761) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423539-806294"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423539-806294"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:05:39.806253"], ["updated_at", "2020-12-31 14:05:39.806253"]] TRANSACTION (3.8ms) commit transaction Processing by Intro::Admin::ToursController#show as HTML Parameters: {"id"=>"515"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 515], ["LIMIT", 1]] Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms | Allocations: 529) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423539-591874"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423539-591874"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:05:39.815629"], ["updated_at", "2020-12-31 14:05:39.815629"]] TRANSACTION (3.5ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"ident"=>"new-tour-1609423539-591874"}, "id"=>"516"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 516], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "new-tour-1609423539-591874"], ["id", 516], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "ident" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["ident", "new-tour-1609423539-591874"], ["updated_at", "2020-12-31 14:05:39.823020"], ["id", 516]] TRANSACTION (5.3ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.2ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 9ms (Views: 0.8ms | ActiveRecord: 5.7ms | Allocations: 1475) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423539-296473"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423539-296473"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:05:39.832760"], ["updated_at", "2020-12-31 14:05:39.832760"]] TRANSACTION (3.4ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"ident"=>"new-tour-1609423539-296473"}, "id"=>"517"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 517], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "new-tour-1609423539-296473"], ["id", 517], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "ident" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["ident", "new-tour-1609423539-296473"], ["updated_at", "2020-12-31 14:05:39.840207"], ["id", 517]] TRANSACTION (7.3ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.2ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.4ms | Allocations: 154) Completed 200 OK in 11ms (Views: 0.8ms | ActiveRecord: 7.7ms | Allocations: 1401) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423539-197426"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423539-197426"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:05:39.851981"], ["updated_at", "2020-12-31 14:05:39.851981"]] TRANSACTION (3.6ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"controller_path"=>"new-"}, "id"=>"518"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 518], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423539-197426"], ["id", 518], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "controller_path" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["controller_path", "new-"], ["updated_at", "2020-12-31 14:05:39.859423"], ["id", 518]] TRANSACTION (3.7ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.2ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.4ms | Allocations: 154) Completed 200 OK in 8ms (Views: 0.9ms | ActiveRecord: 4.1ms | Allocations: 1403) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423539-495027"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423539-495027"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:05:39.867854"], ["updated_at", "2020-12-31 14:05:39.867854"]] TRANSACTION (6.0ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"action_name"=>"new-"}, "id"=>"519"} Intro::Tour Load (0.3ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 519], ["LIMIT", 1]] TRANSACTION (0.2ms) begin transaction Intro::Tour Exists? (0.4ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423539-495027"], ["id", 519], ["LIMIT", 1]] Intro::Tour Update (0.4ms) UPDATE "intro_tours" SET "action_name" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["action_name", "new-"], ["updated_at", "2020-12-31 14:05:39.884708"], ["id", 519]] TRANSACTION (6.1ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.3ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.9ms | Allocations: 154) Completed 200 OK in 17ms (Views: 2.1ms | ActiveRecord: 7.3ms | Allocations: 1404) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423539-796253"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423539-796253"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:05:39.900592"], ["updated_at", "2020-12-31 14:05:39.900592"]] TRANSACTION (3.9ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"options"=>{"title"=>"title"}}, "id"=>"520"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 520], ["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423539-796253"], ["id", 520], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "options" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["options", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ntitle: title\n"], ["updated_at", "2020-12-31 14:05:39.910916"], ["id", 520]] TRANSACTION (5.6ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.2ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.5ms | Allocations: 154) Completed 200 OK in 12ms (Views: 1.1ms | ActiveRecord: 6.2ms | Allocations: 1726) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423539-391657"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423539-391657"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:05:39.922891"], ["updated_at", "2020-12-31 14:05:39.922891"]] TRANSACTION (5.3ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"route"=>{"simple"=>"/"}}, "id"=>"521"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 521], ["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423539-391657"], ["id", 521], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nsource:\nquery:\nsimple: \"/\"\nstrict: false\n"], ["updated_at", "2020-12-31 14:05:39.935608"], ["id", 521]] TRANSACTION (5.7ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.2ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.5ms | Allocations: 154) Completed 200 OK in 13ms (Views: 1.2ms | ActiveRecord: 6.3ms | Allocations: 2670) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423539-401873"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423539-401873"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:05:39.948211"], ["updated_at", "2020-12-31 14:05:39.948211"]] TRANSACTION (5.6ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"expired_at"=>"2021-01-01"}, "id"=>"522"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 522], ["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423539-401873"], ["id", 522], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "expired_at" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["expired_at", "2021-01-01 00:00:00"], ["updated_at", "2020-12-31 14:05:39.959802"], ["id", 522]] TRANSACTION (4.1ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.2ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.5ms | Allocations: 154) Completed 200 OK in 10ms (Views: 1.1ms | ActiveRecord: 4.6ms | Allocations: 1516) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423539-391528"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423539-391528"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:05:39.970085"], ["updated_at", "2020-12-31 14:05:39.970085"]] TRANSACTION (3.7ms) commit transaction Processing by Intro::Admin::ToursController#destroy as HTML Parameters: {"id"=>"523"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 523], ["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 523]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 523]] TRANSACTION (5.7ms) commit transaction Redirected to http://test.host/intro/admin/tours Completed 302 Found in 19ms (ActiveRecord: 6.5ms | Allocations: 4677) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423539-016579"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423539-016579"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:05:39.998847"], ["updated_at", "2020-12-31 14:05:39.998847"]] TRANSACTION (5.4ms) commit transaction Processing by Intro::Admin::ToursController#publish as HTML Parameters: {"published"=>"true", "id"=>"524"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 524], ["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423539-016579"], ["id", 524], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "published" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["published", 1], ["updated_at", "2020-12-31 14:05:40.009909"], ["id", 524]] TRANSACTION (5.8ms) commit transaction Redirected to Redirected to http://test.host/intro/admin/tours Completed 302 Found in 17ms (ActiveRecord: 6.3ms | Allocations: 2549) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423540-235461"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423540-235461"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:05:40.027218"], ["updated_at", "2020-12-31 14:05:40.027218"]] TRANSACTION (4.2ms) commit transaction Processing by Intro::Admin::ToursController#publish as HTML Parameters: {"published"=>"false", "id"=>"525"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 525], ["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423540-235461"], ["id", 525], ["LIMIT", 1]] TRANSACTION (0.0ms) commit transaction Redirected to Redirected to http://test.host/intro/admin/tours Completed 302 Found in 8ms (ActiveRecord: 0.3ms | Allocations: 2365) Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 496]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 496]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 497]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 497]] TRANSACTION (5.5ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 498]] Intro::TourHistory Destroy (0.2ms) DELETE FROM "intro_tour_histories" WHERE "intro_tour_histories"."id" = ? [["id", 36]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 498]] TRANSACTION (4.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 499]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 499]] TRANSACTION (3.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 500]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 500]] TRANSACTION (5.3ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 501]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 501]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 502]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 502]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 503]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 503]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 504]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 504]] TRANSACTION (6.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 505]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 505]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 506]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 506]] TRANSACTION (5.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 507]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 507]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 508]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 508]] TRANSACTION (3.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 509]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 509]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 510]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 510]] TRANSACTION (5.3ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 511]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 511]] TRANSACTION (4.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 512]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 512]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 513]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 513]] TRANSACTION (13.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 514]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 514]] TRANSACTION (3.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 515]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 515]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 516]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 516]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 517]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 517]] TRANSACTION (3.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 518]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 518]] TRANSACTION (5.2ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 519]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 519]] TRANSACTION (7.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 520]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 520]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 521]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 521]] TRANSACTION (5.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 522]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 522]] TRANSACTION (5.3ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 524]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 524]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 525]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 525]] TRANSACTION (5.8ms) commit transaction Processing by Intro::ToursController#index as JSON Parameters: {"action_name"=>"x", "controller_path"=>"x"} Completed 401 Unauthorized in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms | Allocations: 194) Intro::Tour Load (0.3ms) SELECT "intro_tours".* FROM "intro_tours" Processing by Intro::ToursController#index as JSON Parameters: {"action_name"=>"x", "controller_path"=>"x"} Intro::Tour Load (0.6ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "x"], ["action_name", "x"], ["published", 1]] Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.6ms | Allocations: 541) Intro::Tour Load (0.3ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.2ms) begin transaction Intro::Tour Exists? (0.4ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423540-580679"], ["LIMIT", 1]] Intro::Tour Create (0.5ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423540-580679"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:05:40.249193"], ["updated_at", "2020-12-31 14:05:40.249193"]] TRANSACTION (4.4ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.2ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" IS NULL AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["tour_id", 526]] Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.4ms | Allocations: 633) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.2ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 526]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 526]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423540-291748"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423540-291748"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:05:40.279722"], ["updated_at", "2020-12-31 14:05:40.279722"]] TRANSACTION (7.0ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423540-291748"], ["id", 527], ["LIMIT", 1]] Intro::Tour Update (0.3ms) UPDATE "intro_tours" SET "options" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["options", "---\nnot_sign_visible: true\n"], ["updated_at", "2020-12-31 14:05:40.291095"], ["id", 527]] TRANSACTION (3.8ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" IS NULL AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["tour_id", 527]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 844) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 527]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 527]] TRANSACTION (3.7ms) commit transaction Processing by Intro::ToursController#index as JSON Parameters: {"action_name"=>"x", "controller_path"=>"x"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "x"], ["action_name", "x"], ["published", 1]] Completed 200 OK in 5ms (Views: 0.2ms | ActiveRecord: 0.6ms | Allocations: 2395) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423540-137905"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609423540-137905"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:05:40.316172"], ["updated_at", "2020-12-31 14:05:40.316172"]] TRANSACTION (5.5ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 668) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 528]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 528]] TRANSACTION (3.5ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423540-428310"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423540-428310"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:05:40.333693"], ["updated_at", "2020-12-31 14:05:40.333693"]] TRANSACTION (3.8ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 529]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.3ms | Allocations: 964) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 529]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 529]] TRANSACTION (5.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423540-826143"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423540-826143"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:05:40.352076"], ["updated_at", "2020-12-31 14:05:40.352076"]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423540-826143"], ["id", 530], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "expired_at" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["expired_at", "2020-12-30 14:05:40.357056"], ["updated_at", "2020-12-31 14:05:40.358521"], ["id", 530]] TRANSACTION (3.6ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 530]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.3ms | Allocations: 807) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 530]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 530]] TRANSACTION (5.3ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423540-594867"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423540-594867"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:05:40.376064"], ["updated_at", "2020-12-31 14:05:40.376064"]] TRANSACTION (3.5ms) commit transaction User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Intro::TourHistory Create (0.2ms) INSERT INTO "intro_tour_histories" ("tour_id", "user_id", "touch_count", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["tour_id", 531], ["user_id", 1], ["touch_count", 1], ["created_at", "2020-12-31 14:05:40.383248"], ["updated_at", "2020-12-31 14:05:40.383248"]] TRANSACTION (3.4ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 531]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.3ms | Allocations: 791) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 531]] Intro::TourHistory Destroy (0.2ms) DELETE FROM "intro_tour_histories" WHERE "intro_tour_histories"."id" = ? [["id", 37]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 531]] TRANSACTION (5.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423540-865374"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423540-865374"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:05:40.400854"], ["updated_at", "2020-12-31 14:05:40.400854"]] TRANSACTION (3.4ms) commit transaction User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Intro::TourHistory Create (0.2ms) INSERT INTO "intro_tour_histories" ("tour_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["tour_id", 532], ["user_id", 1], ["created_at", "2020-12-31 14:05:40.407452"], ["updated_at", "2020-12-31 14:05:40.407452"]] TRANSACTION (3.5ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 532]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.3ms | Allocations: 964) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 532]] Intro::TourHistory Destroy (0.2ms) DELETE FROM "intro_tour_histories" WHERE "intro_tour_histories"."id" = ? [["id", 38]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 532]] TRANSACTION (5.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423540-710649"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423540-710649"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:05:40.425572"], ["updated_at", "2020-12-31 14:05:40.425572"]] TRANSACTION (4.2ms) commit transaction TRANSACTION (0.2ms) begin transaction Intro::Tour Exists? (0.4ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423540-710649"], ["id", 533], ["LIMIT", 1]] Intro::Tour Update (0.6ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query:\n:simple: \"/intro/admin/tours/new\"\n:strict: true\n"], ["updated_at", "2020-12-31 14:05:40.437993"], ["id", 533]] TRANSACTION (4.6ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/new"} Intro::Tour Load (0.4ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]] User Load (0.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.4ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 533]] Completed 200 OK in 10ms (Views: 0.4ms | ActiveRecord: 1.0ms | Allocations: 1272) Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 533]] Intro::Tour Destroy (0.3ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 533]] TRANSACTION (7.9ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423540-726153"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423540-726153"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:05:40.476688"], ["updated_at", "2020-12-31 14:05:40.476688"]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423540-726153"], ["id", 534], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query:\n:simple: \"/intro/admin/tours/new\"\n:strict: true\n"], ["updated_at", "2020-12-31 14:05:40.484794"], ["id", 534]] TRANSACTION (3.8ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/new2"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]] User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 1027) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 534]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 534]] TRANSACTION (5.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423540-052431"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423540-052431"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:05:40.505143"], ["updated_at", "2020-12-31 14:05:40.505143"]] TRANSACTION (3.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423540-052431"], ["id", 535], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "action_name" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["action_name", "edit"], ["updated_at", "2020-12-31 14:05:40.510999"], ["id", 535]] TRANSACTION (3.9ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"edit", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/13/edit"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "edit"], ["published", 1]] User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 535]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.3ms | Allocations: 1230) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 535]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 535]] TRANSACTION (5.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423540-031456"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423540-031456"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:05:40.529801"], ["updated_at", "2020-12-31 14:05:40.529801"]] TRANSACTION (5.3ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423540-031456"], ["id", 536], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "action_name" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["action_name", "edit"], ["updated_at", "2020-12-31 14:05:40.537442"], ["id", 536]] TRANSACTION (3.5ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"edit", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/13"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "edit"], ["published", 1]] User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 952) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 536]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 536]] TRANSACTION (5.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423540-753260"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423540-753260"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:05:40.555190"], ["updated_at", "2020-12-31 14:05:40.555190"]] TRANSACTION (3.8ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/new?xyz=1"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]] User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 537]] Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.3ms | Allocations: 1220) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 537]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 537]] TRANSACTION (3.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423540-609237"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423540-609237"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:05:40.573108"], ["updated_at", "2020-12-31 14:05:40.573108"]] TRANSACTION (7.7ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.3ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.4ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 538]] Completed 200 OK in 9ms (Views: 0.6ms | ActiveRecord: 1.0ms | Allocations: 964) Intro::Tour Load (0.3ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.2ms) begin transaction Intro::TourHistory Load (0.3ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 538]] Intro::Tour Destroy (0.8ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 538]] TRANSACTION (6.6ms) commit transaction TRANSACTION (0.2ms) begin transaction Intro::Tour Exists? (0.4ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423540-571634"], ["LIMIT", 1]] Intro::Tour Create (0.8ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423540-571634"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:05:40.617709"], ["updated_at", "2020-12-31 14:05:40.617709"]] TRANSACTION (6.5ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.3ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423540-571634"], ["id", 539], ["LIMIT", 1]] Intro::Tour Update (0.4ms) UPDATE "intro_tours" SET "options" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["options", "---\nnot_sign_visible: true\n"], ["updated_at", "2020-12-31 14:05:40.631671"], ["id", 539]] TRANSACTION (6.1ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.2ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 539]] Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.4ms | Allocations: 1013) Processing by Intro::ToursController#record as HTML Parameters: {"id"=>"0"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Filter chain halted as :require_tour rendered or redirected Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 397) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423540-269745"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423540-269745"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:05:40.652724"], ["updated_at", "2020-12-31 14:05:40.652724"]] TRANSACTION (3.7ms) commit transaction Intro::TourHistory Exists? (0.1ms) SELECT 1 AS one FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? LIMIT ? [["tour_id", 540], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 540]] Processing by Intro::ToursController#record as HTML Parameters: {"id"=>"540"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 540], ["LIMIT", 1]] Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? ORDER BY "intro_tour_histories"."id" ASC LIMIT ? [["user_id", 1], ["tour_id", 540], ["LIMIT", 1]] Intro::TourHistory Update All (0.1ms) UPDATE "intro_tour_histories" SET "touch_count" = COALESCE("touch_count", 0) + ? WHERE "intro_tour_histories"."id" IS NULL [["touch_count", 1]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.4ms | Allocations: 950)  (0.1ms) SELECT COUNT(*) FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 540]] TRANSACTION (0.1ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-12-31 14:05:40.714894"], ["updated_at", "2020-12-31 14:05:40.714894"]] TRANSACTION (5.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423540-963510"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423540-963510"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:05:40.722838"], ["updated_at", "2020-12-31 14:05:40.722838"]] TRANSACTION (4.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Create (0.2ms) INSERT INTO "intro_tour_histories" ("tour_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["tour_id", 541], ["user_id", 14], ["created_at", "2020-12-31 14:05:40.729264"], ["updated_at", "2020-12-31 14:05:40.729264"]] TRANSACTION (3.7ms) commit transaction Intro::TourHistory Update All (5.8ms) UPDATE "intro_tour_histories" SET "touch_count" = COALESCE("touch_count", 0) + ? WHERE "intro_tour_histories"."id" = ? [["touch_count", 1], ["id", 39]] Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", ""], ["LIMIT", 1]] Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" IS NULL LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.3ms) SELECT "intro_tours".* FROM "intro_tours" ORDER BY "intro_tours"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423540-571634"], ["LIMIT", 1]] Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "TOUR-1609423540-571634"], ["LIMIT", 1]] Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" IS NULL LIMIT ? [["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423540-456908"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423540-456908"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:05:40.759161"], ["updated_at", "2020-12-31 14:05:40.759161"]] TRANSACTION (3.7ms) commit transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423540-456908"], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423540-149637"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423540-149637"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:05:40.766593"], ["updated_at", "2020-12-31 14:05:40.766593"]] TRANSACTION (5.2ms) commit transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423540-149637"], ["id", 543], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423540-045971"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609423540-045971"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=test\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 14:05:40.775445"], ["updated_at", "2020-12-31 14:05:40.775445"]] TRANSACTION (5.2ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423540-198235"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423540-198235"], ["route", "---\n:source:\n:query:\n:simple: \"/intro/admin/test\"\n:strict: false\n"], ["created_at", "2020-12-31 14:05:40.784666"], ["updated_at", "2020-12-31 14:05:40.784666"]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423540-543697"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423540-543697"], ["route", "---\n:strict: true\n"], ["created_at", "2020-12-31 14:05:40.791271"], ["updated_at", "2020-12-31 14:05:40.791271"]] TRANSACTION (5.4ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423540-543697"], ["id", 546], ["LIMIT", 1]] TRANSACTION (0.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423540-543697"], ["id", 546], ["LIMIT", 1]] TRANSACTION (0.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423540-068931"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609423540-068931"], ["controller_path", "tours"], ["action_name", "new"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=test\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 14:05:40.802647"], ["updated_at", "2020-12-31 14:05:40.802647"]] TRANSACTION (3.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423540-427506"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609423540-427506"], ["controller_path", "intro/admin/tours"], ["action_name", "create"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=test\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 14:05:40.809227"], ["updated_at", "2020-12-31 14:05:40.809227"]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423540-683240"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609423540-683240"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=demo\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 14:05:40.816684"], ["updated_at", "2020-12-31 14:05:40.816684"]] TRANSACTION (5.3ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423540-792136"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423540-792136"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:05:40.830313"], ["updated_at", "2020-12-31 14:05:40.830313"]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.9ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423540-092815"], ["LIMIT", 1]] Intro::Tour Create (1.3ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423540-092815"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:05:40.841155"], ["updated_at", "2020-12-31 14:05:40.841155"]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423540-542716"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423540-542716"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:05:40.850294"], ["updated_at", "2020-12-31 14:05:40.850294"]] TRANSACTION (5.6ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423540-542716"], ["id", 552], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "controller_path" = ?, "action_name" = ?, "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["controller_path", "intro/admin/tours"], ["action_name", "index"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: index\n:query:\n:strict: false\n:simple: \"/intro/admin/tours\"\n"], ["updated_at", "2020-12-31 14:05:40.861956"], ["id", 552]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423540-140827"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423540-140827"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:05:40.874952"], ["updated_at", "2020-12-31 14:05:40.874952"]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423540-375149"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423540-375149"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:05:40.884370"], ["updated_at", "2020-12-31 14:05:40.884370"]] TRANSACTION (5.4ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423540-061347"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423540-061347"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:05:40.895971"], ["updated_at", "2020-12-31 14:05:40.895971"]] TRANSACTION (3.9ms) commit transaction  (0.8ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by Intro::Admin::ImagesController#create as JSON Filter chain halted as :authenticate rendered or redirected Completed 401 Unauthorized in 11ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 7295) Processing by Intro::Admin::ImagesController#create as JSON Filter chain halted as :require_image rendered or redirected Completed 400 Bad Request in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ImagesController#create as JSON Parameters: {"image"=>#, @original_filename="ruby.png", @content_type="image/png", @headers="Content-Disposition: form-data; name=\"image\"; filename=\"ruby.png\"\r\nContent-Type: image/png\r\nContent-Length: 5705\r\n">} Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 804) Processing by Intro::Admin::SessionsController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.5ms | Allocations: 274) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.7ms | Allocations: 372) Completed 200 OK in 5ms (Views: 3.4ms | ActiveRecord: 0.0ms | Allocations: 3108) Processing by Intro::Admin::SessionsController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 60) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 153) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms | Allocations: 470) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"NQlPV8Q"} Redirected to http://test.host/intro/admin/tours Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 192) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"test_user"} Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 60) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 153) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms | Allocations: 463) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"NQlPV8Q"} Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 57) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.2ms | Allocations: 148) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms | Allocations: 422) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"root"} Redirected to http://test.host/intro/admin/tours Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 159) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"test"} Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 60) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 153) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms | Allocations: 442) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"NQlPV8Q"} Redirected to http://test.host/intro/admin/tours Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 156) Processing by Intro::Admin::SessionsController#sign_out as HTML Redirected to http://test.host/intro/admin/sessions/new Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 147) Processing by Intro::Admin::ToursController#index as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 255) Processing by Intro::Admin::ToursController#new as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#create as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#route as JSON Filter chain halted as :authenticate rendered or redirected Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 157) Processing by Intro::Admin::ToursController#attempt as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#show as HTML Parameters: {"id"=>"0"} Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#edit as HTML Parameters: {"id"=>"0"} Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#update as HTML Parameters: {"id"=>"0"} Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#destroy as HTML Parameters: {"id"=>"0"} Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#publish as HTML Parameters: {"id"=>"0"} Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#index as HTML Redirected to http://test.host/login Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 128) Processing by Intro::Admin::ToursController#index as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 63) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 156) Completed 200 OK in 3ms (Views: 1.3ms | ActiveRecord: 0.3ms | Allocations: 2431) Processing by Intro::Admin::ToursController#index as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms | Allocations: 588) Processing by Intro::Admin::ToursController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 63) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 156) Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 0.3ms | Allocations: 5612) Processing by Intro::Admin::ToursController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms | Allocations: 481)  (0.2ms) SELECT COUNT(*) FROM "intro_tours" Processing by Intro::Admin::ToursController#create as HTML Parameters: {"tour"=>{"ident"=>"yraftchqdlujxnibopwvkzmges"}} TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "yraftchqdlujxnibopwvkzmges"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "yraftchqdlujxnibopwvkzmges"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:07:52.760208"], ["updated_at", "2020-12-31 14:07:52.760208"]] TRANSACTION (7.0ms) commit transaction Redirected to http://test.host/intro/admin/tours/556 Completed 302 Found in 10ms (ActiveRecord: 7.4ms | Allocations: 1370)  (0.1ms) SELECT COUNT(*) FROM "intro_tours"  (0.1ms) SELECT COUNT(*) FROM "intro_tours" Processing by Intro::Admin::ToursController#create as HTML TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" IS NULL LIMIT ? [["LIMIT", 1]] TRANSACTION (0.0ms) rollback transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.2ms | Allocations: 870)  (0.1ms) SELECT COUNT(*) FROM "intro_tours" Processing by Intro::Admin::ToursController#route as JSON Parameters: {"path"=>"/intro/admin/tours?xyz=1"} Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 3250) Processing by Intro::Admin::ToursController#attempt as JSON Parameters: {"tour"=>{"options"=>{"content"=>"content", "title"=>"title"}}} Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 453) Processing by Intro::Admin::ToursController#attempt as JSON Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 227) Processing by Intro::Admin::ToursController#show as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms | Allocations: 449) Processing by Intro::Admin::ToursController#show as JSON Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Filter chain halted as :require_tour rendered or redirected Completed 404 Not Found in 0ms (ActiveRecord: 0.1ms | Allocations: 205) Processing by Intro::Admin::ToursController#edit as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms | Allocations: 268) Processing by Intro::Admin::ToursController#update as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms | Allocations: 268) Processing by Intro::Admin::ToursController#destroy as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms | Allocations: 268) Processing by Intro::Admin::ToursController#publish as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms | Allocations: 268) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423672-047218"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423672-047218"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:07:52.794367"], ["updated_at", "2020-12-31 14:07:52.794367"]] TRANSACTION (3.8ms) commit transaction Processing by Intro::Admin::ToursController#show as HTML Parameters: {"id"=>"557"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 557], ["LIMIT", 1]] Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 63) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 156) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.1ms | Allocations: 759) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423672-412678"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423672-412678"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:07:52.803543"], ["updated_at", "2020-12-31 14:07:52.803543"]] TRANSACTION (3.7ms) commit transaction Processing by Intro::Admin::ToursController#show as HTML Parameters: {"id"=>"558"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 558], ["LIMIT", 1]] Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.2ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.4ms | Allocations: 154) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.1ms | Allocations: 529) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423672-340268"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423672-340268"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:07:52.813261"], ["updated_at", "2020-12-31 14:07:52.813261"]] TRANSACTION (5.1ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"ident"=>"new-tour-1609423672-340268"}, "id"=>"559"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 559], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "new-tour-1609423672-340268"], ["id", 559], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "ident" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["ident", "new-tour-1609423672-340268"], ["updated_at", "2020-12-31 14:07:52.823137"], ["id", 559]] TRANSACTION (5.2ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.2ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.4ms | Allocations: 154) Completed 200 OK in 10ms (Views: 1.0ms | ActiveRecord: 5.7ms | Allocations: 1475) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423672-187256"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423672-187256"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:07:52.833100"], ["updated_at", "2020-12-31 14:07:52.833100"]] TRANSACTION (6.8ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"ident"=>"new-tour-1609423672-187256"}, "id"=>"560"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 560], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "new-tour-1609423672-187256"], ["id", 560], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "ident" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["ident", "new-tour-1609423672-187256"], ["updated_at", "2020-12-31 14:07:52.844438"], ["id", 560]] TRANSACTION (3.7ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.2ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.4ms | Allocations: 154) Completed 200 OK in 8ms (Views: 0.9ms | ActiveRecord: 4.1ms | Allocations: 1401) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423672-467830"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423672-467830"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:07:52.852784"], ["updated_at", "2020-12-31 14:07:52.852784"]] TRANSACTION (3.6ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"controller_path"=>"new-"}, "id"=>"561"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 561], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423672-467830"], ["id", 561], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "controller_path" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["controller_path", "new-"], ["updated_at", "2020-12-31 14:07:52.859972"], ["id", 561]] TRANSACTION (6.8ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 10ms (Views: 0.7ms | ActiveRecord: 7.2ms | Allocations: 1403) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423672-610479"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423672-610479"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:07:52.870787"], ["updated_at", "2020-12-31 14:07:52.870787"]] TRANSACTION (3.5ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"action_name"=>"new-"}, "id"=>"562"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 562], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423672-610479"], ["id", 562], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "action_name" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["action_name", "new-"], ["updated_at", "2020-12-31 14:07:52.877605"], ["id", 562]] TRANSACTION (3.7ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 4.0ms | Allocations: 1404) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423672-340825"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423672-340825"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:07:52.885260"], ["updated_at", "2020-12-31 14:07:52.885260"]] TRANSACTION (5.6ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"options"=>{"title"=>"title"}}, "id"=>"563"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 563], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423672-340825"], ["id", 563], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "options" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["options", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ntitle: title\n"], ["updated_at", "2020-12-31 14:07:52.894700"], ["id", 563]] TRANSACTION (4.0ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 8ms (Views: 0.7ms | ActiveRecord: 4.3ms | Allocations: 1726) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423672-918760"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423672-918760"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:07:52.902705"], ["updated_at", "2020-12-31 14:07:52.902705"]] TRANSACTION (4.2ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"route"=>{"simple"=>"/"}}, "id"=>"564"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 564], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423672-918760"], ["id", 564], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nsource:\nquery:\nsimple: \"/\"\nstrict: false\n"], ["updated_at", "2020-12-31 14:07:52.911231"], ["id", 564]] TRANSACTION (5.6ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.2ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 10ms (Views: 0.8ms | ActiveRecord: 6.0ms | Allocations: 2670) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423672-971254"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423672-971254"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:07:52.921261"], ["updated_at", "2020-12-31 14:07:52.921261"]] TRANSACTION (3.7ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"expired_at"=>"2021-01-01"}, "id"=>"565"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 565], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423672-971254"], ["id", 565], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "expired_at" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["expired_at", "2021-01-01 00:00:00"], ["updated_at", "2020-12-31 14:07:52.928875"], ["id", 565]] TRANSACTION (3.7ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 4.1ms | Allocations: 1516) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423672-875362"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423672-875362"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:07:52.936478"], ["updated_at", "2020-12-31 14:07:52.936478"]] TRANSACTION (6.7ms) commit transaction Processing by Intro::Admin::ToursController#destroy as HTML Parameters: {"id"=>"566"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 566], ["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 566]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 566]] TRANSACTION (3.6ms) commit transaction Redirected to http://test.host/intro/admin/tours Completed 302 Found in 12ms (ActiveRecord: 4.2ms | Allocations: 4676) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423672-607913"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423672-607913"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:07:52.959151"], ["updated_at", "2020-12-31 14:07:52.959151"]] TRANSACTION (5.8ms) commit transaction Processing by Intro::Admin::ToursController#publish as HTML Parameters: {"published"=>"true", "id"=>"567"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 567], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423672-607913"], ["id", 567], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "published" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["published", 1], ["updated_at", "2020-12-31 14:07:52.968425"], ["id", 567]] TRANSACTION (4.0ms) commit transaction Redirected to Redirected to http://test.host/intro/admin/tours Completed 302 Found in 10ms (ActiveRecord: 4.3ms | Allocations: 2549) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423672-402396"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423672-402396"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:07:52.978537"], ["updated_at", "2020-12-31 14:07:52.978537"]] TRANSACTION (4.0ms) commit transaction Processing by Intro::Admin::ToursController#publish as HTML Parameters: {"published"=>"false", "id"=>"568"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 568], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423672-402396"], ["id", 568], ["LIMIT", 1]] TRANSACTION (0.0ms) commit transaction Redirected to Redirected to http://test.host/intro/admin/tours Completed 302 Found in 5ms (ActiveRecord: 0.2ms | Allocations: 2365) Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 539]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 539]] TRANSACTION (5.1ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 540]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 540]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 541]] Intro::TourHistory Destroy (0.1ms) DELETE FROM "intro_tour_histories" WHERE "intro_tour_histories"."id" = ? [["id", 39]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 541]] TRANSACTION (5.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 542]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 542]] TRANSACTION (5.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 543]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 543]] TRANSACTION (3.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 544]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 544]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 545]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 545]] TRANSACTION (5.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 546]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 546]] TRANSACTION (4.1ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 547]] Intro::Tour Destroy (0.5ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 547]] TRANSACTION (4.9ms) commit transaction TRANSACTION (0.2ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 548]] Intro::Tour Destroy (0.5ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 548]] TRANSACTION (8.1ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 549]] Intro::Tour Destroy (0.6ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 549]] TRANSACTION (4.5ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 550]] Intro::Tour Destroy (0.4ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 550]] TRANSACTION (4.3ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 551]] Intro::Tour Destroy (0.3ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 551]] TRANSACTION (5.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 552]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 552]] TRANSACTION (4.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 553]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 553]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 554]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 554]] TRANSACTION (5.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 555]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 555]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 556]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 556]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 557]] Intro::Tour Destroy (0.5ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 557]] TRANSACTION (8.1ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 558]] Intro::Tour Destroy (0.5ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 558]] TRANSACTION (4.6ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 559]] Intro::Tour Destroy (0.4ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 559]] TRANSACTION (4.2ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 560]] Intro::Tour Destroy (0.3ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 560]] TRANSACTION (5.8ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 561]] Intro::Tour Destroy (0.3ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 561]] TRANSACTION (4.0ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 562]] Intro::Tour Destroy (0.3ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 562]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 563]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 563]] TRANSACTION (5.7ms) commit transaction TRANSACTION (0.2ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 564]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 564]] TRANSACTION (5.4ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 565]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 565]] TRANSACTION (7.1ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 567]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 567]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 568]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 568]] TRANSACTION (3.8ms) commit transaction Processing by Intro::ToursController#index as JSON Parameters: {"action_name"=>"x", "controller_path"=>"x"} Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 195) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" Processing by Intro::ToursController#index as JSON Parameters: {"action_name"=>"x", "controller_path"=>"x"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "x"], ["action_name", "x"], ["published", 1]] Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms | Allocations: 541) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423673-563971"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423673-563971"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:07:53.208944"], ["updated_at", "2020-12-31 14:07:53.208944"]] TRANSACTION (5.8ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" IS NULL AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["tour_id", 569]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.2ms | Allocations: 633) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 569]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 569]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423673-516843"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423673-516843"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:07:53.225494"], ["updated_at", "2020-12-31 14:07:53.225494"]] TRANSACTION (3.3ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423673-516843"], ["id", 570], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "options" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["options", "---\nnot_sign_visible: true\n"], ["updated_at", "2020-12-31 14:07:53.230934"], ["id", 570]] TRANSACTION (5.5ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" IS NULL AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["tour_id", 570]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 843) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 570]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 570]] TRANSACTION (3.8ms) commit transaction Processing by Intro::ToursController#index as JSON Parameters: {"action_name"=>"x", "controller_path"=>"x"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "x"], ["action_name", "x"], ["published", 1]] Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.6ms | Allocations: 2395) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423673-456301"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609423673-456301"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:07:53.254850"], ["updated_at", "2020-12-31 14:07:53.254850"]] TRANSACTION (3.8ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.1ms | Allocations: 668) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 571]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 571]] TRANSACTION (5.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423673-809573"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423673-809573"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:07:53.271700"], ["updated_at", "2020-12-31 14:07:53.271700"]] TRANSACTION (3.6ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 572]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.3ms | Allocations: 964) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 572]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 572]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423673-652170"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423673-652170"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:07:53.286763"], ["updated_at", "2020-12-31 14:07:53.286763"]] TRANSACTION (6.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423673-652170"], ["id", 573], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "expired_at" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["expired_at", "2020-12-30 14:07:53.294556"], ["updated_at", "2020-12-31 14:07:53.296033"], ["id", 573]] TRANSACTION (3.6ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 573]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.3ms | Allocations: 807) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 573]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 573]] TRANSACTION (4.2ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.3ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423673-305816"], ["LIMIT", 1]] Intro::Tour Create (0.6ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423673-305816"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:07:53.313306"], ["updated_at", "2020-12-31 14:07:53.313306"]] TRANSACTION (6.1ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Intro::TourHistory Create (0.6ms) INSERT INTO "intro_tour_histories" ("tour_id", "user_id", "touch_count", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["tour_id", 574], ["user_id", 1], ["touch_count", 1], ["created_at", "2020-12-31 14:07:53.330586"], ["updated_at", "2020-12-31 14:07:53.330586"]] TRANSACTION (6.7ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.3ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.4ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 574]] Completed 200 OK in 7ms (Views: 0.4ms | ActiveRecord: 0.9ms | Allocations: 791) Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 574]] Intro::TourHistory Destroy (0.3ms) DELETE FROM "intro_tour_histories" WHERE "intro_tour_histories"."id" = ? [["id", 40]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 574]] TRANSACTION (4.2ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423673-126705"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423673-126705"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:07:53.361864"], ["updated_at", "2020-12-31 14:07:53.361864"]] TRANSACTION (7.0ms) commit transaction User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Intro::TourHistory Create (0.2ms) INSERT INTO "intro_tour_histories" ("tour_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["tour_id", 575], ["user_id", 1], ["created_at", "2020-12-31 14:07:53.372725"], ["updated_at", "2020-12-31 14:07:53.372725"]] TRANSACTION (3.7ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 575]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.3ms | Allocations: 964) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 575]] Intro::TourHistory Destroy (0.1ms) DELETE FROM "intro_tour_histories" WHERE "intro_tour_histories"."id" = ? [["id", 41]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 575]] TRANSACTION (5.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423673-514309"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423673-514309"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:07:53.390484"], ["updated_at", "2020-12-31 14:07:53.390484"]] TRANSACTION (4.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423673-514309"], ["id", 576], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query:\n:simple: \"/intro/admin/tours/new\"\n:strict: true\n"], ["updated_at", "2020-12-31 14:07:53.397560"], ["id", 576]] TRANSACTION (3.6ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/new"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]] User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 576]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.3ms | Allocations: 1272) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 576]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 576]] TRANSACTION (7.2ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423673-286950"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423673-286950"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:07:53.416948"], ["updated_at", "2020-12-31 14:07:53.416948"]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423673-286950"], ["id", 577], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query:\n:simple: \"/intro/admin/tours/new\"\n:strict: true\n"], ["updated_at", "2020-12-31 14:07:53.423602"], ["id", 577]] TRANSACTION (4.0ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/new2"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]] User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.2ms | Allocations: 1027) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 577]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 577]] TRANSACTION (5.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423673-294837"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423673-294837"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:07:53.442486"], ["updated_at", "2020-12-31 14:07:53.442486"]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423673-294837"], ["id", 578], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "action_name" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["action_name", "edit"], ["updated_at", "2020-12-31 14:07:53.448364"], ["id", 578]] TRANSACTION (3.7ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"edit", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/13/edit"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "edit"], ["published", 1]] User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 578]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.3ms | Allocations: 1230) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 578]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 578]] TRANSACTION (5.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423673-569730"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423673-569730"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:07:53.465370"], ["updated_at", "2020-12-31 14:07:53.465370"]] TRANSACTION (3.3ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423673-569730"], ["id", 579], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "action_name" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["action_name", "edit"], ["updated_at", "2020-12-31 14:07:53.470677"], ["id", 579]] TRANSACTION (7.2ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"edit", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/13"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "edit"], ["published", 1]] User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.1ms | Allocations: 952) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 579]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 579]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423673-482093"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423673-482093"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:07:53.488965"], ["updated_at", "2020-12-31 14:07:53.488965"]] TRANSACTION (3.6ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/new?xyz=1"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]] User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 580]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.3ms | Allocations: 1220) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 580]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 580]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423673-436957"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423673-436957"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:07:53.503982"], ["updated_at", "2020-12-31 14:07:53.503982"]] TRANSACTION (5.3ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 581]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.2ms | Allocations: 964) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 581]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 581]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423673-725943"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423673-725943"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:07:53.520427"], ["updated_at", "2020-12-31 14:07:53.520427"]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423673-725943"], ["id", 582], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "options" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["options", "---\nnot_sign_visible: true\n"], ["updated_at", "2020-12-31 14:07:53.526240"], ["id", 582]] TRANSACTION (5.7ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 582]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 1013) Processing by Intro::ToursController#record as HTML Parameters: {"id"=>"0"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.0ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Filter chain halted as :require_tour rendered or redirected Completed 404 Not Found in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms | Allocations: 397) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423673-927548"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423673-927548"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:07:53.540046"], ["updated_at", "2020-12-31 14:07:53.540046"]] TRANSACTION (5.3ms) commit transaction Intro::TourHistory Exists? (0.1ms) SELECT 1 AS one FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? LIMIT ? [["tour_id", 583], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 583]] Processing by Intro::ToursController#record as HTML Parameters: {"id"=>"583"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 583], ["LIMIT", 1]] Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? ORDER BY "intro_tour_histories"."id" ASC LIMIT ? [["user_id", 1], ["tour_id", 583], ["LIMIT", 1]] Intro::TourHistory Update All (0.1ms) UPDATE "intro_tour_histories" SET "touch_count" = COALESCE("touch_count", 0) + ? WHERE "intro_tour_histories"."id" IS NULL [["touch_count", 1]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.4ms | Allocations: 951)  (0.1ms) SELECT COUNT(*) FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 583]] TRANSACTION (0.1ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-12-31 14:07:53.597977"], ["updated_at", "2020-12-31 14:07:53.597977"]] TRANSACTION (4.1ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423673-496581"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423673-496581"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:07:53.604261"], ["updated_at", "2020-12-31 14:07:53.604261"]] TRANSACTION (5.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Create (0.2ms) INSERT INTO "intro_tour_histories" ("tour_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["tour_id", 584], ["user_id", 15], ["created_at", "2020-12-31 14:07:53.611026"], ["updated_at", "2020-12-31 14:07:53.611026"]] TRANSACTION (3.6ms) commit transaction Intro::TourHistory Update All (4.1ms) UPDATE "intro_tour_histories" SET "touch_count" = COALESCE("touch_count", 0) + ? WHERE "intro_tour_histories"."id" = ? [["touch_count", 1], ["id", 42]] Intro::Tour Exists? (0.3ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", ""], ["LIMIT", 1]] Intro::Tour Exists? (0.3ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" IS NULL LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.3ms) SELECT "intro_tours".* FROM "intro_tours" ORDER BY "intro_tours"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423673-725943"], ["LIMIT", 1]] Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "TOUR-1609423673-725943"], ["LIMIT", 1]] Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" IS NULL LIMIT ? [["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423673-728634"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423673-728634"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:07:53.643866"], ["updated_at", "2020-12-31 14:07:53.643866"]] TRANSACTION (5.4ms) commit transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423673-728634"], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423673-194562"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423673-194562"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:07:53.653026"], ["updated_at", "2020-12-31 14:07:53.653026"]] TRANSACTION (3.7ms) commit transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423673-194562"], ["id", 586], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423673-728394"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609423673-728394"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=test\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 14:07:53.660776"], ["updated_at", "2020-12-31 14:07:53.660776"]] TRANSACTION (5.6ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423673-749136"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423673-749136"], ["route", "---\n:source:\n:query:\n:simple: \"/intro/admin/test\"\n:strict: false\n"], ["created_at", "2020-12-31 14:07:53.677712"], ["updated_at", "2020-12-31 14:07:53.677712"]] TRANSACTION (4.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423673-245983"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423673-245983"], ["route", "---\n:strict: true\n"], ["created_at", "2020-12-31 14:07:53.684924"], ["updated_at", "2020-12-31 14:07:53.684924"]] TRANSACTION (3.3ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423673-245983"], ["id", 589], ["LIMIT", 1]] TRANSACTION (0.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423673-245983"], ["id", 589], ["LIMIT", 1]] TRANSACTION (0.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423673-967081"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609423673-967081"], ["controller_path", "tours"], ["action_name", "new"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=test\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 14:07:53.693811"], ["updated_at", "2020-12-31 14:07:53.693811"]] TRANSACTION (5.3ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423673-138762"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609423673-138762"], ["controller_path", "intro/admin/tours"], ["action_name", "create"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=test\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 14:07:53.702078"], ["updated_at", "2020-12-31 14:07:53.702078"]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423673-510269"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609423673-510269"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=demo\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 14:07:53.709001"], ["updated_at", "2020-12-31 14:07:53.709001"]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423673-942657"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423673-942657"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:07:53.720130"], ["updated_at", "2020-12-31 14:07:53.720130"]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423673-416590"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423673-416590"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:07:53.726510"], ["updated_at", "2020-12-31 14:07:53.726510"]] TRANSACTION (14.1ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423673-693178"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423673-693178"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:07:53.743415"], ["updated_at", "2020-12-31 14:07:53.743415"]] TRANSACTION (5.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423673-693178"], ["id", 595], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "controller_path" = ?, "action_name" = ?, "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["controller_path", "intro/admin/tours"], ["action_name", "index"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: index\n:query:\n:strict: false\n:simple: \"/intro/admin/tours\"\n"], ["updated_at", "2020-12-31 14:07:53.751055"], ["id", 595]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423673-078259"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423673-078259"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:07:53.758176"], ["updated_at", "2020-12-31 14:07:53.758176"]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423673-519082"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423673-519082"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:07:53.764337"], ["updated_at", "2020-12-31 14:07:53.764337"]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423673-479856"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423673-479856"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:07:53.770933"], ["updated_at", "2020-12-31 14:07:53.770933"]] TRANSACTION (3.7ms) commit transaction  (0.8ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by Intro::Admin::ImagesController#create as JSON Filter chain halted as :authenticate rendered or redirected Completed 401 Unauthorized in 10ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 7295) Processing by Intro::Admin::ImagesController#create as JSON Filter chain halted as :require_image rendered or redirected Completed 400 Bad Request in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ImagesController#create as JSON Parameters: {"image"=>#, @original_filename="ruby.png", @content_type="image/png", @headers="Content-Disposition: form-data; name=\"image\"; filename=\"ruby.png\"\r\nContent-Type: image/png\r\nContent-Length: 5705\r\n">} Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 804) Processing by Intro::Admin::SessionsController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.5ms | Allocations: 273) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.7ms | Allocations: 370) Completed 200 OK in 5ms (Views: 3.2ms | ActiveRecord: 0.0ms | Allocations: 3043) Processing by Intro::Admin::SessionsController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 60) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.4ms | Allocations: 153) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms | Allocations: 470) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"NQlPV8Q"} Redirected to http://test.host/intro/admin/tours Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 192) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"test_user"} Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 60) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.2ms | Allocations: 153) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms | Allocations: 445) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"NQlPV8Q"} Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 57) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.2ms | Allocations: 148) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms | Allocations: 422) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"root"} Redirected to http://test.host/intro/admin/tours Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 159) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"test"} Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 60) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 153) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms | Allocations: 442) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"NQlPV8Q"} Redirected to http://test.host/intro/admin/tours Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 156) Processing by Intro::Admin::SessionsController#sign_out as HTML Redirected to http://test.host/intro/admin/sessions/new Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 147) Processing by Intro::Admin::ToursController#index as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 248) Processing by Intro::Admin::ToursController#new as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#create as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#route as JSON Filter chain halted as :authenticate rendered or redirected Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 153) Processing by Intro::Admin::ToursController#attempt as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#show as HTML Parameters: {"id"=>"0"} Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#edit as HTML Parameters: {"id"=>"0"} Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#update as HTML Parameters: {"id"=>"0"} Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#destroy as HTML Parameters: {"id"=>"0"} Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#publish as HTML Parameters: {"id"=>"0"} Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#index as HTML Redirected to http://test.host/login Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 128) Processing by Intro::Admin::ToursController#index as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 63) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 156) Completed 200 OK in 3ms (Views: 1.1ms | ActiveRecord: 0.2ms | Allocations: 2318) Processing by Intro::Admin::ToursController#index as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.2ms | Allocations: 154) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms | Allocations: 588) Processing by Intro::Admin::ToursController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application (Duration: 0.2ms | Allocations: 63) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 156) Completed 200 OK in 18ms (Views: 0.8ms | ActiveRecord: 0.2ms | Allocations: 5608) Processing by Intro::Admin::ToursController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms | Allocations: 481)  (0.1ms) SELECT COUNT(*) FROM "intro_tours" Processing by Intro::Admin::ToursController#create as HTML Parameters: {"tour"=>{"ident"=>"hdpuwcfalvtezjkioqbmgnxsyr"}} TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "hdpuwcfalvtezjkioqbmgnxsyr"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "hdpuwcfalvtezjkioqbmgnxsyr"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:08:16.122868"], ["updated_at", "2020-12-31 14:08:16.122868"]] TRANSACTION (7.1ms) commit transaction Redirected to http://test.host/intro/admin/tours/599 Completed 302 Found in 10ms (ActiveRecord: 7.5ms | Allocations: 1357)  (0.1ms) SELECT COUNT(*) FROM "intro_tours"  (0.1ms) SELECT COUNT(*) FROM "intro_tours" Processing by Intro::Admin::ToursController#create as HTML TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" IS NULL LIMIT ? [["LIMIT", 1]] TRANSACTION (0.0ms) rollback transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.2ms | Allocations: 871)  (0.1ms) SELECT COUNT(*) FROM "intro_tours" Processing by Intro::Admin::ToursController#route as JSON Parameters: {"path"=>"/intro/admin/tours?xyz=1"} Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 3248) Processing by Intro::Admin::ToursController#attempt as JSON Parameters: {"tour"=>{"options"=>{"content"=>"content", "title"=>"title"}}} Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 452) Processing by Intro::Admin::ToursController#attempt as JSON Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 227) Processing by Intro::Admin::ToursController#show as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms | Allocations: 444) Processing by Intro::Admin::ToursController#show as JSON Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Filter chain halted as :require_tour rendered or redirected Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms | Allocations: 205) Processing by Intro::Admin::ToursController#edit as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms | Allocations: 268) Processing by Intro::Admin::ToursController#update as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms | Allocations: 268) Processing by Intro::Admin::ToursController#destroy as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms | Allocations: 268) Processing by Intro::Admin::ToursController#publish as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms | Allocations: 268) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423696-578410"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423696-578410"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:08:16.156813"], ["updated_at", "2020-12-31 14:08:16.156813"]] TRANSACTION (5.5ms) commit transaction Processing by Intro::Admin::ToursController#show as HTML Parameters: {"id"=>"600"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 600], ["LIMIT", 1]] Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 63) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 156) Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.1ms | Allocations: 759) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423696-874315"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423696-874315"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:08:16.167552"], ["updated_at", "2020-12-31 14:08:16.167552"]] TRANSACTION (5.6ms) commit transaction Processing by Intro::Admin::ToursController#show as HTML Parameters: {"id"=>"601"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 601], ["LIMIT", 1]] Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms | Allocations: 529) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423696-850367"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423696-850367"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:08:16.178179"], ["updated_at", "2020-12-31 14:08:16.178179"]] TRANSACTION (3.8ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"ident"=>"new-tour-1609423696-850367"}, "id"=>"602"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 602], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "new-tour-1609423696-850367"], ["id", 602], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "ident" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["ident", "new-tour-1609423696-850367"], ["updated_at", "2020-12-31 14:08:16.185626"], ["id", 602]] TRANSACTION (4.0ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 4.3ms | Allocations: 1475) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423696-796285"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423696-796285"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:08:16.193250"], ["updated_at", "2020-12-31 14:08:16.193250"]] TRANSACTION (5.2ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"ident"=>"new-tour-1609423696-796285"}, "id"=>"603"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 603], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "new-tour-1609423696-796285"], ["id", 603], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "ident" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["ident", "new-tour-1609423696-796285"], ["updated_at", "2020-12-31 14:08:16.201954"], ["id", 603]] TRANSACTION (3.9ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.2ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 4.3ms | Allocations: 1401) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423696-059127"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423696-059127"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:08:16.209997"], ["updated_at", "2020-12-31 14:08:16.209997"]] TRANSACTION (6.9ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"controller_path"=>"new-"}, "id"=>"604"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 604], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423696-059127"], ["id", 604], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "controller_path" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["controller_path", "new-"], ["updated_at", "2020-12-31 14:08:16.220185"], ["id", 604]] TRANSACTION (5.5ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 9ms (Views: 0.7ms | ActiveRecord: 5.8ms | Allocations: 1403) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423696-372645"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423696-372645"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:08:16.229299"], ["updated_at", "2020-12-31 14:08:16.229299"]] TRANSACTION (3.6ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"action_name"=>"new-"}, "id"=>"605"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 605], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423696-372645"], ["id", 605], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "action_name" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["action_name", "new-"], ["updated_at", "2020-12-31 14:08:16.236442"], ["id", 605]] TRANSACTION (5.6ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 9ms (Views: 0.7ms | ActiveRecord: 6.0ms | Allocations: 1404) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423696-310279"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423696-310279"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:08:16.245868"], ["updated_at", "2020-12-31 14:08:16.245868"]] TRANSACTION (4.0ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"options"=>{"title"=>"title"}}, "id"=>"606"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 606], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423696-310279"], ["id", 606], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "options" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["options", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ntitle: title\n"], ["updated_at", "2020-12-31 14:08:16.253483"], ["id", 606]] TRANSACTION (7.2ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 11ms (Views: 0.7ms | ActiveRecord: 7.5ms | Allocations: 1726) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423696-214897"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423696-214897"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:08:16.264531"], ["updated_at", "2020-12-31 14:08:16.264531"]] TRANSACTION (3.9ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"route"=>{"simple"=>"/"}}, "id"=>"607"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 607], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423696-214897"], ["id", 607], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nsource:\nquery:\nsimple: \"/\"\nstrict: false\n"], ["updated_at", "2020-12-31 14:08:16.273016"], ["id", 607]] TRANSACTION (3.7ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 8ms (Views: 0.7ms | ActiveRecord: 4.1ms | Allocations: 2670) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423696-415823"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423696-415823"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:08:16.280966"], ["updated_at", "2020-12-31 14:08:16.280966"]] TRANSACTION (6.2ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"expired_at"=>"2021-01-01"}, "id"=>"608"} Intro::Tour Load (0.3ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 608], ["LIMIT", 1]] TRANSACTION (0.2ms) begin transaction Intro::Tour Exists? (0.3ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423696-415823"], ["id", 608], ["LIMIT", 1]] Intro::Tour Update (0.6ms) UPDATE "intro_tours" SET "expired_at" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["expired_at", "2021-01-01 00:00:00"], ["updated_at", "2020-12-31 14:08:16.298045"], ["id", 608]] TRANSACTION (4.7ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.4ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 1.0ms | Allocations: 154) Completed 200 OK in 18ms (Views: 2.4ms | ActiveRecord: 6.0ms | Allocations: 1516) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.3ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423696-984275"], ["LIMIT", 1]] Intro::Tour Create (0.6ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423696-984275"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:08:16.316028"], ["updated_at", "2020-12-31 14:08:16.316028"]] TRANSACTION (4.5ms) commit transaction Processing by Intro::Admin::ToursController#destroy as HTML Parameters: {"id"=>"609"} Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 609], ["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 609]] Intro::Tour Destroy (0.3ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 609]] TRANSACTION (5.7ms) commit transaction Redirected to http://test.host/intro/admin/tours Completed 302 Found in 26ms (ActiveRecord: 7.0ms | Allocations: 4679) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423696-835704"], ["LIMIT", 1]] Intro::Tour Create (0.4ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423696-835704"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:08:16.356119"], ["updated_at", "2020-12-31 14:08:16.356119"]] TRANSACTION (4.1ms) commit transaction Processing by Intro::Admin::ToursController#publish as HTML Parameters: {"published"=>"true", "id"=>"610"} Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 610], ["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423696-835704"], ["id", 610], ["LIMIT", 1]] Intro::Tour Update (0.3ms) UPDATE "intro_tours" SET "published" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["published", 1], ["updated_at", "2020-12-31 14:08:16.368392"], ["id", 610]] TRANSACTION (6.3ms) commit transaction Redirected to Redirected to http://test.host/intro/admin/tours Completed 302 Found in 20ms (ActiveRecord: 7.2ms | Allocations: 2532) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423696-892017"], ["LIMIT", 1]] Intro::Tour Create (0.5ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423696-892017"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:08:16.388867"], ["updated_at", "2020-12-31 14:08:16.388867"]] TRANSACTION (6.2ms) commit transaction Processing by Intro::Admin::ToursController#publish as HTML Parameters: {"published"=>"false", "id"=>"611"} Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 611], ["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423696-892017"], ["id", 611], ["LIMIT", 1]] TRANSACTION (0.1ms) commit transaction Redirected to Redirected to http://test.host/intro/admin/tours Completed 302 Found in 11ms (ActiveRecord: 0.6ms | Allocations: 2350) Intro::Tour Load (0.3ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 582]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 582]] TRANSACTION (6.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 583]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 583]] TRANSACTION (6.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 584]] Intro::TourHistory Destroy (0.2ms) DELETE FROM "intro_tour_histories" WHERE "intro_tour_histories"."id" = ? [["id", 42]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 584]] TRANSACTION (4.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 585]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 585]] TRANSACTION (3.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 586]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 586]] TRANSACTION (5.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 587]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 587]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 588]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 588]] TRANSACTION (3.3ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 589]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 589]] TRANSACTION (5.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 590]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 590]] TRANSACTION (6.0ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 591]] Intro::Tour Destroy (0.5ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 591]] TRANSACTION (6.4ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 592]] Intro::Tour Destroy (0.5ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 592]] TRANSACTION (6.6ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 593]] Intro::Tour Destroy (0.6ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 593]] TRANSACTION (4.5ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 594]] Intro::Tour Destroy (0.4ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 594]] TRANSACTION (4.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 595]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 595]] TRANSACTION (7.2ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 596]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 596]] TRANSACTION (3.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 597]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 597]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 598]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 598]] TRANSACTION (5.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 599]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 599]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 600]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 600]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 601]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 601]] TRANSACTION (5.2ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 602]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 602]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 603]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 603]] TRANSACTION (4.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 604]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 604]] TRANSACTION (5.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 605]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 605]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 606]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 606]] TRANSACTION (7.1ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 607]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 607]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 608]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 608]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 610]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 610]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 611]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 611]] TRANSACTION (4.9ms) commit transaction Processing by Intro::ToursController#index as JSON Parameters: {"action_name"=>"x", "controller_path"=>"x"} Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 194) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" Processing by Intro::ToursController#index as JSON Parameters: {"action_name"=>"x", "controller_path"=>"x"} Intro::Tour Load (0.3ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "x"], ["action_name", "x"], ["published", 1]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.3ms | Allocations: 539) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423696-095418"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423696-095418"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:08:16.613029"], ["updated_at", "2020-12-31 14:08:16.613029"]] TRANSACTION (3.5ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" IS NULL AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["tour_id", 612]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.2ms | Allocations: 633) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 612]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 612]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423696-837042"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423696-837042"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:08:16.627473"], ["updated_at", "2020-12-31 14:08:16.627473"]] TRANSACTION (5.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423696-837042"], ["id", 613], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "options" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["options", "---\nnot_sign_visible: true\n"], ["updated_at", "2020-12-31 14:08:16.635307"], ["id", 613]] TRANSACTION (3.9ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" IS NULL AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["tour_id", 613]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 843) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 613]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 613]] TRANSACTION (4.0ms) commit transaction Processing by Intro::ToursController#index as JSON Parameters: {"action_name"=>"x", "controller_path"=>"x"} User Load (0.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "x"], ["action_name", "x"], ["published", 1]] Completed 200 OK in 16ms (Views: 0.3ms | ActiveRecord: 2.0ms | Allocations: 2393) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423696-127864"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609423696-127864"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:08:16.672556"], ["updated_at", "2020-12-31 14:08:16.672556"]] TRANSACTION (7.0ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 668) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 614]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 614]] TRANSACTION (5.1ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423696-816293"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423696-816293"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:08:16.694168"], ["updated_at", "2020-12-31 14:08:16.694168"]] TRANSACTION (5.3ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 615]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.3ms | Allocations: 964) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 615]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 615]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423696-042781"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423696-042781"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:08:16.711351"], ["updated_at", "2020-12-31 14:08:16.711351"]] TRANSACTION (4.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423696-042781"], ["id", 616], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "expired_at" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["expired_at", "2020-12-30 14:08:16.716634"], ["updated_at", "2020-12-31 14:08:16.717769"], ["id", 616]] TRANSACTION (5.2ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 616]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.3ms | Allocations: 807) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 616]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 616]] TRANSACTION (4.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423696-108792"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423696-108792"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:08:16.734662"], ["updated_at", "2020-12-31 14:08:16.734662"]] TRANSACTION (5.4ms) commit transaction User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Intro::TourHistory Create (0.1ms) INSERT INTO "intro_tour_histories" ("tour_id", "user_id", "touch_count", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["tour_id", 617], ["user_id", 1], ["touch_count", 1], ["created_at", "2020-12-31 14:08:16.743204"], ["updated_at", "2020-12-31 14:08:16.743204"]] TRANSACTION (4.0ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 617]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.2ms | Allocations: 791) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 617]] Intro::TourHistory Destroy (0.1ms) DELETE FROM "intro_tour_histories" WHERE "intro_tour_histories"."id" = ? [["id", 43]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 617]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423696-478952"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423696-478952"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:08:16.757648"], ["updated_at", "2020-12-31 14:08:16.757648"]] TRANSACTION (5.1ms) commit transaction User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Intro::TourHistory Create (0.1ms) INSERT INTO "intro_tour_histories" ("tour_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["tour_id", 618], ["user_id", 1], ["created_at", "2020-12-31 14:08:16.765423"], ["updated_at", "2020-12-31 14:08:16.765423"]] TRANSACTION (4.2ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 618]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 964) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 618]] Intro::TourHistory Destroy (0.1ms) DELETE FROM "intro_tour_histories" WHERE "intro_tour_histories"."id" = ? [["id", 44]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 618]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423696-781395"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423696-781395"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:08:16.780276"], ["updated_at", "2020-12-31 14:08:16.780276"]] TRANSACTION (5.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423696-781395"], ["id", 619], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query:\n:simple: \"/intro/admin/tours/new\"\n:strict: true\n"], ["updated_at", "2020-12-31 14:08:16.788542"], ["id", 619]] TRANSACTION (3.8ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/new"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 619]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 1272) Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"http://localhost:3000/intro/admin/tours/new"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 619]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.4ms | Allocations: 1111) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423696-781395"], ["id", 619], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query:\n:simple: http://localhost:3000/intro/admin/tours/new\n:strict: false\n"], ["updated_at", "2020-12-31 14:08:16.802715"], ["id", 619]] TRANSACTION (3.3ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"http://localhost:3000/intro/admin/tours/new"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 619]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.6ms | Allocations: 1119) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423696-781395"], ["id", 619], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: xyz=1\n:simple: http://localhost:3000/intro/admin/tours/new?xyz=1\n:strict: false\n"], ["updated_at", "2020-12-31 14:08:16.812302"], ["id", 619]] TRANSACTION (5.6ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"http://localhost:3000/intro/admin/tours/new?xyz=1"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 619]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.8ms | Allocations: 1172) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 619]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 619]] TRANSACTION (5.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423696-695072"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423696-695072"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:08:16.830786"], ["updated_at", "2020-12-31 14:08:16.830786"]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423696-695072"], ["id", 620], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query:\n:simple: \"/intro/admin/tours/new\"\n:strict: true\n"], ["updated_at", "2020-12-31 14:08:16.837495"], ["id", 620]] TRANSACTION (5.4ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/new2"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.1ms | Allocations: 1027) Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"http://localhost:3000/intro/admin/tours/new2"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.2ms | Allocations: 866) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423696-695072"], ["id", 620], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query:\n:simple: http://localhost:3000/intro/admin/tours/new\n:strict: false\n"], ["updated_at", "2020-12-31 14:08:16.851891"], ["id", 620]] TRANSACTION (3.8ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"http://localhost:3000/intro/admin/tours/new2"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.3ms | Allocations: 862) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423696-695072"], ["id", 620], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: xyz=1\n:simple: http://localhost:3000/intro/admin/tours/new?xyz=1\n:strict: false\n"], ["updated_at", "2020-12-31 14:08:16.860852"], ["id", 620]] TRANSACTION (4.0ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"http://localhost:3000/intro/admin/tours/new?xyz=2"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]] Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.4ms | Allocations: 935) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 620]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 620]] TRANSACTION (5.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423696-239618"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423696-239618"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:08:16.876437"], ["updated_at", "2020-12-31 14:08:16.876437"]] TRANSACTION (3.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423696-239618"], ["id", 621], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "action_name" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["action_name", "edit"], ["updated_at", "2020-12-31 14:08:16.881979"], ["id", 621]] TRANSACTION (3.8ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"edit", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/13/edit"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "edit"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 621]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 1230) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423696-239618"], ["id", 621], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:source:\n :controller: intro/admin/tours\n :action: edit\n :id: '13'\n:query:\n:simple: \"/intro/admin/tours/13/edit\"\n:strict: false\n"], ["updated_at", "2020-12-31 14:08:16.891567"], ["id", 621]] TRANSACTION (5.5ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"edit", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/13/edit"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "edit"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 621]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.4ms | Allocations: 1130) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 621]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 621]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423696-763845"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423696-763845"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:08:16.907667"], ["updated_at", "2020-12-31 14:08:16.907667"]] TRANSACTION (3.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423696-763845"], ["id", 622], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "action_name" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["action_name", "edit"], ["updated_at", "2020-12-31 14:08:16.913195"], ["id", 622]] TRANSACTION (5.6ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"edit", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/13"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "edit"], ["published", 1]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.1ms | Allocations: 952) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423696-763845"], ["id", 622], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:source:\n :controller: intro/admin/tours\n :action: edit\n :id: '13'\n:query:\n:simple: \"/intro/admin/tours/13/edit\"\n:strict: false\n"], ["updated_at", "2020-12-31 14:08:16.924094"], ["id", 622]] TRANSACTION (3.5ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"edit", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/13"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "edit"], ["published", 1]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.2ms | Allocations: 869) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 622]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 622]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423696-462095"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423696-462095"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:08:16.938006"], ["updated_at", "2020-12-31 14:08:16.938006"]] TRANSACTION (3.4ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/new?xyz=1"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 623]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.3ms | Allocations: 1219) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423696-462095"], ["id", 623], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:query: xyz=1\n:strict: false\n"], ["updated_at", "2020-12-31 14:08:16.947286"], ["id", 623]] TRANSACTION (4.9ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/new?xyz=1"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 623]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.4ms | Allocations: 1090) Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/new?xyz=1&abc=2"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 623]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.6ms | Allocations: 1109) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 623]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 623]] TRANSACTION (4.1ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423696-420685"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423696-420685"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:08:16.965353"], ["updated_at", "2020-12-31 14:08:16.965353"]] TRANSACTION (3.5ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.3ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 624]] Completed 200 OK in 9ms (Views: 0.2ms | ActiveRecord: 0.4ms | Allocations: 965) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 624]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 624]] TRANSACTION (5.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423696-960378"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423696-960378"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:08:16.989123"], ["updated_at", "2020-12-31 14:08:16.989123"]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423696-960378"], ["id", 625], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "options" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["options", "---\nnot_sign_visible: true\n"], ["updated_at", "2020-12-31 14:08:16.994971"], ["id", 625]] TRANSACTION (3.7ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 625]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 1013) Processing by Intro::ToursController#record as HTML Parameters: {"id"=>"0"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Filter chain halted as :require_tour rendered or redirected Completed 404 Not Found in 1ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 397) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423697-908562"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423697-908562"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:08:17.007363"], ["updated_at", "2020-12-31 14:08:17.007363"]] TRANSACTION (5.9ms) commit transaction Intro::TourHistory Exists? (0.1ms) SELECT 1 AS one FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? LIMIT ? [["tour_id", 626], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 626]] Processing by Intro::ToursController#record as HTML Parameters: {"id"=>"626"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 626], ["LIMIT", 1]] Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? ORDER BY "intro_tour_histories"."id" ASC LIMIT ? [["user_id", 1], ["tour_id", 626], ["LIMIT", 1]] Intro::TourHistory Update All (0.1ms) UPDATE "intro_tour_histories" SET "touch_count" = COALESCE("touch_count", 0) + ? WHERE "intro_tour_histories"."id" IS NULL [["touch_count", 1]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.4ms | Allocations: 951)  (0.1ms) SELECT COUNT(*) FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 626]] TRANSACTION (0.1ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-12-31 14:08:17.083319"], ["updated_at", "2020-12-31 14:08:17.083319"]] TRANSACTION (5.1ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423697-386092"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423697-386092"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:08:17.090871"], ["updated_at", "2020-12-31 14:08:17.090871"]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Create (0.2ms) INSERT INTO "intro_tour_histories" ("tour_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["tour_id", 627], ["user_id", 16], ["created_at", "2020-12-31 14:08:17.096239"], ["updated_at", "2020-12-31 14:08:17.096239"]] TRANSACTION (5.1ms) commit transaction Intro::TourHistory Update All (3.9ms) UPDATE "intro_tour_histories" SET "touch_count" = COALESCE("touch_count", 0) + ? WHERE "intro_tour_histories"."id" = ? [["touch_count", 1], ["id", 45]] Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", ""], ["LIMIT", 1]] Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" IS NULL LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" ORDER BY "intro_tours"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423696-960378"], ["LIMIT", 1]] Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "TOUR-1609423696-960378"], ["LIMIT", 1]] Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" IS NULL LIMIT ? [["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423697-962170"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423697-962170"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:08:17.117577"], ["updated_at", "2020-12-31 14:08:17.117577"]] TRANSACTION (3.8ms) commit transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423697-962170"], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423697-472589"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423697-472589"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:08:17.126519"], ["updated_at", "2020-12-31 14:08:17.126519"]] TRANSACTION (5.4ms) commit transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423697-472589"], ["id", 629], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423697-287460"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609423697-287460"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=test\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 14:08:17.138523"], ["updated_at", "2020-12-31 14:08:17.138523"]] TRANSACTION (3.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423697-697245"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423697-697245"], ["route", "---\n:source:\n:query:\n:simple: \"/intro/admin/test\"\n:strict: false\n"], ["created_at", "2020-12-31 14:08:17.150502"], ["updated_at", "2020-12-31 14:08:17.150502"]] TRANSACTION (3.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423697-357196"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423697-357196"], ["route", "---\n:strict: true\n"], ["created_at", "2020-12-31 14:08:17.159978"], ["updated_at", "2020-12-31 14:08:17.159978"]] TRANSACTION (6.9ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.3ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423697-357196"], ["id", 632], ["LIMIT", 1]] TRANSACTION (0.1ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423697-357196"], ["id", 632], ["LIMIT", 1]] TRANSACTION (0.1ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423697-297361"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609423697-297361"], ["controller_path", "tours"], ["action_name", "new"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=test\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 14:08:17.184009"], ["updated_at", "2020-12-31 14:08:17.184009"]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423697-201438"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609423697-201438"], ["controller_path", "intro/admin/tours"], ["action_name", "create"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=test\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 14:08:17.194418"], ["updated_at", "2020-12-31 14:08:17.194418"]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423697-204783"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609423697-204783"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=demo\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 14:08:17.204026"], ["updated_at", "2020-12-31 14:08:17.204026"]] TRANSACTION (5.3ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423697-746159"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423697-746159"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:08:17.225393"], ["updated_at", "2020-12-31 14:08:17.225393"]] TRANSACTION (5.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423697-364079"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423697-364079"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:08:17.235936"], ["updated_at", "2020-12-31 14:08:17.235936"]] TRANSACTION (4.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423697-926847"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423697-926847"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:08:17.244747"], ["updated_at", "2020-12-31 14:08:17.244747"]] TRANSACTION (5.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423697-926847"], ["id", 638], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "controller_path" = ?, "action_name" = ?, "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["controller_path", "intro/admin/tours"], ["action_name", "index"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: index\n:query:\n:strict: false\n:simple: \"/intro/admin/tours\"\n"], ["updated_at", "2020-12-31 14:08:17.254860"], ["id", 638]] TRANSACTION (4.0ms) commit transaction TRANSACTION (0.2ms) begin transaction Intro::Tour Exists? (0.4ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423697-157264"], ["LIMIT", 1]] Intro::Tour Create (0.6ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423697-157264"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:08:17.274504"], ["updated_at", "2020-12-31 14:08:17.274504"]] TRANSACTION (4.7ms) commit transaction TRANSACTION (0.2ms) begin transaction Intro::Tour Exists? (0.5ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423697-427380"], ["LIMIT", 1]] Intro::Tour Create (0.7ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423697-427380"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:08:17.290516"], ["updated_at", "2020-12-31 14:08:17.290516"]] TRANSACTION (7.9ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.3ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423697-194035"], ["LIMIT", 1]] Intro::Tour Create (0.4ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423697-194035"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:08:17.306515"], ["updated_at", "2020-12-31 14:08:17.306515"]] TRANSACTION (4.6ms) commit transaction  (0.8ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by Intro::Admin::ImagesController#create as JSON Filter chain halted as :authenticate rendered or redirected Completed 401 Unauthorized in 11ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 7295) Processing by Intro::Admin::ImagesController#create as JSON Filter chain halted as :require_image rendered or redirected Completed 400 Bad Request in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ImagesController#create as JSON Parameters: {"image"=>#, @original_filename="ruby.png", @content_type="image/png", @headers="Content-Disposition: form-data; name=\"image\"; filename=\"ruby.png\"\r\nContent-Type: image/png\r\nContent-Length: 5705\r\n">} Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 804) Processing by Intro::Admin::SessionsController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.7ms | Allocations: 273) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.8ms | Allocations: 370) Completed 200 OK in 5ms (Views: 3.3ms | ActiveRecord: 0.0ms | Allocations: 3043) Processing by Intro::Admin::SessionsController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 60) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 153) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms | Allocations: 470) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"NQlPV8Q"} Redirected to http://test.host/intro/admin/tours Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 192) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"test_user"} Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 60) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 153) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms | Allocations: 445) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"NQlPV8Q"} Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 57) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.2ms | Allocations: 148) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms | Allocations: 422) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"root"} Redirected to http://test.host/intro/admin/tours Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 159) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"test"} Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 60) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 153) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms | Allocations: 442) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"NQlPV8Q"} Redirected to http://test.host/intro/admin/tours Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 156) Processing by Intro::Admin::SessionsController#sign_out as HTML Redirected to http://test.host/intro/admin/sessions/new Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 147) Processing by Intro::Admin::ToursController#index as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 248) Processing by Intro::Admin::ToursController#new as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#create as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#route as JSON Filter chain halted as :authenticate rendered or redirected Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 153) Processing by Intro::Admin::ToursController#attempt as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#show as HTML Parameters: {"id"=>"0"} Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#edit as HTML Parameters: {"id"=>"0"} Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#update as HTML Parameters: {"id"=>"0"} Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#destroy as HTML Parameters: {"id"=>"0"} Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#publish as HTML Parameters: {"id"=>"0"} Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#index as HTML Redirected to http://test.host/login Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 128) Processing by Intro::Admin::ToursController#index as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 63) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 156) Completed 200 OK in 3ms (Views: 1.2ms | ActiveRecord: 0.2ms | Allocations: 2318) Processing by Intro::Admin::ToursController#index as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms | Allocations: 588) Processing by Intro::Admin::ToursController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application (Duration: 0.2ms | Allocations: 63) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.4ms | Allocations: 156) Completed 200 OK in 18ms (Views: 0.8ms | ActiveRecord: 0.2ms | Allocations: 5608) Processing by Intro::Admin::ToursController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms | Allocations: 481)  (0.1ms) SELECT COUNT(*) FROM "intro_tours" Processing by Intro::Admin::ToursController#create as HTML Parameters: {"tour"=>{"ident"=>"pmgselonazqychwkvdiufjxtbr"}} TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "pmgselonazqychwkvdiufjxtbr"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "pmgselonazqychwkvdiufjxtbr"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:08:58.466184"], ["updated_at", "2020-12-31 14:08:58.466184"]] TRANSACTION (7.3ms) commit transaction Redirected to http://test.host/intro/admin/tours/642 Completed 302 Found in 10ms (ActiveRecord: 7.6ms | Allocations: 1357)  (0.1ms) SELECT COUNT(*) FROM "intro_tours"  (0.1ms) SELECT COUNT(*) FROM "intro_tours" Processing by Intro::Admin::ToursController#create as HTML TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" IS NULL LIMIT ? [["LIMIT", 1]] TRANSACTION (0.0ms) rollback transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.2ms | Allocations: 871)  (0.1ms) SELECT COUNT(*) FROM "intro_tours" Processing by Intro::Admin::ToursController#route as JSON Parameters: {"path"=>"/intro/admin/tours?xyz=1"} Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 3248) Processing by Intro::Admin::ToursController#attempt as JSON Parameters: {"tour"=>{"options"=>{"content"=>"content", "title"=>"title"}}} Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 452) Processing by Intro::Admin::ToursController#attempt as JSON Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 227) Processing by Intro::Admin::ToursController#show as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms | Allocations: 444) Processing by Intro::Admin::ToursController#show as JSON Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Filter chain halted as :require_tour rendered or redirected Completed 404 Not Found in 0ms (ActiveRecord: 0.1ms | Allocations: 205) Processing by Intro::Admin::ToursController#edit as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms | Allocations: 268) Processing by Intro::Admin::ToursController#update as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms | Allocations: 268) Processing by Intro::Admin::ToursController#destroy as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms | Allocations: 268) Processing by Intro::Admin::ToursController#publish as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms | Allocations: 268) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423738-518207"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423738-518207"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:08:58.500095"], ["updated_at", "2020-12-31 14:08:58.500095"]] TRANSACTION (5.2ms) commit transaction Processing by Intro::Admin::ToursController#show as HTML Parameters: {"id"=>"643"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 643], ["LIMIT", 1]] Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 63) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 156) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.1ms | Allocations: 759) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423738-104952"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423738-104952"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:08:58.510638"], ["updated_at", "2020-12-31 14:08:58.510638"]] TRANSACTION (4.1ms) commit transaction Processing by Intro::Admin::ToursController#show as HTML Parameters: {"id"=>"644"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 644], ["LIMIT", 1]] Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.4ms | Allocations: 154) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms | Allocations: 529) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423738-623051"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423738-623051"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:08:58.520102"], ["updated_at", "2020-12-31 14:08:58.520102"]] TRANSACTION (3.7ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"ident"=>"new-tour-1609423738-623051"}, "id"=>"645"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 645], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "new-tour-1609423738-623051"], ["id", 645], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "ident" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["ident", "new-tour-1609423738-623051"], ["updated_at", "2020-12-31 14:08:58.527433"], ["id", 645]] TRANSACTION (5.5ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 9ms (Views: 0.7ms | ActiveRecord: 5.9ms | Allocations: 1475) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423738-425890"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423738-425890"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:08:58.536650"], ["updated_at", "2020-12-31 14:08:58.536650"]] TRANSACTION (5.1ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"ident"=>"new-tour-1609423738-425890"}, "id"=>"646"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 646], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "new-tour-1609423738-425890"], ["id", 646], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "ident" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["ident", "new-tour-1609423738-425890"], ["updated_at", "2020-12-31 14:08:58.545292"], ["id", 646]] TRANSACTION (5.7ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 9ms (Views: 0.7ms | ActiveRecord: 6.1ms | Allocations: 1401) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423738-218396"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423738-218396"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:08:58.554923"], ["updated_at", "2020-12-31 14:08:58.554923"]] TRANSACTION (3.8ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"controller_path"=>"new-"}, "id"=>"647"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 647], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423738-218396"], ["id", 647], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "controller_path" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["controller_path", "new-"], ["updated_at", "2020-12-31 14:08:58.562054"], ["id", 647]] TRANSACTION (3.7ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 4.0ms | Allocations: 1403) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423738-301426"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423738-301426"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:08:58.569365"], ["updated_at", "2020-12-31 14:08:58.569365"]] TRANSACTION (3.8ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"action_name"=>"new-"}, "id"=>"648"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 648], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423738-301426"], ["id", 648], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "action_name" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["action_name", "new-"], ["updated_at", "2020-12-31 14:08:58.576545"], ["id", 648]] TRANSACTION (6.9ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 10ms (Views: 0.7ms | ActiveRecord: 7.3ms | Allocations: 1404) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423738-597481"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423738-597481"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:08:58.587091"], ["updated_at", "2020-12-31 14:08:58.587091"]] TRANSACTION (3.4ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"options"=>{"title"=>"title"}}, "id"=>"649"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 649], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423738-597481"], ["id", 649], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "options" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["options", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ntitle: title\n"], ["updated_at", "2020-12-31 14:08:58.593899"], ["id", 649]] TRANSACTION (5.3ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 9ms (Views: 0.7ms | ActiveRecord: 5.6ms | Allocations: 1726) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423738-132964"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423738-132964"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:08:58.602986"], ["updated_at", "2020-12-31 14:08:58.602986"]] TRANSACTION (3.4ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"route"=>{"simple"=>"/"}}, "id"=>"650"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 650], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423738-132964"], ["id", 650], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nsource:\nquery:\nsimple: \"/\"\nstrict: false\n"], ["updated_at", "2020-12-31 14:08:58.610761"], ["id", 650]] TRANSACTION (4.3ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 9ms (Views: 0.8ms | ActiveRecord: 4.6ms | Allocations: 2670) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423738-958374"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423738-958374"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:08:58.619384"], ["updated_at", "2020-12-31 14:08:58.619384"]] TRANSACTION (3.7ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"expired_at"=>"2021-01-01"}, "id"=>"651"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 651], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423738-958374"], ["id", 651], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "expired_at" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["expired_at", "2021-01-01 00:00:00"], ["updated_at", "2020-12-31 14:08:58.626738"], ["id", 651]] TRANSACTION (5.2ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 9ms (Views: 0.7ms | ActiveRecord: 5.5ms | Allocations: 1516) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423738-269180"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423738-269180"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:08:58.635720"], ["updated_at", "2020-12-31 14:08:58.635720"]] TRANSACTION (3.7ms) commit transaction Processing by Intro::Admin::ToursController#destroy as HTML Parameters: {"id"=>"652"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 652], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 652]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 652]] TRANSACTION (3.9ms) commit transaction Redirected to http://test.host/intro/admin/tours Completed 302 Found in 12ms (ActiveRecord: 4.5ms | Allocations: 4679) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423738-130249"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423738-130249"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:08:58.655862"], ["updated_at", "2020-12-31 14:08:58.655862"]] TRANSACTION (5.5ms) commit transaction Processing by Intro::Admin::ToursController#publish as HTML Parameters: {"published"=>"true", "id"=>"653"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 653], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423738-130249"], ["id", 653], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "published" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["published", 1], ["updated_at", "2020-12-31 14:08:58.665629"], ["id", 653]] TRANSACTION (4.0ms) commit transaction Redirected to Redirected to http://test.host/intro/admin/tours Completed 302 Found in 10ms (ActiveRecord: 4.4ms | Allocations: 2532) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423738-072513"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423738-072513"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:08:58.676011"], ["updated_at", "2020-12-31 14:08:58.676011"]] TRANSACTION (3.9ms) commit transaction Processing by Intro::Admin::ToursController#publish as HTML Parameters: {"published"=>"false", "id"=>"654"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 654], ["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423738-072513"], ["id", 654], ["LIMIT", 1]] TRANSACTION (0.0ms) commit transaction Redirected to Redirected to http://test.host/intro/admin/tours Completed 302 Found in 6ms (ActiveRecord: 0.3ms | Allocations: 2350) Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 625]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 625]] TRANSACTION (6.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 626]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 626]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 627]] Intro::TourHistory Destroy (0.1ms) DELETE FROM "intro_tour_histories" WHERE "intro_tour_histories"."id" = ? [["id", 45]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 627]] TRANSACTION (6.1ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 628]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 628]] TRANSACTION (4.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 629]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 629]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 630]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 630]] TRANSACTION (5.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 631]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 631]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 632]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 632]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 633]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 633]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 634]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 634]] TRANSACTION (5.2ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 635]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 635]] TRANSACTION (3.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 636]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 636]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 637]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 637]] TRANSACTION (5.2ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 638]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 638]] TRANSACTION (3.3ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 639]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 639]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 640]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 640]] TRANSACTION (5.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 641]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 641]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 642]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 642]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 643]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 643]] TRANSACTION (5.2ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 644]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 644]] TRANSACTION (3.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 645]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 645]] TRANSACTION (3.2ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 646]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 646]] TRANSACTION (5.1ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 647]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 647]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 648]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 648]] TRANSACTION (3.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 649]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 649]] TRANSACTION (7.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 650]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 650]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 651]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 651]] TRANSACTION (3.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 653]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 653]] TRANSACTION (6.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 654]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 654]] TRANSACTION (3.4ms) commit transaction Processing by Intro::ToursController#index as JSON Parameters: {"action_name"=>"x", "controller_path"=>"x"} Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 194) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" Processing by Intro::ToursController#index as JSON Parameters: {"action_name"=>"x", "controller_path"=>"x"} Intro::Tour Load (0.3ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "x"], ["action_name", "x"], ["published", 1]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.3ms | Allocations: 539) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423738-078549"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423738-078549"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:08:58.865125"], ["updated_at", "2020-12-31 14:08:58.865125"]] TRANSACTION (4.1ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" IS NULL AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["tour_id", 655]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.2ms | Allocations: 633) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 655]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 655]] TRANSACTION (5.2ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423738-974523"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423738-974523"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:08:58.881685"], ["updated_at", "2020-12-31 14:08:58.881685"]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423738-974523"], ["id", 656], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "options" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["options", "---\nnot_sign_visible: true\n"], ["updated_at", "2020-12-31 14:08:58.887910"], ["id", 656]] TRANSACTION (3.8ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" IS NULL AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["tour_id", 656]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 843) Processing by Intro::ToursController#record as HTML Parameters: {"id"=>"0"} Filter chain halted as :authenticate rendered or redirected Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 133) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 656]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 656]] TRANSACTION (5.5ms) commit transaction Processing by Intro::ToursController#index as JSON Parameters: {"action_name"=>"x", "controller_path"=>"x"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "x"], ["action_name", "x"], ["published", 1]] Completed 200 OK in 5ms (Views: 0.2ms | ActiveRecord: 0.6ms | Allocations: 2393) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423738-327451"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609423738-327451"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:08:58.914098"], ["updated_at", "2020-12-31 14:08:58.914098"]] TRANSACTION (3.7ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.1ms | Allocations: 668) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 657]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 657]] TRANSACTION (3.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423738-240731"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423738-240731"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:08:58.929597"], ["updated_at", "2020-12-31 14:08:58.929597"]] TRANSACTION (5.4ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 658]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.2ms | Allocations: 964) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 658]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 658]] TRANSACTION (3.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423738-473901"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423738-473901"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:08:58.945617"], ["updated_at", "2020-12-31 14:08:58.945617"]] TRANSACTION (5.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423738-473901"], ["id", 659], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "expired_at" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["expired_at", "2020-12-30 14:08:58.952419"], ["updated_at", "2020-12-31 14:08:58.953489"], ["id", 659]] TRANSACTION (5.8ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 659]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.2ms | Allocations: 807) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 659]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 659]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423738-927416"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423738-927416"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:08:58.969639"], ["updated_at", "2020-12-31 14:08:58.969639"]] TRANSACTION (7.5ms) commit transaction User Load (0.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Intro::TourHistory Create (0.6ms) INSERT INTO "intro_tour_histories" ("tour_id", "user_id", "touch_count", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["tour_id", 660], ["user_id", 1], ["touch_count", 1], ["created_at", "2020-12-31 14:08:58.985559"], ["updated_at", "2020-12-31 14:08:58.985559"]] TRANSACTION (4.7ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.4ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 660]] Completed 200 OK in 6ms (Views: 0.4ms | ActiveRecord: 0.8ms | Allocations: 791) Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 660]] Intro::TourHistory Destroy (0.3ms) DELETE FROM "intro_tour_histories" WHERE "intro_tour_histories"."id" = ? [["id", 46]] Intro::Tour Destroy (0.3ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 660]] TRANSACTION (4.4ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423739-058296"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423739-058296"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:08:59.014547"], ["updated_at", "2020-12-31 14:08:59.014547"]] TRANSACTION (5.4ms) commit transaction User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Intro::TourHistory Create (0.2ms) INSERT INTO "intro_tour_histories" ("tour_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["tour_id", 661], ["user_id", 1], ["created_at", "2020-12-31 14:08:59.023710"], ["updated_at", "2020-12-31 14:08:59.023710"]] TRANSACTION (3.9ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.2ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 661]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.4ms | Allocations: 964) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 661]] Intro::TourHistory Destroy (0.2ms) DELETE FROM "intro_tour_histories" WHERE "intro_tour_histories"."id" = ? [["id", 47]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 661]] TRANSACTION (7.2ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423739-354268"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423739-354268"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:08:59.045944"], ["updated_at", "2020-12-31 14:08:59.045944"]] TRANSACTION (3.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423739-354268"], ["id", 662], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query:\n:simple: \"/intro/admin/tours/new\"\n:strict: true\n"], ["updated_at", "2020-12-31 14:08:59.052341"], ["id", 662]] TRANSACTION (3.8ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/new"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 662]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.3ms | Allocations: 1272) Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"http://localhost:3000/intro/admin/tours/new"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 662]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.4ms | Allocations: 1111) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423739-354268"], ["id", 662], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query:\n:simple: http://localhost:3000/intro/admin/tours/new\n:strict: false\n"], ["updated_at", "2020-12-31 14:08:59.065187"], ["id", 662]] TRANSACTION (3.8ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"http://localhost:3000/intro/admin/tours/new"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 662]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.6ms | Allocations: 1119) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423739-354268"], ["id", 662], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: xyz=1\n:simple: http://localhost:3000/intro/admin/tours/new?xyz=1\n:strict: false\n"], ["updated_at", "2020-12-31 14:08:59.074744"], ["id", 662]] TRANSACTION (5.6ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"http://localhost:3000/intro/admin/tours/new?xyz=1"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 662]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.8ms | Allocations: 1172) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 662]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 662]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423739-649132"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423739-649132"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:08:59.091489"], ["updated_at", "2020-12-31 14:08:59.091489"]] TRANSACTION (3.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423739-649132"], ["id", 663], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query:\n:simple: \"/intro/admin/tours/new\"\n:strict: true\n"], ["updated_at", "2020-12-31 14:08:59.097353"], ["id", 663]] TRANSACTION (5.7ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/new2"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.1ms | Allocations: 1027) Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"http://localhost:3000/intro/admin/tours/new2"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]] Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.2ms | Allocations: 866) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423739-649132"], ["id", 663], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query:\n:simple: http://localhost:3000/intro/admin/tours/new\n:strict: false\n"], ["updated_at", "2020-12-31 14:08:59.110241"], ["id", 663]] TRANSACTION (4.0ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"http://localhost:3000/intro/admin/tours/new2"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]] Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.3ms | Allocations: 862) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423739-649132"], ["id", 663], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: xyz=1\n:simple: http://localhost:3000/intro/admin/tours/new?xyz=1\n:strict: false\n"], ["updated_at", "2020-12-31 14:08:59.119013"], ["id", 663]] TRANSACTION (3.8ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"http://localhost:3000/intro/admin/tours/new?xyz=2"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.3ms | Allocations: 935) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 663]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 663]] TRANSACTION (5.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423739-809521"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423739-809521"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:08:59.135100"], ["updated_at", "2020-12-31 14:08:59.135100"]] TRANSACTION (3.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423739-809521"], ["id", 664], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "action_name" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["action_name", "edit"], ["updated_at", "2020-12-31 14:08:59.140428"], ["id", 664]] TRANSACTION (5.2ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"edit", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/13/edit"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "edit"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 664]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 1230) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423739-809521"], ["id", 664], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:source:\n :controller: intro/admin/tours\n :action: edit\n :id: '13'\n:query:\n:simple: \"/intro/admin/tours/13/edit\"\n:strict: false\n"], ["updated_at", "2020-12-31 14:08:59.151463"], ["id", 664]] TRANSACTION (5.5ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"edit", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/13/edit"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "edit"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 664]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.4ms | Allocations: 1130) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 664]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 664]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423739-052743"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423739-052743"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:08:59.167904"], ["updated_at", "2020-12-31 14:08:59.167904"]] TRANSACTION (3.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423739-052743"], ["id", 665], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "action_name" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["action_name", "edit"], ["updated_at", "2020-12-31 14:08:59.173677"], ["id", 665]] TRANSACTION (7.5ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"edit", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/13"} User Load (0.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "edit"], ["published", 1]] Completed 200 OK in 6ms (Views: 0.4ms | ActiveRecord: 0.5ms | Allocations: 952) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.3ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423739-052743"], ["id", 665], ["LIMIT", 1]] Intro::Tour Update (0.5ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:source:\n :controller: intro/admin/tours\n :action: edit\n :id: '13'\n:query:\n:simple: \"/intro/admin/tours/13/edit\"\n:strict: false\n"], ["updated_at", "2020-12-31 14:08:59.196376"], ["id", 665]] TRANSACTION (6.5ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"edit", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/13"} Intro::Tour Load (0.3ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "edit"], ["published", 1]] Completed 200 OK in 5ms (Views: 0.3ms | ActiveRecord: 0.8ms | Allocations: 869) Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 665]] Intro::Tour Destroy (0.4ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 665]] TRANSACTION (8.0ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.4ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423739-106892"], ["LIMIT", 1]] Intro::Tour Create (0.6ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423739-106892"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:08:59.231981"], ["updated_at", "2020-12-31 14:08:59.231981"]] TRANSACTION (4.5ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/new?xyz=1"} User Load (0.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.2ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 666]] Completed 200 OK in 6ms (Views: 0.3ms | ActiveRecord: 0.6ms | Allocations: 1219) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423739-106892"], ["id", 666], ["LIMIT", 1]] Intro::Tour Update (0.3ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:query: xyz=1\n:strict: false\n"], ["updated_at", "2020-12-31 14:08:59.250993"], ["id", 666]] TRANSACTION (4.2ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/new?xyz=1"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 666]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.9ms | Allocations: 1090) Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/new?xyz=1&abc=2"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 666]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 1.1ms | Allocations: 1109) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 666]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 666]] TRANSACTION (5.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423739-061793"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423739-061793"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:08:59.272338"], ["updated_at", "2020-12-31 14:08:59.272338"]] TRANSACTION (3.6ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.3ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 667]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.5ms | Allocations: 965) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 667]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 667]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423739-123457"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423739-123457"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:08:59.294708"], ["updated_at", "2020-12-31 14:08:59.294708"]] TRANSACTION (5.3ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423739-123457"], ["id", 668], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "options" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["options", "---\nnot_sign_visible: true\n"], ["updated_at", "2020-12-31 14:08:59.302243"], ["id", 668]] TRANSACTION (3.9ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 668]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.3ms | Allocations: 1013) Processing by Intro::ToursController#record as HTML Parameters: {"id"=>"0"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Filter chain halted as :require_tour rendered or redirected Completed 404 Not Found in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms | Allocations: 397) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423739-908364"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423739-908364"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:08:59.314912"], ["updated_at", "2020-12-31 14:08:59.314912"]] TRANSACTION (3.9ms) commit transaction Intro::TourHistory Exists? (0.1ms) SELECT 1 AS one FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? LIMIT ? [["tour_id", 669], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 669]] Processing by Intro::ToursController#record as HTML Parameters: {"id"=>"669"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 669], ["LIMIT", 1]] Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? ORDER BY "intro_tour_histories"."id" ASC LIMIT ? [["user_id", 1], ["tour_id", 669], ["LIMIT", 1]] Intro::TourHistory Update All (0.1ms) UPDATE "intro_tour_histories" SET "touch_count" = COALESCE("touch_count", 0) + ? WHERE "intro_tour_histories"."id" IS NULL [["touch_count", 1]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.4ms | Allocations: 951)  (0.1ms) SELECT COUNT(*) FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 669]] TRANSACTION (0.1ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-12-31 14:08:59.391278"], ["updated_at", "2020-12-31 14:08:59.391278"]] TRANSACTION (5.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423739-921308"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423739-921308"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:08:59.399243"], ["updated_at", "2020-12-31 14:08:59.399243"]] TRANSACTION (4.1ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Create (0.2ms) INSERT INTO "intro_tour_histories" ("tour_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["tour_id", 670], ["user_id", 17], ["created_at", "2020-12-31 14:08:59.404902"], ["updated_at", "2020-12-31 14:08:59.404902"]] TRANSACTION (3.7ms) commit transaction Intro::TourHistory Update All (5.5ms) UPDATE "intro_tour_histories" SET "touch_count" = COALESCE("touch_count", 0) + ? WHERE "intro_tour_histories"."id" = ? [["touch_count", 1], ["id", 48]] Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", ""], ["LIMIT", 1]] Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" IS NULL LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" ORDER BY "intro_tours"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423739-123457"], ["LIMIT", 1]] Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "TOUR-1609423739-123457"], ["LIMIT", 1]] Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" IS NULL LIMIT ? [["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423739-038645"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423739-038645"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:08:59.428243"], ["updated_at", "2020-12-31 14:08:59.428243"]] TRANSACTION (3.6ms) commit transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423739-038645"], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423739-397014"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423739-397014"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:08:59.435759"], ["updated_at", "2020-12-31 14:08:59.435759"]] TRANSACTION (3.5ms) commit transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423739-397014"], ["id", 672], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423739-426973"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609423739-426973"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=test\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 14:08:59.447066"], ["updated_at", "2020-12-31 14:08:59.447066"]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423739-357621"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423739-357621"], ["route", "---\n:source:\n:query:\n:simple: \"/intro/admin/test\"\n:strict: false\n"], ["created_at", "2020-12-31 14:08:59.459645"], ["updated_at", "2020-12-31 14:08:59.459645"]] TRANSACTION (5.8ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.3ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423739-825039"], ["LIMIT", 1]] Intro::Tour Create (0.4ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423739-825039"], ["route", "---\n:strict: true\n"], ["created_at", "2020-12-31 14:08:59.474903"], ["updated_at", "2020-12-31 14:08:59.474903"]] TRANSACTION (4.0ms) commit transaction TRANSACTION (1.4ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423739-825039"], ["id", 675], ["LIMIT", 1]] TRANSACTION (0.1ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423739-825039"], ["id", 675], ["LIMIT", 1]] TRANSACTION (0.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423739-148932"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609423739-148932"], ["controller_path", "tours"], ["action_name", "new"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=test\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 14:08:59.494711"], ["updated_at", "2020-12-31 14:08:59.494711"]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423739-172405"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609423739-172405"], ["controller_path", "intro/admin/tours"], ["action_name", "create"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=test\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 14:08:59.503533"], ["updated_at", "2020-12-31 14:08:59.503533"]] TRANSACTION (5.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423739-172654"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609423739-172654"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=demo\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 14:08:59.515218"], ["updated_at", "2020-12-31 14:08:59.515218"]] TRANSACTION (5.5ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423739-015247"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423739-015247"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:08:59.536460"], ["updated_at", "2020-12-31 14:08:59.536460"]] TRANSACTION (5.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423739-659041"], ["LIMIT", 1]] Intro::Tour Create (1.1ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423739-659041"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:08:59.547338"], ["updated_at", "2020-12-31 14:08:59.547338"]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423739-850974"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423739-850974"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:08:59.555824"], ["updated_at", "2020-12-31 14:08:59.555824"]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423739-850974"], ["id", 681], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "controller_path" = ?, "action_name" = ?, "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["controller_path", "intro/admin/tours"], ["action_name", "index"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: index\n:query:\n:strict: false\n:simple: \"/intro/admin/tours\"\n"], ["updated_at", "2020-12-31 14:08:59.564513"], ["id", 681]] TRANSACTION (5.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423739-472956"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423739-472956"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:08:59.577467"], ["updated_at", "2020-12-31 14:08:59.577467"]] TRANSACTION (4.1ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423739-250918"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423739-250918"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:08:59.584424"], ["updated_at", "2020-12-31 14:08:59.584424"]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423739-429168"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423739-429168"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:08:59.599804"], ["updated_at", "2020-12-31 14:08:59.599804"]] TRANSACTION (6.7ms) commit transaction  (0.8ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by Intro::Admin::ImagesController#create as JSON Filter chain halted as :authenticate rendered or redirected Completed 401 Unauthorized in 11ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 7295) Processing by Intro::Admin::ImagesController#create as JSON Filter chain halted as :require_image rendered or redirected Completed 400 Bad Request in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ImagesController#create as JSON Parameters: {"image"=>#, @original_filename="ruby.png", @content_type="image/png", @headers="Content-Disposition: form-data; name=\"image\"; filename=\"ruby.png\"\r\nContent-Type: image/png\r\nContent-Length: 5705\r\n">} Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 805) Processing by Intro::Admin::SessionsController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.5ms | Allocations: 273) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.7ms | Allocations: 370) Completed 200 OK in 5ms (Views: 3.1ms | ActiveRecord: 0.0ms | Allocations: 3043) Processing by Intro::Admin::SessionsController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 60) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 153) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms | Allocations: 470) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"NQlPV8Q"} Redirected to http://test.host/intro/admin/tours Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 192) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"test_user"} Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 60) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 153) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms | Allocations: 445) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"NQlPV8Q"} Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 57) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.2ms | Allocations: 148) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms | Allocations: 422) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"root"} Redirected to http://test.host/intro/admin/tours Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 159) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"test"} Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 60) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 153) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms | Allocations: 442) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"NQlPV8Q"} Redirected to http://test.host/intro/admin/tours Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 156) Processing by Intro::Admin::SessionsController#sign_out as HTML Redirected to http://test.host/intro/admin/sessions/new Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 147) Processing by Intro::Admin::ToursController#index as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 248) Processing by Intro::Admin::ToursController#new as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#create as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#route as JSON Filter chain halted as :authenticate rendered or redirected Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 153) Processing by Intro::Admin::ToursController#attempt as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#show as HTML Parameters: {"id"=>"0"} Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#edit as HTML Parameters: {"id"=>"0"} Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#update as HTML Parameters: {"id"=>"0"} Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#destroy as HTML Parameters: {"id"=>"0"} Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#publish as HTML Parameters: {"id"=>"0"} Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#index as HTML Redirected to http://test.host/login Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 128) Processing by Intro::Admin::ToursController#index as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 63) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 156) Completed 200 OK in 3ms (Views: 1.3ms | ActiveRecord: 0.2ms | Allocations: 2318) Processing by Intro::Admin::ToursController#index as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms | Allocations: 591) Processing by Intro::Admin::ToursController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 63) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 156) Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.3ms | Allocations: 5604) Processing by Intro::Admin::ToursController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms | Allocations: 481)  (0.1ms) SELECT COUNT(*) FROM "intro_tours" Processing by Intro::Admin::ToursController#create as HTML Parameters: {"tour"=>{"ident"=>"lmdzivqjokuyraebwsghntfpcx"}} TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "lmdzivqjokuyraebwsghntfpcx"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "lmdzivqjokuyraebwsghntfpcx"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:10:03.543793"], ["updated_at", "2020-12-31 14:10:03.543793"]] TRANSACTION (7.5ms) commit transaction Redirected to http://test.host/intro/admin/tours/685 Completed 302 Found in 12ms (ActiveRecord: 7.8ms | Allocations: 1357)  (0.3ms) SELECT COUNT(*) FROM "intro_tours"  (0.3ms) SELECT COUNT(*) FROM "intro_tours" Processing by Intro::Admin::ToursController#create as HTML TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" IS NULL LIMIT ? [["LIMIT", 1]] TRANSACTION (0.1ms) rollback transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application (Duration: 0.3ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.7ms | Allocations: 154) Completed 200 OK in 4ms (Views: 1.6ms | ActiveRecord: 0.4ms | Allocations: 871)  (0.2ms) SELECT COUNT(*) FROM "intro_tours" Processing by Intro::Admin::ToursController#route as JSON Parameters: {"path"=>"/intro/admin/tours?xyz=1"} Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 3248) Processing by Intro::Admin::ToursController#attempt as JSON Parameters: {"tour"=>{"options"=>{"content"=>"content", "title"=>"title"}}} Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 452) Processing by Intro::Admin::ToursController#attempt as JSON Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 227) Processing by Intro::Admin::ToursController#show as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.2ms | Allocations: 444) Processing by Intro::Admin::ToursController#show as JSON Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Filter chain halted as :require_tour rendered or redirected Completed 404 Not Found in 0ms (ActiveRecord: 0.1ms | Allocations: 205) Processing by Intro::Admin::ToursController#edit as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms | Allocations: 268) Processing by Intro::Admin::ToursController#update as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms | Allocations: 268) Processing by Intro::Admin::ToursController#destroy as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms | Allocations: 268) Processing by Intro::Admin::ToursController#publish as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms | Allocations: 268) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423803-971458"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423803-971458"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:10:03.590569"], ["updated_at", "2020-12-31 14:10:03.590569"]] TRANSACTION (3.7ms) commit transaction Processing by Intro::Admin::ToursController#show as HTML Parameters: {"id"=>"686"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 686], ["LIMIT", 1]] Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.2ms | Allocations: 63) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 156) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.1ms | Allocations: 759) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423803-450286"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423803-450286"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:10:03.599853"], ["updated_at", "2020-12-31 14:10:03.599853"]] TRANSACTION (5.6ms) commit transaction Processing by Intro::Admin::ToursController#show as HTML Parameters: {"id"=>"687"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 687], ["LIMIT", 1]] Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms | Allocations: 529) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423803-674928"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423803-674928"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:10:03.610505"], ["updated_at", "2020-12-31 14:10:03.610505"]] TRANSACTION (5.4ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"ident"=>"new-tour-1609423803-674928"}, "id"=>"688"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 688], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "new-tour-1609423803-674928"], ["id", 688], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "ident" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["ident", "new-tour-1609423803-674928"], ["updated_at", "2020-12-31 14:10:03.619611"], ["id", 688]] TRANSACTION (5.4ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.2ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 9ms (Views: 0.8ms | ActiveRecord: 5.8ms | Allocations: 1475) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423803-830216"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423803-830216"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:10:03.629332"], ["updated_at", "2020-12-31 14:10:03.629332"]] TRANSACTION (5.7ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"ident"=>"new-tour-1609423803-830216"}, "id"=>"689"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 689], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "new-tour-1609423803-830216"], ["id", 689], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "ident" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["ident", "new-tour-1609423803-830216"], ["updated_at", "2020-12-31 14:10:03.638820"], ["id", 689]] TRANSACTION (3.8ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.2ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 4.2ms | Allocations: 1401) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423803-812053"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423803-812053"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:10:03.646567"], ["updated_at", "2020-12-31 14:10:03.646567"]] TRANSACTION (3.9ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"controller_path"=>"new-"}, "id"=>"690"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 690], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423803-812053"], ["id", 690], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "controller_path" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["controller_path", "new-"], ["updated_at", "2020-12-31 14:10:03.654255"], ["id", 690]] TRANSACTION (5.4ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 9ms (Views: 0.8ms | ActiveRecord: 5.9ms | Allocations: 1403) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423803-851972"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423803-851972"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:10:03.663743"], ["updated_at", "2020-12-31 14:10:03.663743"]] TRANSACTION (3.4ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"action_name"=>"new-"}, "id"=>"691"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 691], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423803-851972"], ["id", 691], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "action_name" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["action_name", "new-"], ["updated_at", "2020-12-31 14:10:03.670681"], ["id", 691]] TRANSACTION (3.7ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 4.1ms | Allocations: 1404) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423803-620439"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423803-620439"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:10:03.678696"], ["updated_at", "2020-12-31 14:10:03.678696"]] TRANSACTION (5.5ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"options"=>{"title"=>"title"}}, "id"=>"692"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 692], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423803-620439"], ["id", 692], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "options" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["options", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ntitle: title\n"], ["updated_at", "2020-12-31 14:10:03.688293"], ["id", 692]] TRANSACTION (3.9ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 8ms (Views: 0.8ms | ActiveRecord: 4.3ms | Allocations: 1726) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423803-954210"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423803-954210"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:10:03.696531"], ["updated_at", "2020-12-31 14:10:03.696531"]] TRANSACTION (5.2ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"route"=>{"simple"=>"/"}}, "id"=>"693"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 693], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423803-954210"], ["id", 693], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nsource:\nquery:\nsimple: \"/\"\nstrict: false\n"], ["updated_at", "2020-12-31 14:10:03.706291"], ["id", 693]] TRANSACTION (5.5ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.2ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.4ms | Allocations: 154) Completed 200 OK in 10ms (Views: 0.8ms | ActiveRecord: 5.9ms | Allocations: 2670) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423803-429783"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423803-429783"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:10:03.716494"], ["updated_at", "2020-12-31 14:10:03.716494"]] TRANSACTION (5.6ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"expired_at"=>"2021-01-01"}, "id"=>"694"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 694], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423803-429783"], ["id", 694], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "expired_at" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["expired_at", "2021-01-01 00:00:00"], ["updated_at", "2020-12-31 14:10:03.725828"], ["id", 694]] TRANSACTION (3.3ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.2ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 3.7ms | Allocations: 1516) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423803-178239"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423803-178239"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:10:03.733029"], ["updated_at", "2020-12-31 14:10:03.733029"]] TRANSACTION (7.1ms) commit transaction Processing by Intro::Admin::ToursController#destroy as HTML Parameters: {"id"=>"695"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 695], ["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 695]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 695]] TRANSACTION (4.0ms) commit transaction Redirected to http://test.host/intro/admin/tours Completed 302 Found in 13ms (ActiveRecord: 4.5ms | Allocations: 4678) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423803-183276"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423803-183276"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:10:03.756710"], ["updated_at", "2020-12-31 14:10:03.756710"]] TRANSACTION (7.7ms) commit transaction Processing by Intro::Admin::ToursController#publish as HTML Parameters: {"published"=>"true", "id"=>"696"} Intro::Tour Load (0.3ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 696], ["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.3ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423803-183276"], ["id", 696], ["LIMIT", 1]] Intro::Tour Update (0.6ms) UPDATE "intro_tours" SET "published" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["published", 1], ["updated_at", "2020-12-31 14:10:03.773663"], ["id", 696]] TRANSACTION (6.4ms) commit transaction Redirected to Redirected to http://test.host/intro/admin/tours Completed 302 Found in 25ms (ActiveRecord: 7.7ms | Allocations: 2532) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423803-153684"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423803-153684"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:10:03.797090"], ["updated_at", "2020-12-31 14:10:03.797090"]] TRANSACTION (5.9ms) commit transaction Processing by Intro::Admin::ToursController#publish as HTML Parameters: {"published"=>"false", "id"=>"697"} Intro::Tour Load (0.3ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 697], ["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423803-153684"], ["id", 697], ["LIMIT", 1]] TRANSACTION (0.1ms) commit transaction Redirected to Redirected to http://test.host/intro/admin/tours Completed 302 Found in 10ms (ActiveRecord: 0.6ms | Allocations: 2350) Intro::Tour Load (0.3ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 668]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 668]] TRANSACTION (5.1ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 669]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 669]] TRANSACTION (3.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 670]] Intro::TourHistory Destroy (0.1ms) DELETE FROM "intro_tour_histories" WHERE "intro_tour_histories"."id" = ? [["id", 48]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 670]] TRANSACTION (5.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 671]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 671]] TRANSACTION (3.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 672]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 672]] TRANSACTION (5.3ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 673]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 673]] TRANSACTION (6.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 674]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 674]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 675]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 675]] TRANSACTION (5.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 676]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 676]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 677]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 677]] TRANSACTION (5.2ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 678]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 678]] TRANSACTION (5.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 679]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 679]] TRANSACTION (4.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 680]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 680]] TRANSACTION (4.1ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 681]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 681]] TRANSACTION (5.2ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 682]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 682]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 683]] Intro::Tour Destroy (8.7ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 683]] TRANSACTION (4.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 684]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 684]] TRANSACTION (14.1ms) commit transaction TRANSACTION (0.2ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 685]] Intro::Tour Destroy (0.6ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 685]] TRANSACTION (11.9ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 686]] Intro::Tour Destroy (0.5ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 686]] TRANSACTION (11.2ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 687]] Intro::Tour Destroy (0.5ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 687]] TRANSACTION (11.6ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 688]] Intro::Tour Destroy (0.5ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 688]] TRANSACTION (11.6ms) commit transaction TRANSACTION (0.2ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 689]] Intro::Tour Destroy (0.5ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 689]] TRANSACTION (11.3ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 690]] Intro::Tour Destroy (0.6ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 690]] TRANSACTION (10.8ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 691]] Intro::Tour Destroy (0.4ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 691]] TRANSACTION (12.9ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 692]] Intro::Tour Destroy (0.5ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 692]] TRANSACTION (7.9ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 693]] Intro::Tour Destroy (0.5ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 693]] TRANSACTION (7.5ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 694]] Intro::Tour Destroy (0.3ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 694]] TRANSACTION (4.1ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 696]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 696]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 697]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 697]] TRANSACTION (7.7ms) commit transaction Processing by Intro::ToursController#index as JSON Parameters: {"action_name"=>"x", "controller_path"=>"x"} Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 195) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" Processing by Intro::ToursController#index as JSON Parameters: {"action_name"=>"x", "controller_path"=>"x"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "x"], ["action_name", "x"], ["published", 1]] Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms | Allocations: 538) Intro::Tour Load (0.0ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423804-983170"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423804-983170"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:10:04.094197"], ["updated_at", "2020-12-31 14:10:04.094197"]] TRANSACTION (3.5ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" IS NULL AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["tour_id", 698]] Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.2ms | Allocations: 633) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 698]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 698]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423804-342710"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423804-342710"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:10:04.108283"], ["updated_at", "2020-12-31 14:10:04.108283"]] TRANSACTION (5.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423804-342710"], ["id", 699], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "options" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["options", "---\nnot_sign_visible: true\n"], ["updated_at", "2020-12-31 14:10:04.116248"], ["id", 699]] TRANSACTION (3.7ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" IS NULL AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["tour_id", 699]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 843) Processing by Intro::ToursController#record as HTML Parameters: {"id"=>"0"} Filter chain halted as :authenticate rendered or redirected Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 133) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 699]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 699]] TRANSACTION (4.0ms) commit transaction Processing by Intro::ToursController#index as JSON Parameters: {"action_name"=>"x", "controller_path"=>"x"} User Load (0.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "x"], ["action_name", "x"], ["published", 1]] Completed 200 OK in 14ms (Views: 0.5ms | ActiveRecord: 2.0ms | Allocations: 2393) Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423804-012693"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609423804-012693"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:10:04.154655"], ["updated_at", "2020-12-31 14:10:04.154655"]] TRANSACTION (13.0ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 668) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 700]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 700]] TRANSACTION (18.3ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423804-947238"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423804-947238"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:10:04.196146"], ["updated_at", "2020-12-31 14:10:04.196146"]] TRANSACTION (11.3ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 701]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.3ms | Allocations: 964) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 701]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 701]] TRANSACTION (14.2ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423804-426138"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423804-426138"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:10:04.230815"], ["updated_at", "2020-12-31 14:10:04.230815"]] TRANSACTION (11.2ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423804-426138"], ["id", 702], ["LIMIT", 1]] Intro::Tour Update (0.3ms) UPDATE "intro_tours" SET "expired_at" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["expired_at", "2020-12-30 14:10:04.243868"], ["updated_at", "2020-12-31 14:10:04.246227"], ["id", 702]] TRANSACTION (15.7ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.4ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 702]] Completed 200 OK in 7ms (Views: 0.4ms | ActiveRecord: 0.9ms | Allocations: 807) Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 702]] Intro::Tour Destroy (0.5ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 702]] TRANSACTION (18.0ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.3ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423804-901564"], ["LIMIT", 1]] Intro::Tour Create (0.6ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423804-901564"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:10:04.301511"], ["updated_at", "2020-12-31 14:10:04.301511"]] TRANSACTION (8.7ms) commit transaction User Load (0.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Intro::TourHistory Create (0.6ms) INSERT INTO "intro_tour_histories" ("tour_id", "user_id", "touch_count", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["tour_id", 703], ["user_id", 1], ["touch_count", 1], ["created_at", "2020-12-31 14:10:04.321874"], ["updated_at", "2020-12-31 14:10:04.321874"]] TRANSACTION (8.5ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.3ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 703]] Completed 200 OK in 5ms (Views: 0.3ms | ActiveRecord: 0.6ms | Allocations: 791) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 703]] Intro::TourHistory Destroy (0.2ms) DELETE FROM "intro_tour_histories" WHERE "intro_tour_histories"."id" = ? [["id", 49]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 703]] TRANSACTION (4.4ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423804-608917"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423804-608917"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:10:04.351504"], ["updated_at", "2020-12-31 14:10:04.351504"]] TRANSACTION (4.3ms) commit transaction User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Intro::TourHistory Create (0.3ms) INSERT INTO "intro_tour_histories" ("tour_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["tour_id", 704], ["user_id", 1], ["created_at", "2020-12-31 14:10:04.360649"], ["updated_at", "2020-12-31 14:10:04.360649"]] TRANSACTION (5.7ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.2ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 704]] Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.4ms | Allocations: 964) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 704]] Intro::TourHistory Destroy (0.3ms) DELETE FROM "intro_tour_histories" WHERE "intro_tour_histories"."id" = ? [["id", 50]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 704]] TRANSACTION (4.4ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423804-759231"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423804-759231"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:10:04.384250"], ["updated_at", "2020-12-31 14:10:04.384250"]] TRANSACTION (4.4ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423804-759231"], ["id", 705], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query:\n:simple: \"/intro/admin/tours/new\"\n:strict: true\n"], ["updated_at", "2020-12-31 14:10:04.393385"], ["id", 705]] TRANSACTION (5.6ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/new"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.2ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 705]] Completed 200 OK in 5ms (Views: 0.3ms | ActiveRecord: 0.5ms | Allocations: 1272) Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"http://localhost:3000/intro/admin/tours/new"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.2ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 705]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.8ms | Allocations: 1111) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423804-759231"], ["id", 705], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query:\n:simple: http://localhost:3000/intro/admin/tours/new\n:strict: false\n"], ["updated_at", "2020-12-31 14:10:04.414225"], ["id", 705]] TRANSACTION (4.1ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"http://localhost:3000/intro/admin/tours/new"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 705]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 1.0ms | Allocations: 1119) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423804-759231"], ["id", 705], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: xyz=1\n:simple: http://localhost:3000/intro/admin/tours/new?xyz=1\n:strict: false\n"], ["updated_at", "2020-12-31 14:10:04.424796"], ["id", 705]] TRANSACTION (3.9ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"http://localhost:3000/intro/admin/tours/new?xyz=1"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 705]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 1.1ms | Allocations: 1172) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 705]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 705]] TRANSACTION (5.6ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423804-980416"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423804-980416"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:10:04.442014"], ["updated_at", "2020-12-31 14:10:04.442014"]] TRANSACTION (9.1ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423804-980416"], ["id", 706], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query:\n:simple: \"/intro/admin/tours/new\"\n:strict: true\n"], ["updated_at", "2020-12-31 14:10:04.454953"], ["id", 706]] TRANSACTION (11.4ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/new2"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 1027) Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"http://localhost:3000/intro/admin/tours/new2"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.4ms | Allocations: 866) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.3ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423804-980416"], ["id", 706], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query:\n:simple: http://localhost:3000/intro/admin/tours/new\n:strict: false\n"], ["updated_at", "2020-12-31 14:10:04.480681"], ["id", 706]] TRANSACTION (14.2ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"http://localhost:3000/intro/admin/tours/new2"} Intro::Tour Load (0.3ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]] Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.6ms | Allocations: 862) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.3ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423804-980416"], ["id", 706], ["LIMIT", 1]] Intro::Tour Update (0.5ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: xyz=1\n:simple: http://localhost:3000/intro/admin/tours/new?xyz=1\n:strict: false\n"], ["updated_at", "2020-12-31 14:10:04.508148"], ["id", 706]] TRANSACTION (12.3ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"http://localhost:3000/intro/admin/tours/new?xyz=2"} Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.8ms | Allocations: 935) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 706]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 706]] TRANSACTION (10.7ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423804-346915"], ["LIMIT", 1]] Intro::Tour Create (0.4ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423804-346915"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:10:04.545337"], ["updated_at", "2020-12-31 14:10:04.545337"]] TRANSACTION (17.9ms) commit transaction TRANSACTION (0.2ms) begin transaction Intro::Tour Exists? (0.7ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423804-346915"], ["id", 707], ["LIMIT", 1]] Intro::Tour Update (0.7ms) UPDATE "intro_tours" SET "action_name" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["action_name", "edit"], ["updated_at", "2020-12-31 14:10:04.572823"], ["id", 707]] TRANSACTION (16.6ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"edit", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/13/edit"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "edit"], ["published", 1]]  (0.2ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 707]] Completed 200 OK in 5ms (Views: 0.3ms | ActiveRecord: 0.5ms | Allocations: 1230) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423804-346915"], ["id", 707], ["LIMIT", 1]] Intro::Tour Update (0.3ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:source:\n :controller: intro/admin/tours\n :action: edit\n :id: '13'\n:query:\n:simple: \"/intro/admin/tours/13/edit\"\n:strict: false\n"], ["updated_at", "2020-12-31 14:10:04.603834"], ["id", 707]] TRANSACTION (10.8ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"edit", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/13/edit"} Intro::Tour Load (0.4ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "edit"], ["published", 1]]  (0.3ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 707]] Completed 200 OK in 8ms (Views: 0.3ms | ActiveRecord: 1.2ms | Allocations: 1130) Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 707]] Intro::Tour Destroy (0.3ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 707]] TRANSACTION (5.3ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423804-615279"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423804-615279"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:10:04.639262"], ["updated_at", "2020-12-31 14:10:04.639262"]] TRANSACTION (5.2ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423804-615279"], ["id", 708], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "action_name" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["action_name", "edit"], ["updated_at", "2020-12-31 14:10:04.647358"], ["id", 708]] TRANSACTION (5.4ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"edit", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/13"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "edit"], ["published", 1]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 952) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423804-615279"], ["id", 708], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:source:\n :controller: intro/admin/tours\n :action: edit\n :id: '13'\n:query:\n:simple: \"/intro/admin/tours/13/edit\"\n:strict: false\n"], ["updated_at", "2020-12-31 14:10:04.659838"], ["id", 708]] TRANSACTION (3.8ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"edit", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/13"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "edit"], ["published", 1]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.3ms | Allocations: 869) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 708]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 708]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423804-450839"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423804-450839"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:10:04.682909"], ["updated_at", "2020-12-31 14:10:04.682909"]] TRANSACTION (7.9ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/new?xyz=1"} User Load (0.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.3ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.4ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 709]] Completed 200 OK in 11ms (Views: 0.7ms | ActiveRecord: 1.0ms | Allocations: 1221) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.3ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423804-450839"], ["id", 709], ["LIMIT", 1]] Intro::Tour Update (0.4ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:query: xyz=1\n:strict: false\n"], ["updated_at", "2020-12-31 14:10:04.712639"], ["id", 709]] TRANSACTION (4.3ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/new?xyz=1"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.2ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 709]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 1.2ms | Allocations: 1090) Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/new?xyz=1&abc=2"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 709]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 1.4ms | Allocations: 1109) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 709]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 709]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423804-792453"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423804-792453"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:10:04.734787"], ["updated_at", "2020-12-31 14:10:04.734787"]] TRANSACTION (5.7ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 710]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.3ms | Allocations: 964) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 710]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 710]] TRANSACTION (4.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423804-537916"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423804-537916"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:10:04.752217"], ["updated_at", "2020-12-31 14:10:04.752217"]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.2ms) begin transaction Intro::Tour Exists? (0.4ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423804-537916"], ["id", 711], ["LIMIT", 1]] Intro::Tour Update (0.5ms) UPDATE "intro_tours" SET "options" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["options", "---\nnot_sign_visible: true\n"], ["updated_at", "2020-12-31 14:10:04.761944"], ["id", 711]] TRANSACTION (14.5ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.3ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.4ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 711]] Completed 200 OK in 9ms (Views: 0.6ms | ActiveRecord: 1.0ms | Allocations: 1013) Processing by Intro::ToursController#record as HTML Parameters: {"id"=>"0"} User Load (0.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Filter chain halted as :require_tour rendered or redirected Completed 404 Not Found in 4ms (Views: 0.3ms | ActiveRecord: 0.4ms | Allocations: 397) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423804-318097"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423804-318097"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:10:04.805479"], ["updated_at", "2020-12-31 14:10:04.805479"]] TRANSACTION (14.9ms) commit transaction Intro::TourHistory Exists? (0.5ms) SELECT 1 AS one FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? LIMIT ? [["tour_id", 712], ["LIMIT", 1]]  (0.4ms) SELECT COUNT(*) FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 712]] Processing by Intro::ToursController#record as HTML Parameters: {"id"=>"712"} User Load (0.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 712], ["LIMIT", 1]] Intro::TourHistory Load (0.6ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? /* loading for inspect */ LIMIT ? [["tour_id", 712], ["LIMIT", 11]] Intro::TourHistory Load (0.5ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? ORDER BY "intro_tour_histories"."id" ASC LIMIT ? [["user_id", 1], ["tour_id", 712], ["LIMIT", 1]] Intro::TourHistory Update All (0.3ms) UPDATE "intro_tour_histories" SET "touch_count" = COALESCE("touch_count", 0) + ? WHERE "intro_tour_histories"."id" IS NULL [["touch_count", 1]] Completed 200 OK in 43155ms (Views: 0.3ms | ActiveRecord: 1.8ms | Allocations: 66951)  (0.2ms) SELECT COUNT(*) FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 712]] TRANSACTION (0.1ms) begin transaction User Create (0.3ms) INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-12-31 14:10:48.072946"], ["updated_at", "2020-12-31 14:10:48.072946"]] TRANSACTION (11.8ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423848-921345"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423848-921345"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:10:48.090408"], ["updated_at", "2020-12-31 14:10:48.090408"]] TRANSACTION (10.7ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Create (0.2ms) INSERT INTO "intro_tour_histories" ("tour_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["tour_id", 713], ["user_id", 18], ["created_at", "2020-12-31 14:10:48.104185"], ["updated_at", "2020-12-31 14:10:48.104185"]] TRANSACTION (12.5ms) commit transaction Intro::TourHistory Update All (15.0ms) UPDATE "intro_tour_histories" SET "touch_count" = COALESCE("touch_count", 0) + ? WHERE "intro_tour_histories"."id" = ? [["touch_count", 1], ["id", 51]] Intro::Tour Exists? (0.4ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", ""], ["LIMIT", 1]] Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" IS NULL LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" ORDER BY "intro_tours"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423804-537916"], ["LIMIT", 1]] Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "TOUR-1609423804-537916"], ["LIMIT", 1]] Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" IS NULL LIMIT ? [["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423848-079856"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423848-079856"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:10:48.197009"], ["updated_at", "2020-12-31 14:10:48.197009"]] TRANSACTION (11.2ms) commit transaction Intro::Tour Exists? (0.3ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423848-079856"], ["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423848-429365"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423848-429365"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:10:48.221794"], ["updated_at", "2020-12-31 14:10:48.221794"]] TRANSACTION (17.5ms) commit transaction Intro::Tour Exists? (0.6ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423848-429365"], ["id", 715], ["LIMIT", 1]] TRANSACTION (0.2ms) begin transaction Intro::Tour Exists? (0.5ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423848-326508"], ["LIMIT", 1]] Intro::Tour Create (0.7ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609423848-326508"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=test\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 14:10:48.260626"], ["updated_at", "2020-12-31 14:10:48.260626"]] TRANSACTION (12.1ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.3ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423848-794260"], ["LIMIT", 1]] Intro::Tour Create (1.1ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423848-794260"], ["route", "---\n:source:\n:query:\n:simple: \"/intro/admin/test\"\n:strict: false\n"], ["created_at", "2020-12-31 14:10:48.301785"], ["updated_at", "2020-12-31 14:10:48.301785"]] TRANSACTION (12.8ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423848-901358"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423848-901358"], ["route", "---\n:strict: true\n"], ["created_at", "2020-12-31 14:10:48.320428"], ["updated_at", "2020-12-31 14:10:48.320428"]] TRANSACTION (12.2ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423848-901358"], ["id", 718], ["LIMIT", 1]] TRANSACTION (0.1ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423848-901358"], ["id", 718], ["LIMIT", 1]] TRANSACTION (0.0ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423848-628374"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609423848-628374"], ["controller_path", "tours"], ["action_name", "new"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=test\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 14:10:48.349936"], ["updated_at", "2020-12-31 14:10:48.349936"]] TRANSACTION (10.9ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423848-627940"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609423848-627940"], ["controller_path", "intro/admin/tours"], ["action_name", "create"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=test\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 14:10:48.365022"], ["updated_at", "2020-12-31 14:10:48.365022"]] TRANSACTION (13.1ms) commit transaction TRANSACTION (0.2ms) begin transaction Intro::Tour Exists? (0.6ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423848-561497"], ["LIMIT", 1]] Intro::Tour Create (0.8ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609423848-561497"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=demo\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 14:10:48.387105"], ["updated_at", "2020-12-31 14:10:48.387105"]] TRANSACTION (11.4ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.3ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423848-965021"], ["LIMIT", 1]] Intro::Tour Create (0.4ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423848-965021"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:10:48.421589"], ["updated_at", "2020-12-31 14:10:48.421589"]] TRANSACTION (17.3ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423848-678953"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423848-678953"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:10:48.443805"], ["updated_at", "2020-12-31 14:10:48.443805"]] TRANSACTION (11.1ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423848-659738"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423848-659738"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:10:48.459200"], ["updated_at", "2020-12-31 14:10:48.459200"]] TRANSACTION (16.1ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423848-659738"], ["id", 724], ["LIMIT", 1]] Intro::Tour Update (0.3ms) UPDATE "intro_tours" SET "controller_path" = ?, "action_name" = ?, "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["controller_path", "intro/admin/tours"], ["action_name", "index"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: index\n:query:\n:strict: false\n:simple: \"/intro/admin/tours\"\n"], ["updated_at", "2020-12-31 14:10:48.479458"], ["id", 724]] TRANSACTION (15.4ms) commit transaction TRANSACTION (0.2ms) begin transaction Intro::Tour Exists? (0.5ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423848-375491"], ["LIMIT", 1]] Intro::Tour Create (0.8ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423848-375491"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:10:48.505529"], ["updated_at", "2020-12-31 14:10:48.505529"]] TRANSACTION (15.9ms) commit transaction TRANSACTION (0.2ms) begin transaction Intro::Tour Exists? (0.5ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423848-940268"], ["LIMIT", 1]] Intro::Tour Create (0.8ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423848-940268"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:10:48.531564"], ["updated_at", "2020-12-31 14:10:48.531564"]] TRANSACTION (13.4ms) commit transaction TRANSACTION (0.2ms) begin transaction Intro::Tour Exists? (0.5ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423848-750936"], ["LIMIT", 1]] Intro::Tour Create (0.8ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423848-750936"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:10:48.555549"], ["updated_at", "2020-12-31 14:10:48.555549"]] TRANSACTION (23.5ms) commit transaction  (0.8ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by Intro::Admin::ImagesController#create as JSON Filter chain halted as :authenticate rendered or redirected Completed 401 Unauthorized in 11ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 7295) Processing by Intro::Admin::ImagesController#create as JSON Filter chain halted as :require_image rendered or redirected Completed 400 Bad Request in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ImagesController#create as JSON Parameters: {"image"=>#, @original_filename="ruby.png", @content_type="image/png", @headers="Content-Disposition: form-data; name=\"image\"; filename=\"ruby.png\"\r\nContent-Type: image/png\r\nContent-Length: 5705\r\n">} Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 804) Processing by Intro::Admin::SessionsController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.5ms | Allocations: 273) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.7ms | Allocations: 370) Completed 200 OK in 5ms (Views: 3.3ms | ActiveRecord: 0.0ms | Allocations: 3043) Processing by Intro::Admin::SessionsController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 60) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 153) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms | Allocations: 470) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"NQlPV8Q"} Redirected to http://test.host/intro/admin/tours Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 192) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"test_user"} Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 60) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 153) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms | Allocations: 445) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"NQlPV8Q"} Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 57) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.2ms | Allocations: 148) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms | Allocations: 422) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"root"} Redirected to http://test.host/intro/admin/tours Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 159) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"test"} Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 60) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 153) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms | Allocations: 442) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"NQlPV8Q"} Redirected to http://test.host/intro/admin/tours Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 156) Processing by Intro::Admin::SessionsController#sign_out as HTML Redirected to http://test.host/intro/admin/sessions/new Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 147) Processing by Intro::Admin::ToursController#index as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 248) Processing by Intro::Admin::ToursController#new as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#create as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#route as JSON Filter chain halted as :authenticate rendered or redirected Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 153) Processing by Intro::Admin::ToursController#attempt as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#show as HTML Parameters: {"id"=>"0"} Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#edit as HTML Parameters: {"id"=>"0"} Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#update as HTML Parameters: {"id"=>"0"} Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#destroy as HTML Parameters: {"id"=>"0"} Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#publish as HTML Parameters: {"id"=>"0"} Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#index as HTML Redirected to http://test.host/login Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 128) Processing by Intro::Admin::ToursController#index as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 63) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 156) Completed 200 OK in 3ms (Views: 1.2ms | ActiveRecord: 0.2ms | Allocations: 2318) Processing by Intro::Admin::ToursController#index as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.2ms | Allocations: 154) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms | Allocations: 588) Processing by Intro::Admin::ToursController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application (Duration: 0.2ms | Allocations: 63) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 156) Completed 200 OK in 18ms (Views: 0.8ms | ActiveRecord: 0.2ms | Allocations: 5608) Processing by Intro::Admin::ToursController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms | Allocations: 481)  (0.1ms) SELECT COUNT(*) FROM "intro_tours" Processing by Intro::Admin::ToursController#create as HTML Parameters: {"tour"=>{"ident"=>"yjbanqwvoptmdkgulrcizehfxs"}} TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "yjbanqwvoptmdkgulrcizehfxs"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "yjbanqwvoptmdkgulrcizehfxs"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:10:57.103714"], ["updated_at", "2020-12-31 14:10:57.103714"]] TRANSACTION (14.2ms) commit transaction Redirected to http://test.host/intro/admin/tours/728 Completed 302 Found in 18ms (ActiveRecord: 14.5ms | Allocations: 1357)  (0.1ms) SELECT COUNT(*) FROM "intro_tours"  (0.1ms) SELECT COUNT(*) FROM "intro_tours" Processing by Intro::Admin::ToursController#create as HTML TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" IS NULL LIMIT ? [["LIMIT", 1]] TRANSACTION (0.0ms) rollback transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.2ms | Allocations: 871)  (0.1ms) SELECT COUNT(*) FROM "intro_tours" Processing by Intro::Admin::ToursController#route as JSON Parameters: {"path"=>"/intro/admin/tours?xyz=1"} Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 3248) Processing by Intro::Admin::ToursController#attempt as JSON Parameters: {"tour"=>{"options"=>{"content"=>"content", "title"=>"title"}}} Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 452) Processing by Intro::Admin::ToursController#attempt as JSON Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 227) Processing by Intro::Admin::ToursController#show as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms | Allocations: 444) Processing by Intro::Admin::ToursController#show as JSON Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Filter chain halted as :require_tour rendered or redirected Completed 404 Not Found in 0ms (ActiveRecord: 0.1ms | Allocations: 205) Processing by Intro::Admin::ToursController#edit as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms | Allocations: 268) Processing by Intro::Admin::ToursController#update as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms | Allocations: 268) Processing by Intro::Admin::ToursController#destroy as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms | Allocations: 268) Processing by Intro::Admin::ToursController#publish as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.1ms | Allocations: 268) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423857-260184"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423857-260184"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:10:57.144582"], ["updated_at", "2020-12-31 14:10:57.144582"]] TRANSACTION (12.1ms) commit transaction Processing by Intro::Admin::ToursController#show as HTML Parameters: {"id"=>"729"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 729], ["LIMIT", 1]] Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.2ms | Allocations: 63) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.5ms | Allocations: 156) Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.1ms | Allocations: 759) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423857-018536"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423857-018536"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:10:57.165210"], ["updated_at", "2020-12-31 14:10:57.165210"]] TRANSACTION (11.9ms) commit transaction Processing by Intro::Admin::ToursController#show as HTML Parameters: {"id"=>"730"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 730], ["LIMIT", 1]] Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.2ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms | Allocations: 529) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423857-275049"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423857-275049"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:10:57.183367"], ["updated_at", "2020-12-31 14:10:57.183367"]] TRANSACTION (11.2ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"ident"=>"new-tour-1609423857-275049"}, "id"=>"731"} Intro::Tour Load (0.4ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 731], ["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.4ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "new-tour-1609423857-275049"], ["id", 731], ["LIMIT", 1]] Intro::Tour Update (0.6ms) UPDATE "intro_tours" SET "ident" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["ident", "new-tour-1609423857-275049"], ["updated_at", "2020-12-31 14:10:57.206923"], ["id", 731]] TRANSACTION (15.8ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.6ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 1.5ms | Allocations: 154) Completed 200 OK in 31ms (Views: 3.5ms | ActiveRecord: 17.3ms | Allocations: 1475) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.3ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423857-643718"], ["LIMIT", 1]] Intro::Tour Create (0.5ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423857-643718"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:10:57.237058"], ["updated_at", "2020-12-31 14:10:57.237058"]] TRANSACTION (3.9ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"ident"=>"new-tour-1609423857-643718"}, "id"=>"732"} Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 732], ["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "new-tour-1609423857-643718"], ["id", 732], ["LIMIT", 1]] Intro::Tour Update (0.3ms) UPDATE "intro_tours" SET "ident" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["ident", "new-tour-1609423857-643718"], ["updated_at", "2020-12-31 14:10:57.248658"], ["id", 732]] TRANSACTION (5.9ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.6ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 1.4ms | Allocations: 154) Completed 200 OK in 14ms (Views: 3.2ms | ActiveRecord: 6.5ms | Allocations: 1401) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.3ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423857-637402"], ["LIMIT", 1]] Intro::Tour Create (0.4ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423857-637402"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:10:57.265028"], ["updated_at", "2020-12-31 14:10:57.265028"]] TRANSACTION (5.5ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"controller_path"=>"new-"}, "id"=>"733"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 733], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423857-637402"], ["id", 733], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "controller_path" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["controller_path", "new-"], ["updated_at", "2020-12-31 14:10:57.276998"], ["id", 733]] TRANSACTION (5.4ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.2ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.5ms | Allocations: 154) Completed 200 OK in 10ms (Views: 1.1ms | ActiveRecord: 5.9ms | Allocations: 1403) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423857-518390"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423857-518390"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:10:57.287259"], ["updated_at", "2020-12-31 14:10:57.287259"]] TRANSACTION (5.4ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"action_name"=>"new-"}, "id"=>"734"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 734], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423857-518390"], ["id", 734], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "action_name" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["action_name", "new-"], ["updated_at", "2020-12-31 14:10:57.297185"], ["id", 734]] TRANSACTION (3.8ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.2ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.4ms | Allocations: 154) Completed 200 OK in 8ms (Views: 1.0ms | ActiveRecord: 4.3ms | Allocations: 1404) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423857-458216"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423857-458216"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:10:57.305810"], ["updated_at", "2020-12-31 14:10:57.305810"]] TRANSACTION (5.4ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"options"=>{"title"=>"title"}}, "id"=>"735"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 735], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423857-458216"], ["id", 735], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "options" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["options", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ntitle: title\n"], ["updated_at", "2020-12-31 14:10:57.315822"], ["id", 735]] TRANSACTION (13.1ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.2ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.5ms | Allocations: 154) Completed 200 OK in 18ms (Views: 1.1ms | ActiveRecord: 13.5ms | Allocations: 1726) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423857-534071"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423857-534071"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:10:57.334013"], ["updated_at", "2020-12-31 14:10:57.334013"]] TRANSACTION (12.7ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"route"=>{"simple"=>"/"}}, "id"=>"736"} Intro::Tour Load (0.4ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 736], ["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.5ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423857-534071"], ["id", 736], ["LIMIT", 1]] Intro::Tour Update (0.4ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nsource:\nquery:\nsimple: \"/\"\nstrict: false\n"], ["updated_at", "2020-12-31 14:10:57.361953"], ["id", 736]] TRANSACTION (10.9ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.3ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.6ms | Allocations: 154) Completed 200 OK in 25ms (Views: 1.5ms | ActiveRecord: 12.3ms | Allocations: 2670) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423857-294538"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423857-294538"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:10:57.381452"], ["updated_at", "2020-12-31 14:10:57.381452"]] TRANSACTION (12.9ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"expired_at"=>"2021-01-01"}, "id"=>"737"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 737], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423857-294538"], ["id", 737], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "expired_at" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["expired_at", "2021-01-01 00:00:00"], ["updated_at", "2020-12-31 14:10:57.399924"], ["id", 737]] TRANSACTION (15.2ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.6ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 1.5ms | Allocations: 154) Completed 200 OK in 23ms (Views: 3.4ms | ActiveRecord: 15.7ms | Allocations: 1516) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.5ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423857-698325"], ["LIMIT", 1]] Intro::Tour Create (0.7ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423857-698325"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:10:57.428462"], ["updated_at", "2020-12-31 14:10:57.428462"]] TRANSACTION (11.7ms) commit transaction Processing by Intro::Admin::ToursController#destroy as HTML Parameters: {"id"=>"738"} Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 738], ["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 738]] Intro::Tour Destroy (0.3ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 738]] TRANSACTION (13.3ms) commit transaction Redirected to http://test.host/intro/admin/tours Completed 302 Found in 28ms (ActiveRecord: 14.4ms | Allocations: 4679) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423857-287103"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423857-287103"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:10:57.477869"], ["updated_at", "2020-12-31 14:10:57.477869"]] TRANSACTION (11.0ms) commit transaction Processing by Intro::Admin::ToursController#publish as HTML Parameters: {"published"=>"true", "id"=>"739"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 739], ["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423857-287103"], ["id", 739], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "published" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["published", 1], ["updated_at", "2020-12-31 14:10:57.493724"], ["id", 739]] TRANSACTION (10.9ms) commit transaction Redirected to Redirected to http://test.host/intro/admin/tours Completed 302 Found in 18ms (ActiveRecord: 11.4ms | Allocations: 2532) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423857-341268"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423857-341268"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:10:57.511446"], ["updated_at", "2020-12-31 14:10:57.511446"]] TRANSACTION (15.1ms) commit transaction Processing by Intro::Admin::ToursController#publish as HTML Parameters: {"published"=>"false", "id"=>"740"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 740], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423857-341268"], ["id", 740], ["LIMIT", 1]] TRANSACTION (0.0ms) commit transaction Redirected to Redirected to http://test.host/intro/admin/tours Completed 302 Found in 6ms (ActiveRecord: 0.3ms | Allocations: 2350) Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 711]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 711]] TRANSACTION (10.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 712]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 712]] TRANSACTION (10.6ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 713]] Intro::TourHistory Destroy (0.2ms) DELETE FROM "intro_tour_histories" WHERE "intro_tour_histories"."id" = ? [["id", 51]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 713]] TRANSACTION (12.7ms) commit transaction TRANSACTION (0.2ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 714]] Intro::Tour Destroy (0.5ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 714]] TRANSACTION (15.4ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 715]] Intro::Tour Destroy (0.5ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 715]] TRANSACTION (13.9ms) commit transaction TRANSACTION (0.2ms) begin transaction Intro::TourHistory Load (0.3ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 716]] Intro::Tour Destroy (0.7ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 716]] TRANSACTION (16.2ms) commit transaction TRANSACTION (0.2ms) begin transaction Intro::TourHistory Load (0.3ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 717]] Intro::Tour Destroy (0.8ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 717]] TRANSACTION (18.3ms) commit transaction TRANSACTION (0.2ms) begin transaction Intro::TourHistory Load (0.3ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 718]] Intro::Tour Destroy (0.7ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 718]] TRANSACTION (17.6ms) commit transaction TRANSACTION (0.2ms) begin transaction Intro::TourHistory Load (0.3ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 719]] Intro::Tour Destroy (0.7ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 719]] TRANSACTION (15.9ms) commit transaction TRANSACTION (0.2ms) begin transaction Intro::TourHistory Load (0.3ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 720]] Intro::Tour Destroy (0.7ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 720]] TRANSACTION (13.0ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 721]] Intro::Tour Destroy (0.5ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 721]] TRANSACTION (4.3ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 722]] Intro::Tour Destroy (0.4ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 722]] TRANSACTION (4.2ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 723]] Intro::Tour Destroy (0.3ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 723]] TRANSACTION (5.3ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 724]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 724]] TRANSACTION (5.3ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 725]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 725]] TRANSACTION (5.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 726]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 726]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 727]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 727]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 728]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 728]] TRANSACTION (5.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 729]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 729]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 730]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 730]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 731]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 731]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 732]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 732]] TRANSACTION (5.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 733]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 733]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 734]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 734]] TRANSACTION (7.9ms) commit transaction TRANSACTION (0.2ms) begin transaction Intro::TourHistory Load (0.3ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 735]] Intro::Tour Destroy (0.7ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 735]] TRANSACTION (6.8ms) commit transaction TRANSACTION (0.2ms) begin transaction Intro::TourHistory Load (0.3ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 736]] Intro::Tour Destroy (0.7ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 736]] TRANSACTION (4.5ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 737]] Intro::Tour Destroy (0.3ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 737]] TRANSACTION (7.2ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 739]] Intro::Tour Destroy (0.3ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 739]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 740]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 740]] TRANSACTION (3.9ms) commit transaction Processing by Intro::ToursController#index as JSON Parameters: {"action_name"=>"x", "controller_path"=>"x"} Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 194) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" Processing by Intro::ToursController#index as JSON Parameters: {"action_name"=>"x", "controller_path"=>"x"} Intro::Tour Load (0.5ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "x"], ["action_name", "x"], ["published", 1]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.5ms | Allocations: 539) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423857-471986"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423857-471986"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:10:57.875184"], ["updated_at", "2020-12-31 14:10:57.875184"]] TRANSACTION (5.9ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.2ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" IS NULL AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["tour_id", 741]] Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.4ms | Allocations: 633) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 741]] Intro::Tour Destroy (0.3ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 741]] TRANSACTION (4.2ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423857-162857"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423857-162857"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:10:57.898364"], ["updated_at", "2020-12-31 14:10:57.898364"]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423857-162857"], ["id", 742], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "options" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["options", "---\nnot_sign_visible: true\n"], ["updated_at", "2020-12-31 14:10:57.904922"], ["id", 742]] TRANSACTION (5.6ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" IS NULL AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["tour_id", 742]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 843) Processing by Intro::ToursController#record as HTML Parameters: {"id"=>"0"} Filter chain halted as :authenticate rendered or redirected Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 133) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 742]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 742]] TRANSACTION (3.8ms) commit transaction Processing by Intro::ToursController#index as JSON Parameters: {"action_name"=>"x", "controller_path"=>"x"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "x"], ["action_name", "x"], ["published", 1]] Completed 200 OK in 5ms (Views: 0.1ms | ActiveRecord: 0.6ms | Allocations: 2393) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423857-529107"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609423857-529107"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:10:57.930064"], ["updated_at", "2020-12-31 14:10:57.930064"]] TRANSACTION (5.5ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.1ms | Allocations: 668) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 743]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 743]] TRANSACTION (7.2ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423857-658972"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423857-658972"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:10:57.949217"], ["updated_at", "2020-12-31 14:10:57.949217"]] TRANSACTION (3.6ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 744]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.3ms | Allocations: 964) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 744]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 744]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423857-627081"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423857-627081"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:10:57.964110"], ["updated_at", "2020-12-31 14:10:57.964110"]] TRANSACTION (5.3ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423857-627081"], ["id", 745], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "expired_at" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["expired_at", "2020-12-30 14:10:57.970596"], ["updated_at", "2020-12-31 14:10:57.971683"], ["id", 745]] TRANSACTION (3.8ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 745]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.2ms | Allocations: 807) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 745]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 745]] TRANSACTION (5.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423857-356291"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423857-356291"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:10:57.988310"], ["updated_at", "2020-12-31 14:10:57.988310"]] TRANSACTION (5.6ms) commit transaction User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Intro::TourHistory Create (0.2ms) INSERT INTO "intro_tour_histories" ("tour_id", "user_id", "touch_count", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["tour_id", 746], ["user_id", 1], ["touch_count", 1], ["created_at", "2020-12-31 14:10:57.997088"], ["updated_at", "2020-12-31 14:10:57.997088"]] TRANSACTION (5.2ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 746]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.2ms | Allocations: 791) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 746]] Intro::TourHistory Destroy (0.1ms) DELETE FROM "intro_tour_histories" WHERE "intro_tour_histories"."id" = ? [["id", 52]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 746]] TRANSACTION (5.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423858-891472"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423858-891472"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:10:58.014980"], ["updated_at", "2020-12-31 14:10:58.014980"]] TRANSACTION (3.9ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Intro::TourHistory Create (0.6ms) INSERT INTO "intro_tour_histories" ("tour_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["tour_id", 747], ["user_id", 1], ["created_at", "2020-12-31 14:10:58.026005"], ["updated_at", "2020-12-31 14:10:58.026005"]] TRANSACTION (4.8ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.2ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 747]] Completed 200 OK in 6ms (Views: 0.3ms | ActiveRecord: 0.7ms | Allocations: 964) Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 747]] Intro::TourHistory Destroy (0.3ms) DELETE FROM "intro_tour_histories" WHERE "intro_tour_histories"."id" = ? [["id", 53]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 747]] TRANSACTION (7.6ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423858-382796"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423858-382796"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:10:58.056695"], ["updated_at", "2020-12-31 14:10:58.056695"]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423858-382796"], ["id", 748], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query:\n:simple: \"/intro/admin/tours/new\"\n:strict: true\n"], ["updated_at", "2020-12-31 14:10:58.064301"], ["id", 748]] TRANSACTION (3.9ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/new"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 748]] Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.3ms | Allocations: 1272) Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"http://localhost:3000/intro/admin/tours/new"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 748]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.6ms | Allocations: 1111) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423858-382796"], ["id", 748], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query:\n:simple: http://localhost:3000/intro/admin/tours/new\n:strict: false\n"], ["updated_at", "2020-12-31 14:10:58.079858"], ["id", 748]] TRANSACTION (7.1ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"http://localhost:3000/intro/admin/tours/new"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 748]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.7ms | Allocations: 1119) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423858-382796"], ["id", 748], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: xyz=1\n:simple: http://localhost:3000/intro/admin/tours/new?xyz=1\n:strict: false\n"], ["updated_at", "2020-12-31 14:10:58.092408"], ["id", 748]] TRANSACTION (4.5ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"http://localhost:3000/intro/admin/tours/new?xyz=1"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 748]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.9ms | Allocations: 1172) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 748]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 748]] TRANSACTION (4.1ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423858-638420"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423858-638420"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:10:58.107673"], ["updated_at", "2020-12-31 14:10:58.107673"]] TRANSACTION (5.1ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423858-638420"], ["id", 749], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query:\n:simple: \"/intro/admin/tours/new\"\n:strict: true\n"], ["updated_at", "2020-12-31 14:10:58.115312"], ["id", 749]] TRANSACTION (3.7ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/new2"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.1ms | Allocations: 1027) Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"http://localhost:3000/intro/admin/tours/new2"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]] Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.2ms | Allocations: 866) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423858-638420"], ["id", 749], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query:\n:simple: http://localhost:3000/intro/admin/tours/new\n:strict: false\n"], ["updated_at", "2020-12-31 14:10:58.126341"], ["id", 749]] TRANSACTION (3.9ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"http://localhost:3000/intro/admin/tours/new2"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.3ms | Allocations: 862) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423858-638420"], ["id", 749], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: xyz=1\n:simple: http://localhost:3000/intro/admin/tours/new?xyz=1\n:strict: false\n"], ["updated_at", "2020-12-31 14:10:58.135330"], ["id", 749]] TRANSACTION (6.0ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"http://localhost:3000/intro/admin/tours/new?xyz=2"} Intro::Tour Load (0.3ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]] Completed 200 OK in 5ms (Views: 0.2ms | ActiveRecord: 0.6ms | Allocations: 935) Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 749]] Intro::Tour Destroy (0.4ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 749]] TRANSACTION (4.3ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423858-947632"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423858-947632"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:10:58.160785"], ["updated_at", "2020-12-31 14:10:58.160785"]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423858-947632"], ["id", 750], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "action_name" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["action_name", "edit"], ["updated_at", "2020-12-31 14:10:58.167351"], ["id", 750]] TRANSACTION (5.5ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"edit", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/13/edit"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "edit"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 750]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.3ms | Allocations: 1230) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423858-947632"], ["id", 750], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:source:\n :controller: intro/admin/tours\n :action: edit\n :id: '13'\n:query:\n:simple: \"/intro/admin/tours/13/edit\"\n:strict: false\n"], ["updated_at", "2020-12-31 14:10:58.180040"], ["id", 750]] TRANSACTION (4.0ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"edit", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/13/edit"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "edit"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 750]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.5ms | Allocations: 1130) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 750]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 750]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423858-130674"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423858-130674"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:10:58.196792"], ["updated_at", "2020-12-31 14:10:58.196792"]] TRANSACTION (5.3ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423858-130674"], ["id", 751], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "action_name" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["action_name", "edit"], ["updated_at", "2020-12-31 14:10:58.204666"], ["id", 751]] TRANSACTION (3.8ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"edit", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/13"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "edit"], ["published", 1]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 952) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423858-130674"], ["id", 751], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:source:\n :controller: intro/admin/tours\n :action: edit\n :id: '13'\n:query:\n:simple: \"/intro/admin/tours/13/edit\"\n:strict: false\n"], ["updated_at", "2020-12-31 14:10:58.214755"], ["id", 751]] TRANSACTION (3.8ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"edit", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/13"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "edit"], ["published", 1]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.3ms | Allocations: 869) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 751]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 751]] TRANSACTION (5.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423858-967028"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423858-967028"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:10:58.232674"], ["updated_at", "2020-12-31 14:10:58.232674"]] TRANSACTION (5.8ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/new?xyz=1"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 752]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.3ms | Allocations: 1219) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423858-967028"], ["id", 752], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:query: xyz=1\n:strict: false\n"], ["updated_at", "2020-12-31 14:10:58.245318"], ["id", 752]] TRANSACTION (3.9ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/new?xyz=1"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 752]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.5ms | Allocations: 1090) Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/new?xyz=1&abc=2"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 752]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.7ms | Allocations: 1109) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 752]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 752]] TRANSACTION (5.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423858-168095"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423858-168095"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:10:58.266205"], ["updated_at", "2020-12-31 14:10:58.266205"]] TRANSACTION (4.0ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.4ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 753]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.6ms | Allocations: 965) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 753]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 753]] TRANSACTION (5.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423858-827916"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423858-827916"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:10:58.291054"], ["updated_at", "2020-12-31 14:10:58.291054"]] TRANSACTION (5.9ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.4ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423858-827916"], ["id", 754], ["LIMIT", 1]] Intro::Tour Update (0.5ms) UPDATE "intro_tours" SET "options" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["options", "---\nnot_sign_visible: true\n"], ["updated_at", "2020-12-31 14:10:58.301821"], ["id", 754]] TRANSACTION (4.3ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.2ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 754]] Completed 200 OK in 6ms (Views: 0.4ms | ActiveRecord: 0.6ms | Allocations: 1013) Processing by Intro::ToursController#record as HTML Parameters: {"id"=>"0"} User Load (0.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Filter chain halted as :require_tour rendered or redirected Completed 404 Not Found in 3ms (Views: 0.3ms | ActiveRecord: 0.3ms | Allocations: 397) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423858-619480"], ["LIMIT", 1]] Intro::Tour Create (0.4ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423858-619480"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:10:58.326570"], ["updated_at", "2020-12-31 14:10:58.326570"]] TRANSACTION (5.7ms) commit transaction Intro::TourHistory Exists? (0.2ms) SELECT 1 AS one FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? LIMIT ? [["tour_id", 755], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 755]] Processing by Intro::ToursController#record as HTML Parameters: {"id"=>"755"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 755], ["LIMIT", 1]] Intro::TourHistory Load (0.5ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? ORDER BY "intro_tour_histories"."id" ASC LIMIT ? [["user_id", 1], ["tour_id", 755], ["LIMIT", 1]] Intro::TourHistory Update All (0.3ms) UPDATE "intro_tour_histories" SET "touch_count" = COALESCE("touch_count", 0) + ? WHERE "intro_tour_histories"."id" IS NULL [["touch_count", 1]] Intro::Tour Load (0.3ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 755], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 755], ["LIMIT", 1]] Intro::Tour Load (0.4ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 755], ["LIMIT", 1]] Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? /* loading for inspect */ LIMIT ? [["tour_id", 755], ["LIMIT", 11]] Intro::TourHistory Load (0.4ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? ORDER BY "intro_tour_histories"."id" ASC LIMIT ? [["user_id", 1], ["tour_id", 755], ["LIMIT", 1]] Intro::TourHistory Update All (0.5ms) UPDATE "intro_tour_histories" SET "touch_count" = COALESCE("touch_count", 0) + ? WHERE "intro_tour_histories"."id" IS NULL [["touch_count", 1]] Completed 200 OK in 49416ms (Views: 0.5ms | ActiveRecord: 3.0ms | Allocations: 65641)  (0.4ms) SELECT COUNT(*) FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 755]] TRANSACTION (0.1ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-12-31 14:11:47.854953"], ["updated_at", "2020-12-31 14:11:47.854953"]] TRANSACTION (5.7ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423907-058724"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423907-058724"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:11:47.863690"], ["updated_at", "2020-12-31 14:11:47.863690"]] TRANSACTION (4.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Create (0.2ms) INSERT INTO "intro_tour_histories" ("tour_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["tour_id", 756], ["user_id", 19], ["created_at", "2020-12-31 14:11:47.869444"], ["updated_at", "2020-12-31 14:11:47.869444"]] TRANSACTION (5.4ms) commit transaction Intro::TourHistory Update All (3.9ms) UPDATE "intro_tour_histories" SET "touch_count" = COALESCE("touch_count", 0) + ? WHERE "intro_tour_histories"."id" = ? [["touch_count", 1], ["id", 54]] Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", ""], ["LIMIT", 1]] Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" IS NULL LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" ORDER BY "intro_tours"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423858-827916"], ["LIMIT", 1]] Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "TOUR-1609423858-827916"], ["LIMIT", 1]] Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" IS NULL LIMIT ? [["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423907-708536"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423907-708536"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:11:47.892927"], ["updated_at", "2020-12-31 14:11:47.892927"]] TRANSACTION (7.9ms) commit transaction Intro::Tour Exists? (0.4ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423907-708536"], ["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423907-143279"], ["LIMIT", 1]] Intro::Tour Create (0.4ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423907-143279"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:11:47.907559"], ["updated_at", "2020-12-31 14:11:47.907559"]] TRANSACTION (4.0ms) commit transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423907-143279"], ["id", 758], ["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423907-163785"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609423907-163785"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=test\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 14:11:47.917263"], ["updated_at", "2020-12-31 14:11:47.917263"]] TRANSACTION (4.3ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.4ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423907-076914"], ["LIMIT", 1]] Intro::Tour Create (1.8ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423907-076914"], ["route", "---\n:source:\n:query:\n:simple: \"/intro/admin/test\"\n:strict: false\n"], ["created_at", "2020-12-31 14:11:47.932400"], ["updated_at", "2020-12-31 14:11:47.932400"]] TRANSACTION (6.0ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423907-832475"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423907-832475"], ["route", "---\n:strict: true\n"], ["created_at", "2020-12-31 14:11:47.944606"], ["updated_at", "2020-12-31 14:11:47.944606"]] TRANSACTION (6.3ms) commit transaction TRANSACTION (0.2ms) begin transaction Intro::Tour Exists? (0.4ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423907-832475"], ["id", 761], ["LIMIT", 1]] TRANSACTION (0.2ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.4ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423907-832475"], ["id", 761], ["LIMIT", 1]] TRANSACTION (0.1ms) commit transaction TRANSACTION (2.3ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423907-301862"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609423907-301862"], ["controller_path", "tours"], ["action_name", "new"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=test\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 14:11:47.984741"], ["updated_at", "2020-12-31 14:11:47.984741"]] TRANSACTION (5.5ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423907-943706"], ["LIMIT", 1]] Intro::Tour Create (1.7ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609423907-943706"], ["controller_path", "intro/admin/tours"], ["action_name", "create"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=test\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 14:11:48.000457"], ["updated_at", "2020-12-31 14:11:48.000457"]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423908-678419"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609423908-678419"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=demo\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 14:11:48.012064"], ["updated_at", "2020-12-31 14:11:48.012064"]] TRANSACTION (5.4ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423908-571248"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423908-571248"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:11:48.035417"], ["updated_at", "2020-12-31 14:11:48.035417"]] TRANSACTION (5.7ms) commit transaction TRANSACTION (1.2ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423908-093418"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423908-093418"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:11:48.047962"], ["updated_at", "2020-12-31 14:11:48.047962"]] TRANSACTION (4.1ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423908-078514"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423908-078514"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:11:48.057423"], ["updated_at", "2020-12-31 14:11:48.057423"]] TRANSACTION (4.1ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423908-078514"], ["id", 767], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "controller_path" = ?, "action_name" = ?, "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["controller_path", "intro/admin/tours"], ["action_name", "index"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: index\n:query:\n:strict: false\n:simple: \"/intro/admin/tours\"\n"], ["updated_at", "2020-12-31 14:11:48.066380"], ["id", 767]] TRANSACTION (5.6ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423908-720834"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423908-720834"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:11:48.080308"], ["updated_at", "2020-12-31 14:11:48.080308"]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423908-145062"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423908-145062"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:11:48.090160"], ["updated_at", "2020-12-31 14:11:48.090160"]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423908-576234"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423908-576234"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:11:48.099148"], ["updated_at", "2020-12-31 14:11:48.099148"]] TRANSACTION (5.3ms) commit transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by Intro::Admin::ImagesController#create as JSON Filter chain halted as :authenticate rendered or redirected Completed 401 Unauthorized in 10ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 7295) Processing by Intro::Admin::ImagesController#create as JSON Filter chain halted as :require_image rendered or redirected Completed 400 Bad Request in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ImagesController#create as JSON Parameters: {"image"=>#, @original_filename="ruby.png", @content_type="image/png", @headers="Content-Disposition: form-data; name=\"image\"; filename=\"ruby.png\"\r\nContent-Type: image/png\r\nContent-Length: 5705\r\n">} Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 804) Processing by Intro::Admin::SessionsController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.5ms | Allocations: 273) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.7ms | Allocations: 370) Completed 200 OK in 5ms (Views: 3.4ms | ActiveRecord: 0.0ms | Allocations: 3043) Processing by Intro::Admin::SessionsController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 60) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 153) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms | Allocations: 470) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"NQlPV8Q"} Redirected to http://test.host/intro/admin/tours Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 192) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"test_user"} Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 60) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 153) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms | Allocations: 445) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"NQlPV8Q"} Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 57) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.2ms | Allocations: 148) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms | Allocations: 422) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"root"} Redirected to http://test.host/intro/admin/tours Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 159) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"test"} Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 60) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 153) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms | Allocations: 442) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"NQlPV8Q"} Redirected to http://test.host/intro/admin/tours Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 156) Processing by Intro::Admin::SessionsController#sign_out as HTML Redirected to http://test.host/intro/admin/sessions/new Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 147) Processing by Intro::Admin::ToursController#index as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 248) Processing by Intro::Admin::ToursController#new as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#create as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#route as JSON Filter chain halted as :authenticate rendered or redirected Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 153) Processing by Intro::Admin::ToursController#attempt as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#show as HTML Parameters: {"id"=>"0"} Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#edit as HTML Parameters: {"id"=>"0"} Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#update as HTML Parameters: {"id"=>"0"} Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#destroy as HTML Parameters: {"id"=>"0"} Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#publish as HTML Parameters: {"id"=>"0"} Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#index as HTML Redirected to http://test.host/login Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 128) Processing by Intro::Admin::ToursController#index as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application (Duration: 0.2ms | Allocations: 63) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.4ms | Allocations: 156) Completed 200 OK in 16ms (Views: 13.6ms | ActiveRecord: 0.2ms | Allocations: 2321) Processing by Intro::Admin::ToursController#index as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.4ms | Allocations: 154) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms | Allocations: 588) Processing by Intro::Admin::ToursController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 63) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 156) Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.2ms | Allocations: 5604) Processing by Intro::Admin::ToursController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms | Allocations: 481)  (0.1ms) SELECT COUNT(*) FROM "intro_tours" Processing by Intro::Admin::ToursController#create as HTML Parameters: {"tour"=>{"ident"=>"jgyhxfzvkrmtpqbilcundaswoe"}} TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "jgyhxfzvkrmtpqbilcundaswoe"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "jgyhxfzvkrmtpqbilcundaswoe"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:12:09.131113"], ["updated_at", "2020-12-31 14:12:09.131113"]] TRANSACTION (7.4ms) commit transaction Redirected to http://test.host/intro/admin/tours/771 Completed 302 Found in 11ms (ActiveRecord: 7.7ms | Allocations: 1357)  (0.3ms) SELECT COUNT(*) FROM "intro_tours"  (0.2ms) SELECT COUNT(*) FROM "intro_tours" Processing by Intro::Admin::ToursController#create as HTML TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" IS NULL LIMIT ? [["LIMIT", 1]] TRANSACTION (0.1ms) rollback transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application (Duration: 0.2ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.6ms | Allocations: 154) Completed 200 OK in 4ms (Views: 1.3ms | ActiveRecord: 0.4ms | Allocations: 871)  (0.1ms) SELECT COUNT(*) FROM "intro_tours" Processing by Intro::Admin::ToursController#route as JSON Parameters: {"path"=>"/intro/admin/tours?xyz=1"} Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 3248) Processing by Intro::Admin::ToursController#attempt as JSON Parameters: {"tour"=>{"options"=>{"content"=>"content", "title"=>"title"}}} Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 452) Processing by Intro::Admin::ToursController#attempt as JSON Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 227) Processing by Intro::Admin::ToursController#show as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.2ms | Allocations: 444) Processing by Intro::Admin::ToursController#show as JSON Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Filter chain halted as :require_tour rendered or redirected Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms | Allocations: 205) Processing by Intro::Admin::ToursController#edit as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms | Allocations: 268) Processing by Intro::Admin::ToursController#update as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms | Allocations: 268) Processing by Intro::Admin::ToursController#destroy as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms | Allocations: 268) Processing by Intro::Admin::ToursController#publish as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms | Allocations: 268) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423929-076384"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423929-076384"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:12:09.175242"], ["updated_at", "2020-12-31 14:12:09.175242"]] TRANSACTION (5.8ms) commit transaction Processing by Intro::Admin::ToursController#show as HTML Parameters: {"id"=>"772"} Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 772], ["LIMIT", 1]] Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.3ms | Allocations: 63) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.5ms | Allocations: 156) Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.2ms | Allocations: 759) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423929-467051"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423929-467051"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:12:09.189775"], ["updated_at", "2020-12-31 14:12:09.189775"]] TRANSACTION (5.1ms) commit transaction Processing by Intro::Admin::ToursController#show as HTML Parameters: {"id"=>"773"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 773], ["LIMIT", 1]] Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms | Allocations: 529) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423929-340826"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423929-340826"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:12:09.199973"], ["updated_at", "2020-12-31 14:12:09.199973"]] TRANSACTION (7.9ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"ident"=>"new-tour-1609423929-340826"}, "id"=>"774"} Intro::Tour Load (0.3ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 774], ["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.3ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "new-tour-1609423929-340826"], ["id", 774], ["LIMIT", 1]] Intro::Tour Update (0.5ms) UPDATE "intro_tours" SET "ident" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["ident", "new-tour-1609423929-340826"], ["updated_at", "2020-12-31 14:12:09.217949"], ["id", 774]] TRANSACTION (4.2ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.5ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 1.2ms | Allocations: 154) Completed 200 OK in 16ms (Views: 2.4ms | ActiveRecord: 5.4ms | Allocations: 1475) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423929-380651"], ["LIMIT", 1]] Intro::Tour Create (0.4ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423929-380651"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:12:09.232428"], ["updated_at", "2020-12-31 14:12:09.232428"]] TRANSACTION (3.9ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"ident"=>"new-tour-1609423929-380651"}, "id"=>"775"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 775], ["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "new-tour-1609423929-380651"], ["id", 775], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "ident" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["ident", "new-tour-1609423929-380651"], ["updated_at", "2020-12-31 14:12:09.242084"], ["id", 775]] TRANSACTION (7.5ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.2ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.4ms | Allocations: 154) Completed 200 OK in 12ms (Views: 0.9ms | ActiveRecord: 8.0ms | Allocations: 1401) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423929-014758"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423929-014758"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:12:09.254497"], ["updated_at", "2020-12-31 14:12:09.254497"]] TRANSACTION (3.5ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"controller_path"=>"new-"}, "id"=>"776"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 776], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423929-014758"], ["id", 776], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "controller_path" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["controller_path", "new-"], ["updated_at", "2020-12-31 14:12:09.262229"], ["id", 776]] TRANSACTION (3.7ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.2ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.4ms | Allocations: 154) Completed 200 OK in 8ms (Views: 0.9ms | ActiveRecord: 4.1ms | Allocations: 1403) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423929-352807"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423929-352807"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:12:09.270135"], ["updated_at", "2020-12-31 14:12:09.270135"]] TRANSACTION (6.9ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"action_name"=>"new-"}, "id"=>"777"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 777], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423929-352807"], ["id", 777], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "action_name" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["action_name", "new-"], ["updated_at", "2020-12-31 14:12:09.280658"], ["id", 777]] TRANSACTION (4.1ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 8ms (Views: 0.7ms | ActiveRecord: 4.5ms | Allocations: 1404) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423929-293547"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423929-293547"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:12:09.288695"], ["updated_at", "2020-12-31 14:12:09.288695"]] TRANSACTION (5.5ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"options"=>{"title"=>"title"}}, "id"=>"778"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 778], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423929-293547"], ["id", 778], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "options" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["options", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ntitle: title\n"], ["updated_at", "2020-12-31 14:12:09.297887"], ["id", 778]] TRANSACTION (3.7ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 4.1ms | Allocations: 1726) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423929-318740"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423929-318740"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:12:09.306054"], ["updated_at", "2020-12-31 14:12:09.306054"]] TRANSACTION (3.9ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"route"=>{"simple"=>"/"}}, "id"=>"779"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 779], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423929-318740"], ["id", 779], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nsource:\nquery:\nsimple: \"/\"\nstrict: false\n"], ["updated_at", "2020-12-31 14:12:09.314508"], ["id", 779]] TRANSACTION (3.8ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.2ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.4ms | Allocations: 154) Completed 200 OK in 9ms (Views: 0.9ms | ActiveRecord: 4.2ms | Allocations: 2670) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423929-452039"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423929-452039"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:12:09.323263"], ["updated_at", "2020-12-31 14:12:09.323263"]] TRANSACTION (7.0ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"expired_at"=>"2021-01-01"}, "id"=>"780"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 780], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423929-452039"], ["id", 780], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "expired_at" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["expired_at", "2021-01-01 00:00:00"], ["updated_at", "2020-12-31 14:12:09.334397"], ["id", 780]] TRANSACTION (3.8ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.2ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.5ms | Allocations: 154) Completed 200 OK in 8ms (Views: 1.1ms | ActiveRecord: 4.2ms | Allocations: 1516) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423929-706298"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423929-706298"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:12:09.343092"], ["updated_at", "2020-12-31 14:12:09.343092"]] TRANSACTION (6.8ms) commit transaction Processing by Intro::Admin::ToursController#destroy as HTML Parameters: {"id"=>"781"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 781], ["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 781]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 781]] TRANSACTION (3.8ms) commit transaction Redirected to http://test.host/intro/admin/tours Completed 302 Found in 14ms (ActiveRecord: 4.5ms | Allocations: 4678) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423929-395186"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423929-395186"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:12:09.368333"], ["updated_at", "2020-12-31 14:12:09.368333"]] TRANSACTION (3.4ms) commit transaction Processing by Intro::Admin::ToursController#publish as HTML Parameters: {"published"=>"true", "id"=>"782"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 782], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423929-395186"], ["id", 782], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "published" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["published", 1], ["updated_at", "2020-12-31 14:12:09.376375"], ["id", 782]] TRANSACTION (7.3ms) commit transaction Redirected to Redirected to http://test.host/intro/admin/tours Completed 302 Found in 14ms (ActiveRecord: 7.7ms | Allocations: 2532) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423929-460281"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423929-460281"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:12:09.389629"], ["updated_at", "2020-12-31 14:12:09.389629"]] TRANSACTION (4.1ms) commit transaction Processing by Intro::Admin::ToursController#publish as HTML Parameters: {"published"=>"false", "id"=>"783"} Intro::Tour Load (0.3ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 783], ["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.3ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423929-460281"], ["id", 783], ["LIMIT", 1]] TRANSACTION (0.1ms) commit transaction Redirected to Redirected to http://test.host/intro/admin/tours Completed 302 Found in 18ms (ActiveRecord: 0.9ms | Allocations: 2350) Intro::Tour Load (0.4ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 754]] Intro::Tour Destroy (0.3ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 754]] TRANSACTION (4.4ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 755]] Intro::Tour Destroy (0.3ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 755]] TRANSACTION (5.5ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 756]] Intro::TourHistory Destroy (0.3ms) DELETE FROM "intro_tour_histories" WHERE "intro_tour_histories"."id" = ? [["id", 54]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 756]] TRANSACTION (4.0ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 757]] Intro::Tour Destroy (0.3ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 757]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 758]] Intro::Tour Destroy (0.3ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 758]] TRANSACTION (5.4ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 759]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 759]] TRANSACTION (5.4ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 760]] Intro::Tour Destroy (0.3ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 760]] TRANSACTION (5.5ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 761]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 761]] TRANSACTION (4.0ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 762]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 762]] TRANSACTION (5.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 763]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 763]] TRANSACTION (6.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 764]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 764]] TRANSACTION (4.2ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 765]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 765]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 766]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 766]] TRANSACTION (5.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 767]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 767]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.3ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 768]] Intro::Tour Destroy (0.3ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 768]] TRANSACTION (4.1ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 769]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 769]] TRANSACTION (5.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 770]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 770]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 771]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 771]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 772]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 772]] TRANSACTION (5.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 773]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 773]] TRANSACTION (4.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 774]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 774]] TRANSACTION (5.2ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 775]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 775]] TRANSACTION (5.2ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 776]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 776]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 777]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 777]] TRANSACTION (3.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 778]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 778]] TRANSACTION (5.2ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 779]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 779]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 780]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 780]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 782]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 782]] TRANSACTION (5.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 783]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 783]] TRANSACTION (3.5ms) commit transaction Processing by Intro::ToursController#index as JSON Parameters: {"action_name"=>"x", "controller_path"=>"x"} Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 195) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" Processing by Intro::ToursController#index as JSON Parameters: {"action_name"=>"x", "controller_path"=>"x"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "x"], ["action_name", "x"], ["published", 1]] Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms | Allocations: 538) Intro::Tour Load (0.0ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423929-895236"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423929-895236"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:12:09.613227"], ["updated_at", "2020-12-31 14:12:09.613227"]] TRANSACTION (3.5ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" IS NULL AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["tour_id", 784]] Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.2ms | Allocations: 633) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 784]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 784]] TRANSACTION (5.3ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423929-247109"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423929-247109"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:12:09.628097"], ["updated_at", "2020-12-31 14:12:09.628097"]] TRANSACTION (3.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423929-247109"], ["id", 785], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "options" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["options", "---\nnot_sign_visible: true\n"], ["updated_at", "2020-12-31 14:12:09.634100"], ["id", 785]] TRANSACTION (3.7ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" IS NULL AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["tour_id", 785]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 843) Processing by Intro::ToursController#record as HTML Parameters: {"id"=>"0"} Filter chain halted as :authenticate rendered or redirected Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 133) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 785]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 785]] TRANSACTION (5.5ms) commit transaction Processing by Intro::ToursController#index as JSON Parameters: {"action_name"=>"x", "controller_path"=>"x"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "x"], ["action_name", "x"], ["published", 1]] Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.5ms | Allocations: 2393) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423929-754286"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609423929-754286"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:12:09.658006"], ["updated_at", "2020-12-31 14:12:09.658006"]] TRANSACTION (3.6ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]] Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms | Allocations: 668) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 786]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 786]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423929-579032"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423929-579032"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:12:09.671657"], ["updated_at", "2020-12-31 14:12:09.671657"]] TRANSACTION (5.3ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 787]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 964) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 787]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 787]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423929-394520"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423929-394520"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:12:09.687841"], ["updated_at", "2020-12-31 14:12:09.687841"]] TRANSACTION (3.3ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423929-394520"], ["id", 788], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "expired_at" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["expired_at", "2020-12-30 14:12:09.692218"], ["updated_at", "2020-12-31 14:12:09.693236"], ["id", 788]] TRANSACTION (3.7ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 788]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.3ms | Allocations: 807) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 788]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 788]] TRANSACTION (5.2ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423929-342158"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423929-342158"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:12:09.708869"], ["updated_at", "2020-12-31 14:12:09.708869"]] TRANSACTION (3.6ms) commit transaction User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Intro::TourHistory Create (0.2ms) INSERT INTO "intro_tour_histories" ("tour_id", "user_id", "touch_count", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["tour_id", 789], ["user_id", 1], ["touch_count", 1], ["created_at", "2020-12-31 14:12:09.715635"], ["updated_at", "2020-12-31 14:12:09.715635"]] TRANSACTION (3.6ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 789]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.3ms | Allocations: 791) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 789]] Intro::TourHistory Destroy (0.2ms) DELETE FROM "intro_tour_histories" WHERE "intro_tour_histories"."id" = ? [["id", 55]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 789]] TRANSACTION (5.2ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423929-124936"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423929-124936"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:12:09.731986"], ["updated_at", "2020-12-31 14:12:09.731986"]] TRANSACTION (3.9ms) commit transaction User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Intro::TourHistory Create (0.2ms) INSERT INTO "intro_tour_histories" ("tour_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["tour_id", 790], ["user_id", 1], ["created_at", "2020-12-31 14:12:09.738700"], ["updated_at", "2020-12-31 14:12:09.738700"]] TRANSACTION (5.7ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 790]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 964) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 790]] Intro::TourHistory Destroy (0.1ms) DELETE FROM "intro_tour_histories" WHERE "intro_tour_histories"."id" = ? [["id", 56]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 790]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423929-963415"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423929-963415"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:12:09.755465"], ["updated_at", "2020-12-31 14:12:09.755465"]] TRANSACTION (3.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423929-963415"], ["id", 791], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query:\n:simple: \"/intro/admin/tours/new\"\n:strict: true\n"], ["updated_at", "2020-12-31 14:12:09.761820"], ["id", 791]] TRANSACTION (5.6ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/new"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 791]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 1272) Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"http://localhost:3000/intro/admin/tours/new"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 791]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.4ms | Allocations: 1111) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423929-963415"], ["id", 791], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query:\n:simple: http://localhost:3000/intro/admin/tours/new\n:strict: false\n"], ["updated_at", "2020-12-31 14:12:09.776011"], ["id", 791]] TRANSACTION (4.3ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"http://localhost:3000/intro/admin/tours/new"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 791]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.6ms | Allocations: 1119) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423929-963415"], ["id", 791], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: xyz=1\n:simple: http://localhost:3000/intro/admin/tours/new?xyz=1\n:strict: false\n"], ["updated_at", "2020-12-31 14:12:09.785488"], ["id", 791]] TRANSACTION (3.9ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"http://localhost:3000/intro/admin/tours/new?xyz=1"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 791]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.8ms | Allocations: 1172) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 791]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 791]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423929-360417"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423929-360417"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:12:09.799807"], ["updated_at", "2020-12-31 14:12:09.799807"]] TRANSACTION (7.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423929-360417"], ["id", 792], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query:\n:simple: \"/intro/admin/tours/new\"\n:strict: true\n"], ["updated_at", "2020-12-31 14:12:09.809365"], ["id", 792]] TRANSACTION (5.8ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/new2"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.1ms | Allocations: 1027) Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"http://localhost:3000/intro/admin/tours/new2"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]] Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.2ms | Allocations: 866) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423929-360417"], ["id", 792], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query:\n:simple: http://localhost:3000/intro/admin/tours/new\n:strict: false\n"], ["updated_at", "2020-12-31 14:12:09.822744"], ["id", 792]] TRANSACTION (14.1ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"http://localhost:3000/intro/admin/tours/new2"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.3ms | Allocations: 862) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423929-360417"], ["id", 792], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: xyz=1\n:simple: http://localhost:3000/intro/admin/tours/new?xyz=1\n:strict: false\n"], ["updated_at", "2020-12-31 14:12:09.842023"], ["id", 792]] TRANSACTION (4.0ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"http://localhost:3000/intro/admin/tours/new?xyz=2"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]] Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.4ms | Allocations: 935) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 792]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 792]] TRANSACTION (5.3ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423929-520631"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423929-520631"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:12:09.857258"], ["updated_at", "2020-12-31 14:12:09.857258"]] TRANSACTION (3.3ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423929-520631"], ["id", 793], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "action_name" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["action_name", "edit"], ["updated_at", "2020-12-31 14:12:09.862676"], ["id", 793]] TRANSACTION (4.3ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"edit", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/13/edit"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "edit"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 793]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 1230) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423929-520631"], ["id", 793], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:source:\n :controller: intro/admin/tours\n :action: edit\n :id: '13'\n:query:\n:simple: \"/intro/admin/tours/13/edit\"\n:strict: false\n"], ["updated_at", "2020-12-31 14:12:09.872413"], ["id", 793]] TRANSACTION (3.8ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"edit", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/13/edit"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "edit"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 793]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.4ms | Allocations: 1130) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 793]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 793]] TRANSACTION (5.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423929-719845"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423929-719845"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:12:09.888927"], ["updated_at", "2020-12-31 14:12:09.888927"]] TRANSACTION (3.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423929-719845"], ["id", 794], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "action_name" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["action_name", "edit"], ["updated_at", "2020-12-31 14:12:09.894358"], ["id", 794]] TRANSACTION (3.5ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"edit", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/13"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "edit"], ["published", 1]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms | Allocations: 952) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423929-719845"], ["id", 794], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:source:\n :controller: intro/admin/tours\n :action: edit\n :id: '13'\n:query:\n:simple: \"/intro/admin/tours/13/edit\"\n:strict: false\n"], ["updated_at", "2020-12-31 14:12:09.902813"], ["id", 794]] TRANSACTION (5.4ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"edit", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/13"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "edit"], ["published", 1]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.2ms | Allocations: 869) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 794]] Intro::Tour Destroy (0.5ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 794]] TRANSACTION (4.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423929-940175"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423929-940175"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:12:09.926565"], ["updated_at", "2020-12-31 14:12:09.926565"]] TRANSACTION (4.1ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/new?xyz=1"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 795]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.3ms | Allocations: 1221) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423929-940175"], ["id", 795], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:query: xyz=1\n:strict: false\n"], ["updated_at", "2020-12-31 14:12:09.936615"], ["id", 795]] TRANSACTION (7.2ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/new?xyz=1"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 795]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.5ms | Allocations: 1090) Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/new?xyz=1&abc=2"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 795]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.6ms | Allocations: 1109) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 795]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 795]] TRANSACTION (4.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423929-703125"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423929-703125"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:12:09.957962"], ["updated_at", "2020-12-31 14:12:09.957962"]] TRANSACTION (3.7ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 796]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 964) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 796]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 796]] TRANSACTION (7.2ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423929-062438"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423929-062438"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:12:09.976237"], ["updated_at", "2020-12-31 14:12:09.976237"]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423929-062438"], ["id", 797], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "options" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["options", "---\nnot_sign_visible: true\n"], ["updated_at", "2020-12-31 14:12:09.982375"], ["id", 797]] TRANSACTION (3.7ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 797]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 1013) Processing by Intro::ToursController#record as HTML Parameters: {"id"=>"0"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Filter chain halted as :require_tour rendered or redirected Completed 404 Not Found in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms | Allocations: 397) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423929-058643"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423929-058643"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:12:09.994618"], ["updated_at", "2020-12-31 14:12:09.994618"]] TRANSACTION (5.4ms) commit transaction Intro::TourHistory Exists? (0.1ms) SELECT 1 AS one FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? LIMIT ? [["tour_id", 798], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 798]] Processing by Intro::ToursController#record as HTML Parameters: {"id"=>"798"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 798], ["LIMIT", 1]] Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? ORDER BY "intro_tour_histories"."id" ASC LIMIT ? [["user_id", 1], ["tour_id", 798], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 798], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Intro::TourHistory Create (0.2ms) INSERT INTO "intro_tour_histories" ("tour_id", "user_id", "touch_count", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["tour_id", 798], ["user_id", 1], ["touch_count", 1], ["created_at", "2020-12-31 14:12:10.006258"], ["updated_at", "2020-12-31 14:12:10.006258"]] TRANSACTION (3.7ms) commit transaction Completed 200 OK in 8ms (Views: 0.2ms | ActiveRecord: 4.3ms | Allocations: 1675)  (0.1ms) SELECT COUNT(*) FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 798]] Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? ORDER BY "intro_tour_histories"."id" ASC LIMIT ? [["tour_id", 798], ["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-12-31 14:12:10.021911"], ["updated_at", "2020-12-31 14:12:10.021911"]] TRANSACTION (4.3ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423930-782510"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423930-782510"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:12:10.028394"], ["updated_at", "2020-12-31 14:12:10.028394"]] TRANSACTION (5.3ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Create (0.2ms) INSERT INTO "intro_tour_histories" ("tour_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["tour_id", 799], ["user_id", 20], ["created_at", "2020-12-31 14:12:10.035303"], ["updated_at", "2020-12-31 14:12:10.035303"]] TRANSACTION (3.9ms) commit transaction Intro::TourHistory Update All (3.9ms) UPDATE "intro_tour_histories" SET "touch_count" = COALESCE("touch_count", 0) + ? WHERE "intro_tour_histories"."id" = ? [["touch_count", 1], ["id", 58]] Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", ""], ["LIMIT", 1]] Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" IS NULL LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" ORDER BY "intro_tours"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423929-062438"], ["LIMIT", 1]] Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "TOUR-1609423929-062438"], ["LIMIT", 1]] Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" IS NULL LIMIT ? [["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423930-459760"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423930-459760"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:12:10.056986"], ["updated_at", "2020-12-31 14:12:10.056986"]] TRANSACTION (5.4ms) commit transaction Intro::Tour Exists? (0.3ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423930-459760"], ["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.4ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423930-792813"], ["LIMIT", 1]] Intro::Tour Create (0.4ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423930-792813"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:12:10.068899"], ["updated_at", "2020-12-31 14:12:10.068899"]] TRANSACTION (5.2ms) commit transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423930-792813"], ["id", 801], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423930-078256"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609423930-078256"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=test\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 14:12:10.079002"], ["updated_at", "2020-12-31 14:12:10.079002"]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423930-167485"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423930-167485"], ["route", "---\n:source:\n:query:\n:simple: \"/intro/admin/test\"\n:strict: false\n"], ["created_at", "2020-12-31 14:12:10.086423"], ["updated_at", "2020-12-31 14:12:10.086423"]] TRANSACTION (6.9ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.3ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423930-347198"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423930-347198"], ["route", "---\n:strict: true\n"], ["created_at", "2020-12-31 14:12:10.097543"], ["updated_at", "2020-12-31 14:12:10.097543"]] TRANSACTION (4.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423930-347198"], ["id", 804], ["LIMIT", 1]] TRANSACTION (0.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423930-347198"], ["id", 804], ["LIMIT", 1]] TRANSACTION (0.0ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423930-372901"], ["LIMIT", 1]] Intro::Tour Create (0.4ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609423930-372901"], ["controller_path", "tours"], ["action_name", "new"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=test\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 14:12:10.108327"], ["updated_at", "2020-12-31 14:12:10.108327"]] TRANSACTION (5.9ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423930-716583"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609423930-716583"], ["controller_path", "intro/admin/tours"], ["action_name", "create"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=test\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 14:12:10.119749"], ["updated_at", "2020-12-31 14:12:10.119749"]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.2ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423930-620954"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609423930-620954"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=demo\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 14:12:10.129017"], ["updated_at", "2020-12-31 14:12:10.129017"]] TRANSACTION (3.5ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.3ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423930-803157"], ["LIMIT", 1]] Intro::Tour Create (0.6ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423930-803157"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:12:10.142318"], ["updated_at", "2020-12-31 14:12:10.142318"]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423930-120934"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423930-120934"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:12:10.151665"], ["updated_at", "2020-12-31 14:12:10.151665"]] TRANSACTION (5.5ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423930-726319"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423930-726319"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:12:10.163170"], ["updated_at", "2020-12-31 14:12:10.163170"]] TRANSACTION (3.5ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423930-726319"], ["id", 810], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "controller_path" = ?, "action_name" = ?, "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["controller_path", "intro/admin/tours"], ["action_name", "index"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: index\n:query:\n:strict: false\n:simple: \"/intro/admin/tours\"\n"], ["updated_at", "2020-12-31 14:12:10.171022"], ["id", 810]] TRANSACTION (4.2ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423930-719528"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423930-719528"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:12:10.180859"], ["updated_at", "2020-12-31 14:12:10.180859"]] TRANSACTION (6.1ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423930-305896"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423930-305896"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:12:10.190283"], ["updated_at", "2020-12-31 14:12:10.190283"]] TRANSACTION (4.5ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423930-719436"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423930-719436"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:12:10.198612"], ["updated_at", "2020-12-31 14:12:10.198612"]] TRANSACTION (5.6ms) commit transaction  (0.8ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by Intro::Admin::ImagesController#create as JSON Filter chain halted as :authenticate rendered or redirected Completed 401 Unauthorized in 11ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 7295) Processing by Intro::Admin::ImagesController#create as JSON Filter chain halted as :require_image rendered or redirected Completed 400 Bad Request in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ImagesController#create as JSON Parameters: {"image"=>#, @original_filename="ruby.png", @content_type="image/png", @headers="Content-Disposition: form-data; name=\"image\"; filename=\"ruby.png\"\r\nContent-Type: image/png\r\nContent-Length: 5705\r\n">} Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 804) Processing by Intro::Admin::SessionsController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.5ms | Allocations: 273) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.7ms | Allocations: 370) Completed 200 OK in 5ms (Views: 3.1ms | ActiveRecord: 0.0ms | Allocations: 3043) Processing by Intro::Admin::SessionsController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 60) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 153) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms | Allocations: 470) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"NQlPV8Q"} Redirected to http://test.host/intro/admin/tours Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 192) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"test_user"} Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 60) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 153) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms | Allocations: 445) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"NQlPV8Q"} Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 57) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 148) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms | Allocations: 422) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"root"} Redirected to http://test.host/intro/admin/tours Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 159) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"test"} Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/sessions/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 60) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 153) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms | Allocations: 442) Processing by Intro::Admin::SessionsController#create as HTML Parameters: {"password"=>"[FILTERED]", "username"=>"NQlPV8Q"} Redirected to http://test.host/intro/admin/tours Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 156) Processing by Intro::Admin::SessionsController#sign_out as HTML Redirected to http://test.host/intro/admin/sessions/new Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 147) Processing by Intro::Admin::ToursController#index as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 248) Processing by Intro::Admin::ToursController#new as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#create as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#route as JSON Filter chain halted as :authenticate rendered or redirected Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 153) Processing by Intro::Admin::ToursController#attempt as HTML Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#show as HTML Parameters: {"id"=>"0"} Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#edit as HTML Parameters: {"id"=>"0"} Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#update as HTML Parameters: {"id"=>"0"} Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#destroy as HTML Parameters: {"id"=>"0"} Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#publish as HTML Parameters: {"id"=>"0"} Redirected to http://test.host/intro/admin/sessions/new Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 176) Processing by Intro::Admin::ToursController#index as HTML Redirected to http://test.host/login Filter chain halted as :authenticate rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 128) Processing by Intro::Admin::ToursController#index as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 63) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.4ms | Allocations: 156) Completed 200 OK in 3ms (Views: 1.3ms | ActiveRecord: 0.2ms | Allocations: 2318) Processing by Intro::Admin::ToursController#index as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/index.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.4ms | Allocations: 154) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms | Allocations: 588) Processing by Intro::Admin::ToursController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 63) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 156) Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.3ms | Allocations: 5603) Processing by Intro::Admin::ToursController#new as HTML Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application (Duration: 0.2ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.5ms | Allocations: 154) Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms | Allocations: 484)  (0.1ms) SELECT COUNT(*) FROM "intro_tours" Processing by Intro::Admin::ToursController#create as HTML Parameters: {"tour"=>{"ident"=>"oahpdmqlfuwcgtnkzveirxsbjy"}} TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "oahpdmqlfuwcgtnkzveirxsbjy"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "oahpdmqlfuwcgtnkzveirxsbjy"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:12:27.904688"], ["updated_at", "2020-12-31 14:12:27.904688"]] TRANSACTION (6.9ms) commit transaction Redirected to http://test.host/intro/admin/tours/814 Completed 302 Found in 11ms (ActiveRecord: 7.4ms | Allocations: 1357)  (0.1ms) SELECT COUNT(*) FROM "intro_tours"  (0.1ms) SELECT COUNT(*) FROM "intro_tours" Processing by Intro::Admin::ToursController#create as HTML TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" IS NULL LIMIT ? [["LIMIT", 1]] TRANSACTION (0.0ms) rollback transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/new.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.2ms | Allocations: 871)  (0.1ms) SELECT COUNT(*) FROM "intro_tours" Processing by Intro::Admin::ToursController#route as JSON Parameters: {"path"=>"/intro/admin/tours?xyz=1"} Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 3248) Processing by Intro::Admin::ToursController#attempt as JSON Parameters: {"tour"=>{"options"=>{"content"=>"content", "title"=>"title"}}} Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 452) Processing by Intro::Admin::ToursController#attempt as JSON Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 227) Processing by Intro::Admin::ToursController#show as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms | Allocations: 444) Processing by Intro::Admin::ToursController#show as JSON Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Filter chain halted as :require_tour rendered or redirected Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms | Allocations: 205) Processing by Intro::Admin::ToursController#edit as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms | Allocations: 268) Processing by Intro::Admin::ToursController#update as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms | Allocations: 268) Processing by Intro::Admin::ToursController#destroy as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms | Allocations: 268) Processing by Intro::Admin::ToursController#publish as HTML Parameters: {"id"=>"0"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Redirected to http://test.host/intro/admin/tours Filter chain halted as :require_tour rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms | Allocations: 268) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423947-208413"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423947-208413"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:12:27.939069"], ["updated_at", "2020-12-31 14:12:27.939069"]] TRANSACTION (3.6ms) commit transaction Processing by Intro::Admin::ToursController#show as HTML Parameters: {"id"=>"815"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 815], ["LIMIT", 1]] Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.2ms | Allocations: 63) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 156) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.1ms | Allocations: 759) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423947-238917"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423947-238917"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:12:27.948275"], ["updated_at", "2020-12-31 14:12:27.948275"]] TRANSACTION (5.5ms) commit transaction Processing by Intro::Admin::ToursController#show as HTML Parameters: {"id"=>"816"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 816], ["LIMIT", 1]] Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms | Allocations: 529) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423947-542796"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423947-542796"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:12:27.958755"], ["updated_at", "2020-12-31 14:12:27.958755"]] TRANSACTION (3.8ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"ident"=>"new-tour-1609423947-542796"}, "id"=>"817"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 817], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "new-tour-1609423947-542796"], ["id", 817], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "ident" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["ident", "new-tour-1609423947-542796"], ["updated_at", "2020-12-31 14:12:27.966113"], ["id", 817]] TRANSACTION (4.1ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 4.4ms | Allocations: 1475) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423947-652981"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423947-652981"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:12:27.973809"], ["updated_at", "2020-12-31 14:12:27.973809"]] TRANSACTION (5.7ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"ident"=>"new-tour-1609423947-652981"}, "id"=>"818"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 818], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "new-tour-1609423947-652981"], ["id", 818], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "ident" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["ident", "new-tour-1609423947-652981"], ["updated_at", "2020-12-31 14:12:27.983126"], ["id", 818]] TRANSACTION (5.6ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.2ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 9ms (Views: 0.7ms | ActiveRecord: 5.9ms | Allocations: 1401) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423947-652978"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423947-652978"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:12:27.992510"], ["updated_at", "2020-12-31 14:12:27.992510"]] TRANSACTION (3.9ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"controller_path"=>"new-"}, "id"=>"819"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 819], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423947-652978"], ["id", 819], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "controller_path" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["controller_path", "new-"], ["updated_at", "2020-12-31 14:12:27.999753"], ["id", 819]] TRANSACTION (7.1ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 10ms (Views: 0.8ms | ActiveRecord: 7.4ms | Allocations: 1403) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423948-465172"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423948-465172"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:12:28.010740"], ["updated_at", "2020-12-31 14:12:28.010740"]] TRANSACTION (3.7ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"action_name"=>"new-"}, "id"=>"820"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 820], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423948-465172"], ["id", 820], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "action_name" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["action_name", "new-"], ["updated_at", "2020-12-31 14:12:28.018033"], ["id", 820]] TRANSACTION (3.8ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 4.2ms | Allocations: 1404) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423948-345982"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423948-345982"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:12:28.025672"], ["updated_at", "2020-12-31 14:12:28.025672"]] TRANSACTION (5.2ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"options"=>{"title"=>"title"}}, "id"=>"821"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 821], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423948-345982"], ["id", 821], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "options" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["options", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ntitle: title\n"], ["updated_at", "2020-12-31 14:12:28.034483"], ["id", 821]] TRANSACTION (3.6ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 3.9ms | Allocations: 1726) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423948-728351"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423948-728351"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:12:28.042189"], ["updated_at", "2020-12-31 14:12:28.042189"]] TRANSACTION (3.5ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"route"=>{"simple"=>"/"}}, "id"=>"822"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 822], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423948-728351"], ["id", 822], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nsource:\nquery:\nsimple: \"/\"\nstrict: false\n"], ["updated_at", "2020-12-31 14:12:28.050113"], ["id", 822]] TRANSACTION (7.0ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 11ms (Views: 0.7ms | ActiveRecord: 7.3ms | Allocations: 2670) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423948-597160"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423948-597160"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:12:28.061294"], ["updated_at", "2020-12-31 14:12:28.061294"]] TRANSACTION (3.6ms) commit transaction Processing by Intro::Admin::ToursController#update as HTML Parameters: {"tour"=>{"expired_at"=>"2021-01-01"}, "id"=>"823"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 823], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423948-597160"], ["id", 823], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "expired_at" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["expired_at", "2021-01-01 00:00:00"], ["updated_at", "2020-12-31 14:12:28.068502"], ["id", 823]] TRANSACTION (3.7ms) commit transaction Rendering layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb Rendering /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /home/jinhu/Repos/intro/app/views/intro/admin/tours/edit.html.erb within layouts/intro/admin/application (Duration: 0.1ms | Allocations: 61) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered layout /home/jinhu/Repos/intro/app/views/layouts/intro/admin/application.html.erb (Duration: 0.3ms | Allocations: 154) Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 4.0ms | Allocations: 1516) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423948-250718"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423948-250718"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:12:28.076078"], ["updated_at", "2020-12-31 14:12:28.076078"]] TRANSACTION (6.2ms) commit transaction Processing by Intro::Admin::ToursController#destroy as HTML Parameters: {"id"=>"824"} Intro::Tour Load (0.3ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 824], ["LIMIT", 1]] TRANSACTION (0.2ms) begin transaction Intro::TourHistory Load (0.3ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 824]] Intro::Tour Destroy (0.4ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 824]] TRANSACTION (5.8ms) commit transaction Redirected to http://test.host/intro/admin/tours Completed 302 Found in 35ms (ActiveRecord: 7.6ms | Allocations: 4679) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423948-479682"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423948-479682"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:12:28.124986"], ["updated_at", "2020-12-31 14:12:28.124986"]] TRANSACTION (3.9ms) commit transaction Processing by Intro::Admin::ToursController#publish as HTML Parameters: {"published"=>"true", "id"=>"825"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 825], ["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423948-479682"], ["id", 825], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "published" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["published", 1], ["updated_at", "2020-12-31 14:12:28.134093"], ["id", 825]] TRANSACTION (6.2ms) commit transaction Redirected to Redirected to http://test.host/intro/admin/tours Completed 302 Found in 14ms (ActiveRecord: 6.7ms | Allocations: 2532) TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423948-120698"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423948-120698"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:12:28.147903"], ["updated_at", "2020-12-31 14:12:28.147903"]] TRANSACTION (4.2ms) commit transaction Processing by Intro::Admin::ToursController#publish as HTML Parameters: {"published"=>"false", "id"=>"826"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 826], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423948-120698"], ["id", 826], ["LIMIT", 1]] TRANSACTION (0.0ms) commit transaction Redirected to Redirected to http://test.host/intro/admin/tours Completed 302 Found in 5ms (ActiveRecord: 0.2ms | Allocations: 2350) Intro::Tour Load (0.2ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 797]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 797]] TRANSACTION (4.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 798]] Intro::TourHistory Destroy (0.1ms) DELETE FROM "intro_tour_histories" WHERE "intro_tour_histories"."id" = ? [["id", 57]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 798]] TRANSACTION (5.3ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 799]] Intro::TourHistory Destroy (0.1ms) DELETE FROM "intro_tour_histories" WHERE "intro_tour_histories"."id" = ? [["id", 58]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 799]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 800]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 800]] TRANSACTION (5.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 801]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 801]] TRANSACTION (5.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 802]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 802]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 803]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 803]] TRANSACTION (5.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 804]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 804]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 805]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 805]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 806]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 806]] TRANSACTION (5.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 807]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 807]] TRANSACTION (3.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 808]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 808]] TRANSACTION (3.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 809]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 809]] TRANSACTION (5.3ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 810]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 810]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 811]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 811]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 812]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 812]] TRANSACTION (7.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 813]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 813]] TRANSACTION (4.2ms) commit transaction TRANSACTION (0.2ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 814]] Intro::Tour Destroy (0.6ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 814]] TRANSACTION (6.5ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 815]] Intro::Tour Destroy (0.5ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 815]] TRANSACTION (7.7ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 816]] Intro::Tour Destroy (0.5ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 816]] TRANSACTION (4.9ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.2ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 817]] Intro::Tour Destroy (0.5ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 817]] TRANSACTION (6.1ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 818]] Intro::Tour Destroy (0.3ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 818]] TRANSACTION (4.5ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 819]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 819]] TRANSACTION (4.2ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 820]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 820]] TRANSACTION (4.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 821]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 821]] TRANSACTION (5.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 822]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 822]] TRANSACTION (3.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 823]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 823]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 825]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 825]] TRANSACTION (5.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 826]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 826]] TRANSACTION (3.6ms) commit transaction Processing by Intro::ToursController#index as JSON Parameters: {"action_name"=>"x", "controller_path"=>"x"} Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 194) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" Processing by Intro::ToursController#index as JSON Parameters: {"action_name"=>"x", "controller_path"=>"x"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "x"], ["action_name", "x"], ["published", 1]] Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms | Allocations: 538) Intro::Tour Load (0.0ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423948-150274"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423948-150274"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:12:28.350593"], ["updated_at", "2020-12-31 14:12:28.350593"]] TRANSACTION (3.8ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.5ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" IS NULL AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["tour_id", 827]] Completed 200 OK in 11ms (Views: 0.2ms | ActiveRecord: 0.6ms | Allocations: 637) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 827]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 827]] TRANSACTION (5.5ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423948-169704"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423948-169704"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:12:28.375878"], ["updated_at", "2020-12-31 14:12:28.375878"]] TRANSACTION (3.3ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423948-169704"], ["id", 828], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "options" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["options", "---\nnot_sign_visible: true\n"], ["updated_at", "2020-12-31 14:12:28.381672"], ["id", 828]] TRANSACTION (3.6ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" IS NULL AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["tour_id", 828]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 843) Processing by Intro::ToursController#record as HTML Parameters: {"id"=>"0"} Filter chain halted as :authenticate rendered or redirected Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 133) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 828]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 828]] TRANSACTION (5.5ms) commit transaction Processing by Intro::ToursController#index as JSON Parameters: {"action_name"=>"x", "controller_path"=>"x"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "x"], ["action_name", "x"], ["published", 1]] Completed 200 OK in 5ms (Views: 0.2ms | ActiveRecord: 0.6ms | Allocations: 2393) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423948-672158"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609423948-672158"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:12:28.406976"], ["updated_at", "2020-12-31 14:12:28.406976"]] TRANSACTION (3.5ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.1ms | Allocations: 668) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 829]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 829]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423948-536721"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423948-536721"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:12:28.421228"], ["updated_at", "2020-12-31 14:12:28.421228"]] TRANSACTION (5.5ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 830]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 964) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 830]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 830]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423948-345206"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423948-345206"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:12:28.438088"], ["updated_at", "2020-12-31 14:12:28.438088"]] TRANSACTION (3.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) [34mSELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423948-345206"], ["id", 831], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "expired_at" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["expired_at", "2020-12-30 14:12:28.442727"], ["updated_at", "2020-12-31 14:12:28.444235"], ["id", 831]] TRANSACTION (5.6ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 831]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.2ms | Allocations: 807) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 831]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 831]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423948-183962"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423948-183962"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:12:28.460406"], ["updated_at", "2020-12-31 14:12:28.460406"]] TRANSACTION (3.5ms) commit transaction User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Intro::TourHistory Create (0.2ms) INSERT INTO "intro_tour_histories" ("tour_id", "user_id", "touch_count", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["tour_id", 832], ["user_id", 1], ["touch_count", 1], ["created_at", "2020-12-31 14:12:28.467146"], ["updated_at", "2020-12-31 14:12:28.467146"]] TRANSACTION (3.6ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 832]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.2ms | Allocations: 791) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 832]] Intro::TourHistory Destroy (0.2ms) DELETE FROM "intro_tour_histories" WHERE "intro_tour_histories"."id" = ? [["id", 59]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 832]] TRANSACTION (5.3ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423948-164072"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423948-164072"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:12:28.483554"], ["updated_at", "2020-12-31 14:12:28.483554"]] TRANSACTION (5.4ms) commit transaction User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Intro::TourHistory Create (0.1ms) INSERT INTO "intro_tour_histories" ("tour_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["tour_id", 833], ["user_id", 1], ["created_at", "2020-12-31 14:12:28.491674"], ["updated_at", "2020-12-31 14:12:28.491674"]] TRANSACTION (5.7ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 833]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 964) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 833]] Intro::TourHistory Destroy (0.1ms) DELETE FROM "intro_tour_histories" WHERE "intro_tour_histories"."id" = ? [["id", 60]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 833]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423948-635487"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423948-635487"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:12:28.508364"], ["updated_at", "2020-12-31 14:12:28.508364"]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423948-635487"], ["id", 834], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query:\n:simple: \"/intro/admin/tours/new\"\n:strict: true\n"], ["updated_at", "2020-12-31 14:12:28.514765"], ["id", 834]] TRANSACTION (5.5ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/new"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 834]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 1272) Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"http://localhost:3000/intro/admin/tours/new"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 834]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.4ms | Allocations: 1111) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423948-635487"], ["id", 834], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query:\n:simple: http://localhost:3000/intro/admin/tours/new\n:strict: false\n"], ["updated_at", "2020-12-31 14:12:28.528690"], ["id", 834]] TRANSACTION (3.7ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"http://localhost:3000/intro/admin/tours/new"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 834]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.6ms | Allocations: 1119) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423948-635487"], ["id", 834], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: xyz=1\n:simple: http://localhost:3000/intro/admin/tours/new?xyz=1\n:strict: false\n"], ["updated_at", "2020-12-31 14:12:28.538049"], ["id", 834]] TRANSACTION (3.6ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"http://localhost:3000/intro/admin/tours/new?xyz=1"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 834]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.8ms | Allocations: 1172) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 834]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 834]] TRANSACTION (6.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423948-746158"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423948-746158"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:12:28.555340"], ["updated_at", "2020-12-31 14:12:28.555340"]] TRANSACTION (3.9ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423948-746158"], ["id", 835], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query:\n:simple: \"/intro/admin/tours/new\"\n:strict: true\n"], ["updated_at", "2020-12-31 14:12:28.562042"], ["id", 835]] TRANSACTION (3.7ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/new2"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.1ms | Allocations: 1027) Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"http://localhost:3000/intro/admin/tours/new2"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]] Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.2ms | Allocations: 866) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423948-746158"], ["id", 835], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query:\n:simple: http://localhost:3000/intro/admin/tours/new\n:strict: false\n"], ["updated_at", "2020-12-31 14:12:28.573786"], ["id", 835]] TRANSACTION (5.3ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"http://localhost:3000/intro/admin/tours/new2"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]] Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.3ms | Allocations: 862) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423948-746158"], ["id", 835], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: xyz=1\n:simple: http://localhost:3000/intro/admin/tours/new?xyz=1\n:strict: false\n"], ["updated_at", "2020-12-31 14:12:28.583837"], ["id", 835]] TRANSACTION (3.6ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"http://localhost:3000/intro/admin/tours/new?xyz=2"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]] Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.4ms | Allocations: 935) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 835]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 835]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423948-489351"], ["LIMIT", 1]] Intro::Tour Create (0.1ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423948-489351"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:12:28.597129"], ["updated_at", "2020-12-31 14:12:28.597129"]] TRANSACTION (5.4ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423948-489351"], ["id", 836], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "action_name" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["action_name", "edit"], ["updated_at", "2020-12-31 14:12:28.604580"], ["id", 836]] TRANSACTION (3.7ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"edit", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/13/edit"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "edit"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 836]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.2ms | Allocations: 1230) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423948-489351"], ["id", 836], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:source:\n :controller: intro/admin/tours\n :action: edit\n :id: '13'\n:query:\n:simple: \"/intro/admin/tours/13/edit\"\n:strict: false\n"], ["updated_at", "2020-12-31 14:12:28.613649"], ["id", 836]] TRANSACTION (3.7ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"edit", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/13/edit"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "edit"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 836]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.4ms | Allocations: 1130) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 836]] Intro::Tour Destroy (0.1ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 836]] TRANSACTION (5.1ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423948-390614"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423948-390614"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:12:28.629377"], ["updated_at", "2020-12-31 14:12:28.629377"]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423948-390614"], ["id", 837], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "action_name" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["action_name", "edit"], ["updated_at", "2020-12-31 14:12:28.634967"], ["id", 837]] TRANSACTION (3.8ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"edit", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/13"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "edit"], ["published", 1]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.1ms | Allocations: 952) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423948-390614"], ["id", 837], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:source:\n :controller: intro/admin/tours\n :action: edit\n :id: '13'\n:query:\n:simple: \"/intro/admin/tours/13/edit\"\n:strict: false\n"], ["updated_at", "2020-12-31 14:12:28.643820"], ["id", 837]] TRANSACTION (5.4ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"edit", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/13"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "edit"], ["published", 1]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.2ms | Allocations: 869) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.0ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 837]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 837]] TRANSACTION (3.8ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423948-349650"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423948-349650"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:12:28.659685"], ["updated_at", "2020-12-31 14:12:28.659685"]] TRANSACTION (3.6ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/new?xyz=1"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 838]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.2ms | Allocations: 1219) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423948-349650"], ["id", 838], ["LIMIT", 1]] Intro::Tour Update (0.1ms) UPDATE "intro_tours" SET "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["route", "---\n:query: xyz=1\n:strict: false\n"], ["updated_at", "2020-12-31 14:12:28.668369"], ["id", 838]] TRANSACTION (5.6ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/new?xyz=1"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 838]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.4ms | Allocations: 1090) Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours", "original_url"=>"/intro/admin/tours/new?xyz=1&abc=2"} Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 838]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.6ms | Allocations: 1109) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 838]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 838]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423948-801523"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423948-801523"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:12:28.688802"], ["updated_at", "2020-12-31 14:12:28.688802"]] TRANSACTION (3.3ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 839]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.3ms | Allocations: 964) Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" TRANSACTION (0.0ms) begin transaction Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 839]] Intro::Tour Destroy (0.2ms) DELETE FROM "intro_tours" WHERE "intro_tours"."id" = ? [["id", 839]] TRANSACTION (5.5ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423948-908527"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423948-908527"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:12:28.706593"], ["updated_at", "2020-12-31 14:12:28.706593"]] TRANSACTION (4.8ms) commit transaction TRANSACTION (0.3ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423948-908527"], ["id", 840], ["LIMIT", 1]] Intro::Tour Update (0.2ms) UPDATE "intro_tours" SET "options" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["options", "---\nnot_sign_visible: true\n"], ["updated_at", "2020-12-31 14:12:28.721035"], ["id", 840]] TRANSACTION (3.8ms) commit transaction Processing by Intro::ToursController#index as HTML Parameters: {"action_name"=>"new", "controller_path"=>"intro/admin/tours"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."controller_path" = ? AND "intro_tours"."action_name" = ? AND "intro_tours"."published" = ? [["controller_path", "intro/admin/tours"], ["action_name", "new"], ["published", 1]]  (0.1ms) SELECT "intro_tour_histories"."tour_id" FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? AND (touch_count >= 1) [["user_id", 1], ["tour_id", 840]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.3ms | Allocations: 1014) Processing by Intro::ToursController#record as HTML Parameters: {"id"=>"0"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] Filter chain halted as :require_tour rendered or redirected Completed 404 Not Found in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms | Allocations: 397) TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423948-164290"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "published", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["ident", "tour-1609423948-164290"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:strict: false\n"], ["published", 1], ["created_at", "2020-12-31 14:12:28.733806"], ["updated_at", "2020-12-31 14:12:28.733806"]] TRANSACTION (5.7ms) commit transaction Intro::TourHistory Exists? (0.1ms) SELECT 1 AS one FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? LIMIT ? [["tour_id", 841], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 841]] Processing by Intro::ToursController#record as HTML Parameters: {"id"=>"841"} User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 841], ["LIMIT", 1]] Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."user_id" = ? AND "intro_tour_histories"."tour_id" = ? ORDER BY "intro_tour_histories"."id" ASC LIMIT ? [["user_id", 1], ["tour_id", 841], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction Intro::Tour Load (0.1ms) SELECT "intro_tours".* FROM "intro_tours" WHERE "intro_tours"."id" = ? LIMIT ? [["id", 841], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Intro::TourHistory Create (0.2ms) INSERT INTO "intro_tour_histories" ("tour_id", "user_id", "touch_count", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["tour_id", 841], ["user_id", 1], ["touch_count", 1], ["created_at", "2020-12-31 14:12:28.746075"], ["updated_at", "2020-12-31 14:12:28.746075"]] TRANSACTION (3.6ms) commit transaction Completed 200 OK in 8ms (Views: 0.2ms | ActiveRecord: 4.2ms | Allocations: 1675)  (0.1ms) SELECT COUNT(*) FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? [["tour_id", 841]] Intro::TourHistory Load (0.1ms) SELECT "intro_tour_histories".* FROM "intro_tour_histories" WHERE "intro_tour_histories"."tour_id" = ? ORDER BY "intro_tour_histories"."id" ASC LIMIT ? [["tour_id", 841], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-12-31 14:12:28.760871"], ["updated_at", "2020-12-31 14:12:28.760871"]] TRANSACTION (4.3ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.3ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423948-598670"], ["LIMIT", 1]] Intro::Tour Create (0.6ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423948-598670"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:12:28.769744"], ["updated_at", "2020-12-31 14:12:28.769744"]] TRANSACTION (7.6ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::TourHistory Create (0.4ms) INSERT INTO "intro_tour_histories" ("tour_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["tour_id", 842], ["user_id", 21], ["created_at", "2020-12-31 14:12:28.781524"], ["updated_at", "2020-12-31 14:12:28.781524"]] TRANSACTION (3.8ms) commit transaction Intro::TourHistory Update All (4.5ms) UPDATE "intro_tour_histories" SET "touch_count" = COALESCE("touch_count", 0) + ? WHERE "intro_tour_histories"."id" = ? [["touch_count", 1], ["id", 62]] Intro::Tour Exists? (0.3ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", ""], ["LIMIT", 1]] Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" IS NULL LIMIT ? [["LIMIT", 1]] Intro::Tour Load (0.5ms) SELECT "intro_tours".* FROM "intro_tours" ORDER BY "intro_tours"."id" ASC LIMIT ? [["LIMIT", 1]] Intro::Tour Exists? (0.3ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423948-908527"], ["LIMIT", 1]] Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "TOUR-1609423948-908527"], ["LIMIT", 1]] Intro::Tour Exists? (0.3ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" IS NULL LIMIT ? [["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423948-539820"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423948-539820"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:12:28.819486"], ["updated_at", "2020-12-31 14:12:28.819486"]] TRANSACTION (5.4ms) commit transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423948-539820"], ["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423948-741092"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423948-741092"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:12:28.830423"], ["updated_at", "2020-12-31 14:12:28.830423"]] TRANSACTION (3.6ms) commit transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423948-741092"], ["id", 844], ["LIMIT", 1]] TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423948-186430"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609423948-186430"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=test\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 14:12:28.839242"], ["updated_at", "2020-12-31 14:12:28.839242"]] TRANSACTION (7.7ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.6ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423948-975083"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423948-975083"], ["route", "---\n:source:\n:query:\n:simple: \"/intro/admin/test\"\n:strict: false\n"], ["created_at", "2020-12-31 14:12:28.854533"], ["updated_at", "2020-12-31 14:12:28.854533"]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423948-143265"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423948-143265"], ["route", "---\n:strict: true\n"], ["created_at", "2020-12-31 14:12:28.861484"], ["updated_at", "2020-12-31 14:12:28.861484"]] TRANSACTION (7.6ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.3ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423948-143265"], ["id", 847], ["LIMIT", 1]] TRANSACTION (0.1ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423948-143265"], ["id", 847], ["LIMIT", 1]] TRANSACTION (0.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423948-362407"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609423948-362407"], ["controller_path", "tours"], ["action_name", "new"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=test\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 14:12:28.878032"], ["updated_at", "2020-12-31 14:12:28.878032"]] TRANSACTION (5.8ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.3ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423948-715906"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609423948-715906"], ["controller_path", "intro/admin/tours"], ["action_name", "create"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=test\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 14:12:28.889282"], ["updated_at", "2020-12-31 14:12:28.889282"]] TRANSACTION (4.0ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423948-572093"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "controller_path", "action_name", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["ident", "tour-1609423948-572093"], ["controller_path", "intro/admin/tours"], ["action_name", "new"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: new\n:query: source=demo\n:simple: \"/intro/admin/tours/new?source=test\"\n:strict: false\n"], ["created_at", "2020-12-31 14:12:28.897703"], ["updated_at", "2020-12-31 14:12:28.897703"]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423948-047259"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423948-047259"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:12:28.911885"], ["updated_at", "2020-12-31 14:12:28.911885"]] TRANSACTION (5.9ms) commit transaction TRANSACTION (0.2ms) begin transaction Intro::Tour Exists? (0.4ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423948-745906"], ["LIMIT", 1]] Intro::Tour Create (0.7ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423948-745906"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:12:28.927149"], ["updated_at", "2020-12-31 14:12:28.927149"]] TRANSACTION (4.7ms) commit transaction TRANSACTION (0.3ms) begin transaction Intro::Tour Exists? (0.5ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423948-326748"], ["LIMIT", 1]] Intro::Tour Create (1.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423948-326748"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:12:28.943033"], ["updated_at", "2020-12-31 14:12:28.943033"]] TRANSACTION (4.2ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.3ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? AND "intro_tours"."id" != ? LIMIT ? [["ident", "tour-1609423948-326748"], ["id", 853], ["LIMIT", 1]] Intro::Tour Update (0.5ms) UPDATE "intro_tours" SET "controller_path" = ?, "action_name" = ?, "route" = ?, "updated_at" = ? WHERE "intro_tours"."id" = ? [["controller_path", "intro/admin/tours"], ["action_name", "index"], ["route", "---\n:source:\n :controller: intro/admin/tours\n :action: index\n:query:\n:strict: false\n:simple: \"/intro/admin/tours\"\n"], ["updated_at", "2020-12-31 14:12:28.957594"], ["id", 853]] TRANSACTION (7.5ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.2ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423948-358204"], ["LIMIT", 1]] Intro::Tour Create (0.3ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423948-358204"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:12:28.971344"], ["updated_at", "2020-12-31 14:12:28.971344"]] TRANSACTION (3.6ms) commit transaction TRANSACTION (0.1ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423948-962048"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423948-962048"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:12:28.978243"], ["updated_at", "2020-12-31 14:12:28.978243"]] TRANSACTION (3.7ms) commit transaction TRANSACTION (0.0ms) begin transaction Intro::Tour Exists? (0.1ms) SELECT 1 AS one FROM "intro_tours" WHERE "intro_tours"."ident" = ? LIMIT ? [["ident", "tour-1609423948-319654"], ["LIMIT", 1]] Intro::Tour Create (0.2ms) INSERT INTO "intro_tours" ("ident", "route", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["ident", "tour-1609423948-319654"], ["route", "---\n:strict: false\n"], ["created_at", "2020-12-31 14:12:28.984882"], ["updated_at", "2020-12-31 14:12:28.984882"]] TRANSACTION (5.4ms) commit transaction