katgut 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -0
- data/app/models/katgut/rule.rb +8 -0
- data/lib/katgut/version.rb +1 -1
- data/spec/dummy/db/development.sqlite3 +0 -0
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/dummy/log/development.log +26 -0
- data/spec/dummy/log/test.log +2540 -0
- data/spec/models/katgut/rule_spec.rb +30 -0
- metadata +2 -2
data/spec/dummy/log/test.log
CHANGED
@@ -7410,3 +7410,2543 @@ Completed 302 Found in 1ms (ActiveRecord: 0.1ms)
|
|
7410
7410
|
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
7411
7411
|
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
7412
7412
|
[1m[35m (0.5ms)[0m rollback transaction
|
7413
|
+
[1m[36mActiveRecord::SchemaMigration Load (1.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
7414
|
+
[1m[36m (1.4ms)[0m [1mCREATE TABLE "katgut_rules" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "source" varchar NOT NULL, "destination" varchar NOT NULL, "active" boolean DEFAULT 'f' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "redirection_count" integer DEFAULT 0 NOT NULL) [0m
|
7415
|
+
[1m[35m (0.4ms)[0m select sqlite_version(*)
|
7416
|
+
[1m[36m (1.0ms)[0m [1mCREATE UNIQUE INDEX "idx_katgut_source" ON "katgut_rules" ("source")[0m
|
7417
|
+
[1m[35m (0.9ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
7418
|
+
[1m[36m (0.8ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
7419
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
7420
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160721095501')[0m
|
7421
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
7422
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
7423
|
+
Migrating to CreateKatgutRules (20160704065128)
|
7424
|
+
[1m[35m (0.1ms)[0m begin transaction
|
7425
|
+
[1m[36m (0.2ms)[0m [1mCREATE TABLE "katgut_rules" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "source" varchar NOT NULL, "destination" varchar NOT NULL, "active" boolean DEFAULT 'f' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
7426
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
7427
|
+
[1m[36m (9.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
7428
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
7429
|
+
[1m[36m (1.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
7430
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
7431
|
+
Migrating to CreateKatgutRules (20160704065128)
|
7432
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7433
|
+
[1m[35m (0.4ms)[0m CREATE TABLE "katgut_rules" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "source" varchar NOT NULL, "destination" varchar NOT NULL, "active" boolean DEFAULT 'f' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
7434
|
+
[1m[36m (0.3ms)[0m [1mCREATE UNIQUE INDEX "idx_katgut_source" ON "katgut_rules" ("source")[0m
|
7435
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160704065128"]]
|
7436
|
+
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
|
7437
|
+
Migrating to AddRedirectionCountToKatgutRules (20160721095501)
|
7438
|
+
[1m[35m (0.1ms)[0m begin transaction
|
7439
|
+
[1m[36m (0.4ms)[0m [1mALTER TABLE "katgut_rules" ADD "redirection_count" integer DEFAULT 0 NOT NULL[0m
|
7440
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160721095501"]]
|
7441
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
7442
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
7443
|
+
[1m[36m (0.1ms)[0m [1m SELECT sql
|
7444
|
+
FROM sqlite_master
|
7445
|
+
WHERE name='idx_katgut_source' AND type='index'
|
7446
|
+
UNION ALL
|
7447
|
+
SELECT sql
|
7448
|
+
FROM sqlite_temp_master
|
7449
|
+
WHERE name='idx_katgut_source' AND type='index'
|
7450
|
+
[0m
|
7451
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
7452
|
+
[1m[35m (0.8ms)[0m DELETE FROM "katgut_rules";
|
7453
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
7454
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
7455
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
7456
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
7457
|
+
[1m[36mKatgut::Rule Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_1' LIMIT 1[0m
|
7458
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["source", "torsitsugi_test_1"], ["destination", "/advice"], ["active", "t"], ["created_at", "2016-07-21 10:12:31.336156"], ["updated_at", "2016-07-21 10:12:31.336156"]]
|
7459
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
7460
|
+
Processing by Katgut::RulesController#show as HTML
|
7461
|
+
Parameters: {"id"=>"advice"}
|
7462
|
+
[1m[35mKatgut::Rule Load (0.1ms)[0m SELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1 [["active", "t"], ["source", "advice"]]
|
7463
|
+
Redirected to http://test.host/
|
7464
|
+
Completed 302 Found in 5ms (ActiveRecord: 0.1ms)
|
7465
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
7466
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
7467
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
7468
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
7469
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7470
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
7471
|
+
[1m[36mKatgut::Rule Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_2' LIMIT 1[0m
|
7472
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["source", "torsitsugi_test_2"], ["destination", "/advice"], ["active", "t"], ["created_at", "2016-07-21 10:12:31.354119"], ["updated_at", "2016-07-21 10:12:31.354119"]]
|
7473
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
7474
|
+
Processing by Katgut::RulesController#show as HTML
|
7475
|
+
Parameters: {"id"=>"advice"}
|
7476
|
+
[1m[35mKatgut::Rule Load (0.0ms)[0m SELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1 [["active", "t"], ["source", "advice"]]
|
7477
|
+
Redirected to http://test.host/
|
7478
|
+
Completed in 1ms (ActiveRecord: 0.0ms)
|
7479
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
7480
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
7481
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
7482
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
7483
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7484
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_3' LIMIT 1
|
7485
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
7486
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
7487
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
7488
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
7489
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
7490
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" IS NULL LIMIT 1
|
7491
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
7492
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
7493
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
7494
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
7495
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7496
|
+
[1m[35mKatgut::Rule Exists (0.2ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_5' LIMIT 1
|
7497
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
7498
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
7499
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
7500
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
7501
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
7502
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'test' LIMIT 1
|
7503
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
7504
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
7505
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
7506
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
7507
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
7508
|
+
[1m[35mKatgut::Rule Exists (0.2ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = '@@test@@' LIMIT 1
|
7509
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
7510
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
7511
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
7512
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
7513
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7514
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_8' LIMIT 1
|
7515
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
7516
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
7517
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
7518
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
7519
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
7520
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_9' LIMIT 1
|
7521
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
7522
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
7523
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
7524
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
7525
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7526
|
+
[1m[35m (0.3ms)[0m DELETE FROM "katgut_rules";
|
7527
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
7528
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
7529
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
7530
|
+
[1m[35m (0.1ms)[0m begin transaction
|
7531
|
+
[1m[36m (0.3ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
7532
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
7533
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
7534
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
7535
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
7536
|
+
[1m[35m (0.2ms)[0m DELETE FROM "katgut_rules";
|
7537
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
7538
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
7539
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
7540
|
+
[1m[35m (0.1ms)[0m begin transaction
|
7541
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
7542
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_13' LIMIT 1
|
7543
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["source", "torsitsugi_test_13"], ["destination", "/katgut_success.html"], ["active", "t"], ["created_at", "2016-07-21 10:12:31.425172"], ["updated_at", "2016-07-21 10:12:31.425172"]]
|
7544
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
7545
|
+
Started GET "/katgut/torsitsugi_test_13" for 127.0.0.1 at 2016-07-21 19:12:31 +0900
|
7546
|
+
Processing by Katgut::RulesController#show as HTML
|
7547
|
+
Parameters: {"id"=>"torsitsugi_test_13"}
|
7548
|
+
[1m[36mKatgut::Rule Load (0.1ms)[0m [1mSELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1[0m [["active", "t"], ["source", "torsitsugi_test_13"]]
|
7549
|
+
Redirected to http://www.example.com/katgut_success.html
|
7550
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.1ms)
|
7551
|
+
[1m[35m (0.1ms)[0m DELETE FROM "katgut_rules";
|
7552
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
7553
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
7554
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
7555
|
+
[1m[35m (0.0ms)[0m begin transaction
|
7556
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
7557
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_14' LIMIT 1
|
7558
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["source", "torsitsugi_test_14"], ["destination", "https://httpbin.org/"], ["active", "t"], ["created_at", "2016-07-21 10:12:31.439426"], ["updated_at", "2016-07-21 10:12:31.439426"]]
|
7559
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
7560
|
+
Started GET "/katgut/torsitsugi_test_14" for 127.0.0.1 at 2016-07-21 19:12:31 +0900
|
7561
|
+
Processing by Katgut::RulesController#show as HTML
|
7562
|
+
Parameters: {"id"=>"torsitsugi_test_14"}
|
7563
|
+
[1m[36mKatgut::Rule Load (0.1ms)[0m [1mSELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1[0m [["active", "t"], ["source", "torsitsugi_test_14"]]
|
7564
|
+
Redirected to https://httpbin.org/
|
7565
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.1ms)
|
7566
|
+
[1m[35m (0.1ms)[0m DELETE FROM "katgut_rules";
|
7567
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
7568
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
7569
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
7570
|
+
[1m[35m (0.0ms)[0m begin transaction
|
7571
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
7572
|
+
[1m[35mKatgut::Rule Exists (0.2ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_15' LIMIT 1
|
7573
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["source", "torsitsugi_test_15"], ["destination", "httpbin.org/"], ["active", "t"], ["created_at", "2016-07-21 10:12:31.448930"], ["updated_at", "2016-07-21 10:12:31.448930"]]
|
7574
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
7575
|
+
Started GET "/katgut/torsitsugi_test_15" for 127.0.0.1 at 2016-07-21 19:12:31 +0900
|
7576
|
+
Processing by Katgut::RulesController#show as HTML
|
7577
|
+
Parameters: {"id"=>"torsitsugi_test_15"}
|
7578
|
+
[1m[36mKatgut::Rule Load (0.1ms)[0m [1mSELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1[0m [["active", "t"], ["source", "torsitsugi_test_15"]]
|
7579
|
+
Redirected to http://httpbin.org/
|
7580
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.1ms)
|
7581
|
+
[1m[35m (0.1ms)[0m DELETE FROM "katgut_rules";
|
7582
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
7583
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
7584
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
7585
|
+
[1m[35m (0.0ms)[0m begin transaction
|
7586
|
+
Started GET "/katgut/not-existing-source-keyword" for 127.0.0.1 at 2016-07-21 19:12:31 +0900
|
7587
|
+
Processing by Katgut::RulesController#show as HTML
|
7588
|
+
Parameters: {"id"=>"not-existing-source-keyword"}
|
7589
|
+
[1m[36mKatgut::Rule Load (0.1ms)[0m [1mSELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1[0m [["active", "t"], ["source", "not-existing-source-keyword"]]
|
7590
|
+
Redirected to http://www.example.com/
|
7591
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.1ms)
|
7592
|
+
[1m[35m (0.2ms)[0m DELETE FROM "katgut_rules";
|
7593
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
7594
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
7595
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
7596
|
+
[1m[35m (0.0ms)[0m begin transaction
|
7597
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
7598
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_16' LIMIT 1
|
7599
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "katgut_rules" ("source", "destination", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["source", "torsitsugi_test_16"], ["destination", "https://httpbin.org/"], ["created_at", "2016-07-21 10:12:31.464999"], ["updated_at", "2016-07-21 10:12:31.464999"]]
|
7600
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
7601
|
+
Started GET "/katgut/torsitsugi_test_16" for 127.0.0.1 at 2016-07-21 19:12:31 +0900
|
7602
|
+
Processing by Katgut::RulesController#show as HTML
|
7603
|
+
Parameters: {"id"=>"torsitsugi_test_16"}
|
7604
|
+
[1m[36mKatgut::Rule Load (0.1ms)[0m [1mSELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1[0m [["active", "t"], ["source", "torsitsugi_test_16"]]
|
7605
|
+
Redirected to http://www.example.com/
|
7606
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.1ms)
|
7607
|
+
[1m[35m (0.1ms)[0m DELETE FROM "katgut_rules";
|
7608
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
7609
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
7610
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
7611
|
+
[1m[35m (0.1ms)[0m begin transaction
|
7612
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
7613
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_17' LIMIT 1
|
7614
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["source", "torsitsugi_test_17"], ["destination", "https://httpbin.org/"], ["active", "t"], ["created_at", "2016-07-21 10:12:31.475179"], ["updated_at", "2016-07-21 10:12:31.475179"]]
|
7615
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
7616
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
7617
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
7618
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
7619
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
7620
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
7621
|
+
[1m[35m (9.0ms)[0m DELETE FROM "katgut_rules";
|
7622
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
7623
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
7624
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
7625
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
7626
|
+
[1m[36mKatgut::Rule Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_1' LIMIT 1[0m
|
7627
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["source", "torsitsugi_test_1"], ["destination", "/advice"], ["active", "t"], ["created_at", "2016-07-21 10:14:34.215935"], ["updated_at", "2016-07-21 10:14:34.215935"]]
|
7628
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
7629
|
+
Processing by Katgut::RulesController#show as HTML
|
7630
|
+
Parameters: {"id"=>"advice"}
|
7631
|
+
[1m[35mKatgut::Rule Load (0.1ms)[0m SELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1 [["active", "t"], ["source", "advice"]]
|
7632
|
+
Redirected to http://test.host/
|
7633
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.1ms)
|
7634
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
7635
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
7636
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
7637
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
7638
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7639
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
7640
|
+
[1m[36mKatgut::Rule Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_2' LIMIT 1[0m
|
7641
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["source", "torsitsugi_test_2"], ["destination", "/advice"], ["active", "t"], ["created_at", "2016-07-21 10:14:34.230959"], ["updated_at", "2016-07-21 10:14:34.230959"]]
|
7642
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
7643
|
+
Processing by Katgut::RulesController#show as HTML
|
7644
|
+
Parameters: {"id"=>"advice"}
|
7645
|
+
[1m[35mKatgut::Rule Load (0.1ms)[0m SELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1 [["active", "t"], ["source", "advice"]]
|
7646
|
+
Redirected to http://test.host/
|
7647
|
+
Completed in 1ms (ActiveRecord: 0.1ms)
|
7648
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
7649
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
7650
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
7651
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
7652
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
7653
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_3' LIMIT 1
|
7654
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
7655
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
7656
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
7657
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
7658
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
7659
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" IS NULL LIMIT 1
|
7660
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
7661
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
7662
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
7663
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
7664
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7665
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_5' LIMIT 1
|
7666
|
+
[1m[36m (0.3ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
7667
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
7668
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
7669
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
7670
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
7671
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'test' LIMIT 1
|
7672
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
7673
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
7674
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
7675
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
7676
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
7677
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = '@@test@@' LIMIT 1
|
7678
|
+
[1m[36m (0.3ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
7679
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
7680
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
7681
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
7682
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7683
|
+
[1m[35mKatgut::Rule Exists (0.2ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_8' LIMIT 1
|
7684
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
7685
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
7686
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
7687
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
7688
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7689
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_9' LIMIT 1
|
7690
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
7691
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
7692
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
7693
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
7694
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
7695
|
+
[1m[35m (0.2ms)[0m DELETE FROM "katgut_rules";
|
7696
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
7697
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
7698
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
7699
|
+
[1m[35m (0.1ms)[0m begin transaction
|
7700
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
7701
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
7702
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
7703
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
7704
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7705
|
+
[1m[35m (0.2ms)[0m DELETE FROM "katgut_rules";
|
7706
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
7707
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
7708
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
7709
|
+
[1m[35m (0.1ms)[0m begin transaction
|
7710
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
7711
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_13' LIMIT 1
|
7712
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["source", "torsitsugi_test_13"], ["destination", "/katgut_success.html"], ["active", "t"], ["created_at", "2016-07-21 10:14:34.291079"], ["updated_at", "2016-07-21 10:14:34.291079"]]
|
7713
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
7714
|
+
Started GET "/katgut/torsitsugi_test_13" for 127.0.0.1 at 2016-07-21 19:14:34 +0900
|
7715
|
+
Processing by Katgut::RulesController#show as HTML
|
7716
|
+
Parameters: {"id"=>"torsitsugi_test_13"}
|
7717
|
+
[1m[36mKatgut::Rule Load (0.1ms)[0m [1mSELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1[0m [["active", "t"], ["source", "torsitsugi_test_13"]]
|
7718
|
+
Redirected to http://www.example.com/katgut_success.html
|
7719
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.1ms)
|
7720
|
+
[1m[35m (0.1ms)[0m DELETE FROM "katgut_rules";
|
7721
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
7722
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
7723
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
7724
|
+
[1m[35m (0.0ms)[0m begin transaction
|
7725
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
7726
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_14' LIMIT 1
|
7727
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["source", "torsitsugi_test_14"], ["destination", "https://httpbin.org/"], ["active", "t"], ["created_at", "2016-07-21 10:14:34.304702"], ["updated_at", "2016-07-21 10:14:34.304702"]]
|
7728
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
7729
|
+
Started GET "/katgut/torsitsugi_test_14" for 127.0.0.1 at 2016-07-21 19:14:34 +0900
|
7730
|
+
Processing by Katgut::RulesController#show as HTML
|
7731
|
+
Parameters: {"id"=>"torsitsugi_test_14"}
|
7732
|
+
[1m[36mKatgut::Rule Load (0.1ms)[0m [1mSELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1[0m [["active", "t"], ["source", "torsitsugi_test_14"]]
|
7733
|
+
Redirected to https://httpbin.org/
|
7734
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.1ms)
|
7735
|
+
[1m[35m (0.1ms)[0m DELETE FROM "katgut_rules";
|
7736
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
7737
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
7738
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
7739
|
+
[1m[35m (0.1ms)[0m begin transaction
|
7740
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
7741
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_15' LIMIT 1
|
7742
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["source", "torsitsugi_test_15"], ["destination", "httpbin.org/"], ["active", "t"], ["created_at", "2016-07-21 10:14:34.314559"], ["updated_at", "2016-07-21 10:14:34.314559"]]
|
7743
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
7744
|
+
Started GET "/katgut/torsitsugi_test_15" for 127.0.0.1 at 2016-07-21 19:14:34 +0900
|
7745
|
+
Processing by Katgut::RulesController#show as HTML
|
7746
|
+
Parameters: {"id"=>"torsitsugi_test_15"}
|
7747
|
+
[1m[36mKatgut::Rule Load (0.1ms)[0m [1mSELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1[0m [["active", "t"], ["source", "torsitsugi_test_15"]]
|
7748
|
+
Redirected to http://httpbin.org/
|
7749
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.1ms)
|
7750
|
+
[1m[35m (0.1ms)[0m DELETE FROM "katgut_rules";
|
7751
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
7752
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
7753
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
7754
|
+
[1m[35m (0.1ms)[0m begin transaction
|
7755
|
+
Started GET "/katgut/not-existing-source-keyword" for 127.0.0.1 at 2016-07-21 19:14:34 +0900
|
7756
|
+
Processing by Katgut::RulesController#show as HTML
|
7757
|
+
Parameters: {"id"=>"not-existing-source-keyword"}
|
7758
|
+
[1m[36mKatgut::Rule Load (0.1ms)[0m [1mSELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1[0m [["active", "t"], ["source", "not-existing-source-keyword"]]
|
7759
|
+
Redirected to http://www.example.com/
|
7760
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.1ms)
|
7761
|
+
[1m[35m (0.2ms)[0m DELETE FROM "katgut_rules";
|
7762
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
7763
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
7764
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
7765
|
+
[1m[35m (0.0ms)[0m begin transaction
|
7766
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
7767
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_16' LIMIT 1
|
7768
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "katgut_rules" ("source", "destination", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["source", "torsitsugi_test_16"], ["destination", "https://httpbin.org/"], ["created_at", "2016-07-21 10:14:34.331518"], ["updated_at", "2016-07-21 10:14:34.331518"]]
|
7769
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
7770
|
+
Started GET "/katgut/torsitsugi_test_16" for 127.0.0.1 at 2016-07-21 19:14:34 +0900
|
7771
|
+
Processing by Katgut::RulesController#show as HTML
|
7772
|
+
Parameters: {"id"=>"torsitsugi_test_16"}
|
7773
|
+
[1m[36mKatgut::Rule Load (0.1ms)[0m [1mSELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1[0m [["active", "t"], ["source", "torsitsugi_test_16"]]
|
7774
|
+
Redirected to http://www.example.com/
|
7775
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.1ms)
|
7776
|
+
[1m[35m (0.1ms)[0m DELETE FROM "katgut_rules";
|
7777
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
7778
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
7779
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
7780
|
+
[1m[35m (0.1ms)[0m begin transaction
|
7781
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
7782
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_17' LIMIT 1
|
7783
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["source", "torsitsugi_test_17"], ["destination", "https://httpbin.org/"], ["active", "t"], ["created_at", "2016-07-21 10:14:34.342945"], ["updated_at", "2016-07-21 10:14:34.342945"]]
|
7784
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
7785
|
+
Started GET "/katgut/torsitsugi_test_17" for 127.0.0.1 at 2016-07-21 19:14:34 +0900
|
7786
|
+
Processing by Katgut::RulesController#show as HTML
|
7787
|
+
Parameters: {"id"=>"torsitsugi_test_17"}
|
7788
|
+
[1m[36mKatgut::Rule Load (0.1ms)[0m [1mSELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1[0m [["active", "t"], ["source", "torsitsugi_test_17"]]
|
7789
|
+
Redirected to https://httpbin.org/
|
7790
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.1ms)
|
7791
|
+
[1m[35m (0.1ms)[0m DELETE FROM "katgut_rules";
|
7792
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
7793
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
7794
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
7795
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
7796
|
+
[1m[35m (2.0ms)[0m DELETE FROM "katgut_rules";
|
7797
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
7798
|
+
[1m[35m (0.4ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
7799
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7800
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
7801
|
+
[1m[36mKatgut::Rule Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_1' LIMIT 1[0m
|
7802
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["source", "torsitsugi_test_1"], ["destination", "/advice"], ["active", "t"], ["created_at", "2016-07-21 10:27:17.662718"], ["updated_at", "2016-07-21 10:27:17.662718"]]
|
7803
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
7804
|
+
Processing by Katgut::RulesController#show as HTML
|
7805
|
+
Parameters: {"id"=>"advice"}
|
7806
|
+
[1m[35mKatgut::Rule Load (0.1ms)[0m SELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1 [["active", "t"], ["source", "advice"]]
|
7807
|
+
Redirected to http://test.host/
|
7808
|
+
Completed 302 Found in 6ms (ActiveRecord: 0.1ms)
|
7809
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
7810
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
7811
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
7812
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
7813
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7814
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
7815
|
+
[1m[36mKatgut::Rule Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_2' LIMIT 1[0m
|
7816
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["source", "torsitsugi_test_2"], ["destination", "/advice"], ["active", "t"], ["created_at", "2016-07-21 10:27:17.679644"], ["updated_at", "2016-07-21 10:27:17.679644"]]
|
7817
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
7818
|
+
Processing by Katgut::RulesController#show as HTML
|
7819
|
+
Parameters: {"id"=>"advice"}
|
7820
|
+
[1m[35mKatgut::Rule Load (0.1ms)[0m SELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1 [["active", "t"], ["source", "advice"]]
|
7821
|
+
Redirected to http://test.host/
|
7822
|
+
Completed in 1ms (ActiveRecord: 0.1ms)
|
7823
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
7824
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
7825
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
7826
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
7827
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7828
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_3' LIMIT 1
|
7829
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
7830
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
7831
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
7832
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
7833
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7834
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" IS NULL LIMIT 1
|
7835
|
+
[1m[36m (0.3ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
7836
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
7837
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
7838
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
7839
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7840
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_5' LIMIT 1
|
7841
|
+
[1m[36m (0.3ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
7842
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
7843
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
7844
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
7845
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7846
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'test' LIMIT 1
|
7847
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
7848
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
7849
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
7850
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
7851
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7852
|
+
[1m[35mKatgut::Rule Exists (0.2ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = '@@test@@' LIMIT 1
|
7853
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
7854
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
7855
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
7856
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
7857
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
7858
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_8' LIMIT 1
|
7859
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
7860
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
7861
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
7862
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
7863
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
7864
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_9' LIMIT 1
|
7865
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
7866
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
7867
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
7868
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
7869
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7870
|
+
[1m[35m (0.3ms)[0m DELETE FROM "katgut_rules";
|
7871
|
+
[1m[36m (0.3ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
7872
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
7873
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
7874
|
+
[1m[35m (0.1ms)[0m begin transaction
|
7875
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
7876
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
7877
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
7878
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
7879
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7880
|
+
[1m[35m (0.2ms)[0m DELETE FROM "katgut_rules";
|
7881
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
7882
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
7883
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
7884
|
+
[1m[35m (0.1ms)[0m begin transaction
|
7885
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
7886
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_13' LIMIT 1
|
7887
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["source", "torsitsugi_test_13"], ["destination", "/katgut_success.html"], ["active", "t"], ["created_at", "2016-07-21 10:27:17.749876"], ["updated_at", "2016-07-21 10:27:17.749876"]]
|
7888
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
7889
|
+
Started GET "/katgut/torsitsugi_test_13" for 127.0.0.1 at 2016-07-21 19:27:17 +0900
|
7890
|
+
Processing by Katgut::RulesController#show as HTML
|
7891
|
+
Parameters: {"id"=>"torsitsugi_test_13"}
|
7892
|
+
[1m[36mKatgut::Rule Load (0.1ms)[0m [1mSELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1[0m [["active", "t"], ["source", "torsitsugi_test_13"]]
|
7893
|
+
Redirected to http://www.example.com/katgut_success.html
|
7894
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.1ms)
|
7895
|
+
[1m[35m (0.1ms)[0m DELETE FROM "katgut_rules";
|
7896
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
7897
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
7898
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
7899
|
+
[1m[35m (0.1ms)[0m begin transaction
|
7900
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
7901
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_14' LIMIT 1
|
7902
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["source", "torsitsugi_test_14"], ["destination", "https://httpbin.org/"], ["active", "t"], ["created_at", "2016-07-21 10:27:17.763199"], ["updated_at", "2016-07-21 10:27:17.763199"]]
|
7903
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
7904
|
+
Started GET "/katgut/torsitsugi_test_14" for 127.0.0.1 at 2016-07-21 19:27:17 +0900
|
7905
|
+
Processing by Katgut::RulesController#show as HTML
|
7906
|
+
Parameters: {"id"=>"torsitsugi_test_14"}
|
7907
|
+
[1m[36mKatgut::Rule Load (0.1ms)[0m [1mSELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1[0m [["active", "t"], ["source", "torsitsugi_test_14"]]
|
7908
|
+
Redirected to https://httpbin.org/
|
7909
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.1ms)
|
7910
|
+
[1m[35m (0.1ms)[0m DELETE FROM "katgut_rules";
|
7911
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
7912
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
7913
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
7914
|
+
[1m[35m (0.1ms)[0m begin transaction
|
7915
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
7916
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_15' LIMIT 1
|
7917
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["source", "torsitsugi_test_15"], ["destination", "httpbin.org/"], ["active", "t"], ["created_at", "2016-07-21 10:27:17.772901"], ["updated_at", "2016-07-21 10:27:17.772901"]]
|
7918
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
7919
|
+
Started GET "/katgut/torsitsugi_test_15" for 127.0.0.1 at 2016-07-21 19:27:17 +0900
|
7920
|
+
Processing by Katgut::RulesController#show as HTML
|
7921
|
+
Parameters: {"id"=>"torsitsugi_test_15"}
|
7922
|
+
[1m[36mKatgut::Rule Load (0.1ms)[0m [1mSELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1[0m [["active", "t"], ["source", "torsitsugi_test_15"]]
|
7923
|
+
Redirected to http://httpbin.org/
|
7924
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.1ms)
|
7925
|
+
[1m[35m (0.1ms)[0m DELETE FROM "katgut_rules";
|
7926
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
7927
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
7928
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
7929
|
+
[1m[35m (0.0ms)[0m begin transaction
|
7930
|
+
Started GET "/katgut/not-existing-source-keyword" for 127.0.0.1 at 2016-07-21 19:27:17 +0900
|
7931
|
+
Processing by Katgut::RulesController#show as HTML
|
7932
|
+
Parameters: {"id"=>"not-existing-source-keyword"}
|
7933
|
+
[1m[36mKatgut::Rule Load (0.1ms)[0m [1mSELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1[0m [["active", "t"], ["source", "not-existing-source-keyword"]]
|
7934
|
+
Redirected to http://www.example.com/
|
7935
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.1ms)
|
7936
|
+
[1m[35m (0.2ms)[0m DELETE FROM "katgut_rules";
|
7937
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
7938
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
7939
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
7940
|
+
[1m[35m (0.1ms)[0m begin transaction
|
7941
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
7942
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_16' LIMIT 1
|
7943
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "katgut_rules" ("source", "destination", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["source", "torsitsugi_test_16"], ["destination", "https://httpbin.org/"], ["created_at", "2016-07-21 10:27:17.789196"], ["updated_at", "2016-07-21 10:27:17.789196"]]
|
7944
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
7945
|
+
Started GET "/katgut/torsitsugi_test_16" for 127.0.0.1 at 2016-07-21 19:27:17 +0900
|
7946
|
+
Processing by Katgut::RulesController#show as HTML
|
7947
|
+
Parameters: {"id"=>"torsitsugi_test_16"}
|
7948
|
+
[1m[36mKatgut::Rule Load (0.1ms)[0m [1mSELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1[0m [["active", "t"], ["source", "torsitsugi_test_16"]]
|
7949
|
+
Redirected to http://www.example.com/
|
7950
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.1ms)
|
7951
|
+
[1m[35m (0.1ms)[0m DELETE FROM "katgut_rules";
|
7952
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
7953
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
7954
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
7955
|
+
[1m[35m (0.1ms)[0m begin transaction
|
7956
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
7957
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_17' LIMIT 1
|
7958
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["source", "torsitsugi_test_17"], ["destination", "https://httpbin.org/"], ["active", "t"], ["created_at", "2016-07-21 10:27:17.799115"], ["updated_at", "2016-07-21 10:27:17.799115"]]
|
7959
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
7960
|
+
Started GET "/katgut/torsitsugi_test_17" for 127.0.0.1 at 2016-07-21 19:27:17 +0900
|
7961
|
+
Processing by Katgut::RulesController#show as HTML
|
7962
|
+
Parameters: {"id"=>"torsitsugi_test_17"}
|
7963
|
+
[1m[36mKatgut::Rule Load (0.1ms)[0m [1mSELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1[0m [["active", "t"], ["source", "torsitsugi_test_17"]]
|
7964
|
+
Redirected to https://httpbin.org/
|
7965
|
+
Redirected to
|
7966
|
+
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)
|
7967
|
+
[1m[35m (0.1ms)[0m DELETE FROM "katgut_rules";
|
7968
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
7969
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
7970
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
7971
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
7972
|
+
[1m[35m (9.7ms)[0m DELETE FROM "katgut_rules";
|
7973
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
7974
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
7975
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7976
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
7977
|
+
[1m[36mKatgut::Rule Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_1' LIMIT 1[0m
|
7978
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["source", "torsitsugi_test_1"], ["destination", "/advice"], ["active", "t"], ["created_at", "2016-07-21 10:27:48.085987"], ["updated_at", "2016-07-21 10:27:48.085987"]]
|
7979
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
7980
|
+
Processing by Katgut::RulesController#show as HTML
|
7981
|
+
Parameters: {"id"=>"advice"}
|
7982
|
+
[1m[35mKatgut::Rule Load (0.1ms)[0m SELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1 [["active", "t"], ["source", "advice"]]
|
7983
|
+
Redirected to http://test.host/
|
7984
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.1ms)
|
7985
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
7986
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
7987
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
7988
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
7989
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7990
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
7991
|
+
[1m[36mKatgut::Rule Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_2' LIMIT 1[0m
|
7992
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["source", "torsitsugi_test_2"], ["destination", "/advice"], ["active", "t"], ["created_at", "2016-07-21 10:27:48.101452"], ["updated_at", "2016-07-21 10:27:48.101452"]]
|
7993
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
7994
|
+
Processing by Katgut::RulesController#show as HTML
|
7995
|
+
Parameters: {"id"=>"advice"}
|
7996
|
+
[1m[35mKatgut::Rule Load (0.1ms)[0m SELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1 [["active", "t"], ["source", "advice"]]
|
7997
|
+
Redirected to http://test.host/
|
7998
|
+
Completed in 1ms (ActiveRecord: 0.1ms)
|
7999
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
8000
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
8001
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
8002
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
8003
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8004
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_3' LIMIT 1
|
8005
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
8006
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
8007
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
8008
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
8009
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8010
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" IS NULL LIMIT 1
|
8011
|
+
[1m[36m (0.3ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
8012
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
8013
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
8014
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
8015
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8016
|
+
[1m[35mKatgut::Rule Exists (0.2ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_5' LIMIT 1
|
8017
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
8018
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
8019
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
8020
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
8021
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8022
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'test' LIMIT 1
|
8023
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
8024
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
8025
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
8026
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
8027
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8028
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = '@@test@@' LIMIT 1
|
8029
|
+
[1m[36m (0.3ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
8030
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
8031
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
8032
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
8033
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8034
|
+
[1m[35mKatgut::Rule Exists (0.3ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_8' LIMIT 1
|
8035
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
8036
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
8037
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
8038
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
8039
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8040
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_9' LIMIT 1
|
8041
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
8042
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
8043
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
8044
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
8045
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8046
|
+
[1m[35m (0.2ms)[0m DELETE FROM "katgut_rules";
|
8047
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
8048
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
8049
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
8050
|
+
[1m[35m (0.1ms)[0m begin transaction
|
8051
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
8052
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
8053
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
8054
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
8055
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8056
|
+
[1m[35m (0.2ms)[0m DELETE FROM "katgut_rules";
|
8057
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
8058
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
8059
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
8060
|
+
[1m[35m (0.1ms)[0m begin transaction
|
8061
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
8062
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_13' LIMIT 1
|
8063
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["source", "torsitsugi_test_13"], ["destination", "/katgut_success.html"], ["active", "t"], ["created_at", "2016-07-21 10:27:48.163141"], ["updated_at", "2016-07-21 10:27:48.163141"]]
|
8064
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
8065
|
+
Started GET "/katgut/torsitsugi_test_13" for 127.0.0.1 at 2016-07-21 19:27:48 +0900
|
8066
|
+
Processing by Katgut::RulesController#show as HTML
|
8067
|
+
Parameters: {"id"=>"torsitsugi_test_13"}
|
8068
|
+
[1m[36mKatgut::Rule Load (0.1ms)[0m [1mSELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1[0m [["active", "t"], ["source", "torsitsugi_test_13"]]
|
8069
|
+
Redirected to http://www.example.com/katgut_success.html
|
8070
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.1ms)
|
8071
|
+
[1m[35m (0.1ms)[0m DELETE FROM "katgut_rules";
|
8072
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
8073
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
8074
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
8075
|
+
[1m[35m (0.1ms)[0m begin transaction
|
8076
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
8077
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_14' LIMIT 1
|
8078
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["source", "torsitsugi_test_14"], ["destination", "https://httpbin.org/"], ["active", "t"], ["created_at", "2016-07-21 10:27:48.176691"], ["updated_at", "2016-07-21 10:27:48.176691"]]
|
8079
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
8080
|
+
Started GET "/katgut/torsitsugi_test_14" for 127.0.0.1 at 2016-07-21 19:27:48 +0900
|
8081
|
+
Processing by Katgut::RulesController#show as HTML
|
8082
|
+
Parameters: {"id"=>"torsitsugi_test_14"}
|
8083
|
+
[1m[36mKatgut::Rule Load (0.1ms)[0m [1mSELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1[0m [["active", "t"], ["source", "torsitsugi_test_14"]]
|
8084
|
+
Redirected to https://httpbin.org/
|
8085
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.1ms)
|
8086
|
+
[1m[35m (0.1ms)[0m DELETE FROM "katgut_rules";
|
8087
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
8088
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
8089
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
8090
|
+
[1m[35m (0.1ms)[0m begin transaction
|
8091
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
8092
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_15' LIMIT 1
|
8093
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["source", "torsitsugi_test_15"], ["destination", "httpbin.org/"], ["active", "t"], ["created_at", "2016-07-21 10:27:48.187442"], ["updated_at", "2016-07-21 10:27:48.187442"]]
|
8094
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
8095
|
+
Started GET "/katgut/torsitsugi_test_15" for 127.0.0.1 at 2016-07-21 19:27:48 +0900
|
8096
|
+
Processing by Katgut::RulesController#show as HTML
|
8097
|
+
Parameters: {"id"=>"torsitsugi_test_15"}
|
8098
|
+
[1m[36mKatgut::Rule Load (0.1ms)[0m [1mSELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1[0m [["active", "t"], ["source", "torsitsugi_test_15"]]
|
8099
|
+
Redirected to http://httpbin.org/
|
8100
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.1ms)
|
8101
|
+
[1m[35m (0.1ms)[0m DELETE FROM "katgut_rules";
|
8102
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
8103
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
8104
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
8105
|
+
[1m[35m (0.1ms)[0m begin transaction
|
8106
|
+
Started GET "/katgut/not-existing-source-keyword" for 127.0.0.1 at 2016-07-21 19:27:48 +0900
|
8107
|
+
Processing by Katgut::RulesController#show as HTML
|
8108
|
+
Parameters: {"id"=>"not-existing-source-keyword"}
|
8109
|
+
[1m[36mKatgut::Rule Load (0.1ms)[0m [1mSELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1[0m [["active", "t"], ["source", "not-existing-source-keyword"]]
|
8110
|
+
Redirected to http://www.example.com/
|
8111
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.1ms)
|
8112
|
+
[1m[35m (0.2ms)[0m DELETE FROM "katgut_rules";
|
8113
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
8114
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
8115
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
8116
|
+
[1m[35m (0.1ms)[0m begin transaction
|
8117
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
8118
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_16' LIMIT 1
|
8119
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "katgut_rules" ("source", "destination", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["source", "torsitsugi_test_16"], ["destination", "https://httpbin.org/"], ["created_at", "2016-07-21 10:27:48.204099"], ["updated_at", "2016-07-21 10:27:48.204099"]]
|
8120
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
8121
|
+
Started GET "/katgut/torsitsugi_test_16" for 127.0.0.1 at 2016-07-21 19:27:48 +0900
|
8122
|
+
Processing by Katgut::RulesController#show as HTML
|
8123
|
+
Parameters: {"id"=>"torsitsugi_test_16"}
|
8124
|
+
[1m[36mKatgut::Rule Load (0.1ms)[0m [1mSELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1[0m [["active", "t"], ["source", "torsitsugi_test_16"]]
|
8125
|
+
Redirected to http://www.example.com/
|
8126
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.1ms)
|
8127
|
+
[1m[35m (0.1ms)[0m DELETE FROM "katgut_rules";
|
8128
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
8129
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
8130
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
8131
|
+
[1m[35m (0.1ms)[0m begin transaction
|
8132
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
8133
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_17' LIMIT 1
|
8134
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["source", "torsitsugi_test_17"], ["destination", "https://httpbin.org/"], ["active", "t"], ["created_at", "2016-07-21 10:27:48.215839"], ["updated_at", "2016-07-21 10:27:48.215839"]]
|
8135
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
8136
|
+
Started GET "/katgut/torsitsugi_test_17" for 127.0.0.1 at 2016-07-21 19:27:48 +0900
|
8137
|
+
Processing by Katgut::RulesController#show as HTML
|
8138
|
+
Parameters: {"id"=>"torsitsugi_test_17"}
|
8139
|
+
[1m[36mKatgut::Rule Load (0.1ms)[0m [1mSELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1[0m [["active", "t"], ["source", "torsitsugi_test_17"]]
|
8140
|
+
Redirected to https://httpbin.org/
|
8141
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "katgut_rules" SET "redirection_count" = 1 WHERE "katgut_rules"."id" = ? [["id", 1]]
|
8142
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.4ms)
|
8143
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
8144
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
8145
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
8146
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
8147
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
8148
|
+
[1m[35m (9.4ms)[0m DELETE FROM "katgut_rules";
|
8149
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
8150
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
8151
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8152
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
8153
|
+
[1m[36mKatgut::Rule Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_1' LIMIT 1[0m
|
8154
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["source", "torsitsugi_test_1"], ["destination", "/advice"], ["active", "t"], ["created_at", "2016-07-21 10:28:19.143464"], ["updated_at", "2016-07-21 10:28:19.143464"]]
|
8155
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
8156
|
+
Processing by Katgut::RulesController#show as HTML
|
8157
|
+
Parameters: {"id"=>"advice"}
|
8158
|
+
[1m[35mKatgut::Rule Load (0.1ms)[0m SELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1 [["active", "t"], ["source", "advice"]]
|
8159
|
+
Redirected to http://test.host/
|
8160
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.1ms)
|
8161
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
8162
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
8163
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
8164
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
8165
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8166
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
8167
|
+
[1m[36mKatgut::Rule Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_2' LIMIT 1[0m
|
8168
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["source", "torsitsugi_test_2"], ["destination", "/advice"], ["active", "t"], ["created_at", "2016-07-21 10:28:19.158724"], ["updated_at", "2016-07-21 10:28:19.158724"]]
|
8169
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
8170
|
+
Processing by Katgut::RulesController#show as HTML
|
8171
|
+
Parameters: {"id"=>"advice"}
|
8172
|
+
[1m[35mKatgut::Rule Load (0.1ms)[0m SELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1 [["active", "t"], ["source", "advice"]]
|
8173
|
+
Redirected to http://test.host/
|
8174
|
+
Completed in 1ms (ActiveRecord: 0.1ms)
|
8175
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
8176
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
8177
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
8178
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
8179
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8180
|
+
[1m[35mKatgut::Rule Exists (0.2ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_3' LIMIT 1
|
8181
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
8182
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
8183
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
8184
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
8185
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8186
|
+
[1m[35mKatgut::Rule Exists (0.2ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" IS NULL LIMIT 1
|
8187
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
8188
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
8189
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
8190
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
8191
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8192
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_5' LIMIT 1
|
8193
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
8194
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
8195
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
8196
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
8197
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
8198
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'test' LIMIT 1
|
8199
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
8200
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
8201
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
8202
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
8203
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8204
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = '@@test@@' LIMIT 1
|
8205
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
8206
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
8207
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
8208
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
8209
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8210
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_8' LIMIT 1
|
8211
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
8212
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
8213
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
8214
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
8215
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8216
|
+
[1m[35mKatgut::Rule Exists (0.2ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_9' LIMIT 1
|
8217
|
+
[1m[36m (0.3ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
8218
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
8219
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
8220
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
8221
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8222
|
+
[1m[35m (0.3ms)[0m DELETE FROM "katgut_rules";
|
8223
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
8224
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
8225
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
8226
|
+
[1m[35m (0.1ms)[0m begin transaction
|
8227
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
8228
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
8229
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
8230
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
8231
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8232
|
+
[1m[35m (0.2ms)[0m DELETE FROM "katgut_rules";
|
8233
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
8234
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
8235
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
8236
|
+
[1m[35m (0.1ms)[0m begin transaction
|
8237
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
8238
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_13' LIMIT 1
|
8239
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["source", "torsitsugi_test_13"], ["destination", "/katgut_success.html"], ["active", "t"], ["created_at", "2016-07-21 10:28:19.219625"], ["updated_at", "2016-07-21 10:28:19.219625"]]
|
8240
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
8241
|
+
Started GET "/katgut/torsitsugi_test_13" for 127.0.0.1 at 2016-07-21 19:28:19 +0900
|
8242
|
+
Processing by Katgut::RulesController#show as HTML
|
8243
|
+
Parameters: {"id"=>"torsitsugi_test_13"}
|
8244
|
+
[1m[36mKatgut::Rule Load (0.1ms)[0m [1mSELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1[0m [["active", "t"], ["source", "torsitsugi_test_13"]]
|
8245
|
+
Redirected to http://www.example.com/katgut_success.html
|
8246
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.1ms)
|
8247
|
+
[1m[35m (0.1ms)[0m DELETE FROM "katgut_rules";
|
8248
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
8249
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
8250
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
8251
|
+
[1m[35m (0.1ms)[0m begin transaction
|
8252
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
8253
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_14' LIMIT 1
|
8254
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["source", "torsitsugi_test_14"], ["destination", "https://httpbin.org/"], ["active", "t"], ["created_at", "2016-07-21 10:28:19.233006"], ["updated_at", "2016-07-21 10:28:19.233006"]]
|
8255
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
8256
|
+
Started GET "/katgut/torsitsugi_test_14" for 127.0.0.1 at 2016-07-21 19:28:19 +0900
|
8257
|
+
Processing by Katgut::RulesController#show as HTML
|
8258
|
+
Parameters: {"id"=>"torsitsugi_test_14"}
|
8259
|
+
[1m[36mKatgut::Rule Load (0.1ms)[0m [1mSELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1[0m [["active", "t"], ["source", "torsitsugi_test_14"]]
|
8260
|
+
Redirected to https://httpbin.org/
|
8261
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.1ms)
|
8262
|
+
[1m[35m (0.1ms)[0m DELETE FROM "katgut_rules";
|
8263
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
8264
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
8265
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
8266
|
+
[1m[35m (0.1ms)[0m begin transaction
|
8267
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
8268
|
+
[1m[35mKatgut::Rule Exists (0.2ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_15' LIMIT 1
|
8269
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["source", "torsitsugi_test_15"], ["destination", "httpbin.org/"], ["active", "t"], ["created_at", "2016-07-21 10:28:19.241896"], ["updated_at", "2016-07-21 10:28:19.241896"]]
|
8270
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
8271
|
+
Started GET "/katgut/torsitsugi_test_15" for 127.0.0.1 at 2016-07-21 19:28:19 +0900
|
8272
|
+
Processing by Katgut::RulesController#show as HTML
|
8273
|
+
Parameters: {"id"=>"torsitsugi_test_15"}
|
8274
|
+
[1m[36mKatgut::Rule Load (0.1ms)[0m [1mSELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1[0m [["active", "t"], ["source", "torsitsugi_test_15"]]
|
8275
|
+
Redirected to http://httpbin.org/
|
8276
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.1ms)
|
8277
|
+
[1m[35m (0.1ms)[0m DELETE FROM "katgut_rules";
|
8278
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
8279
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
8280
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
8281
|
+
[1m[35m (0.1ms)[0m begin transaction
|
8282
|
+
Started GET "/katgut/not-existing-source-keyword" for 127.0.0.1 at 2016-07-21 19:28:19 +0900
|
8283
|
+
Processing by Katgut::RulesController#show as HTML
|
8284
|
+
Parameters: {"id"=>"not-existing-source-keyword"}
|
8285
|
+
[1m[36mKatgut::Rule Load (0.1ms)[0m [1mSELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1[0m [["active", "t"], ["source", "not-existing-source-keyword"]]
|
8286
|
+
Redirected to http://www.example.com/
|
8287
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.1ms)
|
8288
|
+
[1m[35m (0.2ms)[0m DELETE FROM "katgut_rules";
|
8289
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
8290
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
8291
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
8292
|
+
[1m[35m (0.1ms)[0m begin transaction
|
8293
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
8294
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_16' LIMIT 1
|
8295
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "katgut_rules" ("source", "destination", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["source", "torsitsugi_test_16"], ["destination", "https://httpbin.org/"], ["created_at", "2016-07-21 10:28:19.258628"], ["updated_at", "2016-07-21 10:28:19.258628"]]
|
8296
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
8297
|
+
Started GET "/katgut/torsitsugi_test_16" for 127.0.0.1 at 2016-07-21 19:28:19 +0900
|
8298
|
+
Processing by Katgut::RulesController#show as HTML
|
8299
|
+
Parameters: {"id"=>"torsitsugi_test_16"}
|
8300
|
+
[1m[36mKatgut::Rule Load (0.1ms)[0m [1mSELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1[0m [["active", "t"], ["source", "torsitsugi_test_16"]]
|
8301
|
+
Redirected to http://www.example.com/
|
8302
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.1ms)
|
8303
|
+
[1m[35m (0.1ms)[0m DELETE FROM "katgut_rules";
|
8304
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
8305
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
8306
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
8307
|
+
[1m[35m (0.1ms)[0m begin transaction
|
8308
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
8309
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_17' LIMIT 1
|
8310
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["source", "torsitsugi_test_17"], ["destination", "https://httpbin.org/"], ["active", "t"], ["created_at", "2016-07-21 10:28:19.268090"], ["updated_at", "2016-07-21 10:28:19.268090"]]
|
8311
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
8312
|
+
[1m[36mKatgut::Rule Load (0.1ms)[0m [1mSELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."id" = ? LIMIT 1[0m [["id", 1]]
|
8313
|
+
Started GET "/katgut/torsitsugi_test_17" for 127.0.0.1 at 2016-07-21 19:28:19 +0900
|
8314
|
+
Processing by Katgut::RulesController#show as HTML
|
8315
|
+
Parameters: {"id"=>"torsitsugi_test_17"}
|
8316
|
+
[1m[35mKatgut::Rule Load (0.1ms)[0m SELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1 [["active", "t"], ["source", "torsitsugi_test_17"]]
|
8317
|
+
Redirected to https://httpbin.org/
|
8318
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "katgut_rules" SET "redirection_count" = 1 WHERE "katgut_rules"."id" = ?[0m [["id", 1]]
|
8319
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
|
8320
|
+
[1m[35mKatgut::Rule Load (0.1ms)[0m SELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."id" = ? LIMIT 1 [["id", 1]]
|
8321
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
8322
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
8323
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
8324
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
8325
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
8326
|
+
[1m[35m (1.0ms)[0m DELETE FROM "katgut_rules";
|
8327
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
8328
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
8329
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8330
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
8331
|
+
[1m[36mKatgut::Rule Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_1' LIMIT 1[0m
|
8332
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["source", "torsitsugi_test_1"], ["destination", "/advice"], ["active", "t"], ["created_at", "2016-07-21 10:29:38.106008"], ["updated_at", "2016-07-21 10:29:38.106008"]]
|
8333
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
8334
|
+
Processing by Katgut::RulesController#show as HTML
|
8335
|
+
Parameters: {"id"=>"advice"}
|
8336
|
+
[1m[35mKatgut::Rule Load (0.1ms)[0m SELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1 [["active", "t"], ["source", "advice"]]
|
8337
|
+
Redirected to http://test.host/
|
8338
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.1ms)
|
8339
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
8340
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
8341
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
8342
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
8343
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8344
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
8345
|
+
[1m[36mKatgut::Rule Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_2' LIMIT 1[0m
|
8346
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["source", "torsitsugi_test_2"], ["destination", "/advice"], ["active", "t"], ["created_at", "2016-07-21 10:29:38.121351"], ["updated_at", "2016-07-21 10:29:38.121351"]]
|
8347
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
8348
|
+
Processing by Katgut::RulesController#show as HTML
|
8349
|
+
Parameters: {"id"=>"advice"}
|
8350
|
+
[1m[35mKatgut::Rule Load (0.1ms)[0m SELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1 [["active", "t"], ["source", "advice"]]
|
8351
|
+
Redirected to http://test.host/
|
8352
|
+
Completed in 1ms (ActiveRecord: 0.1ms)
|
8353
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
8354
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
8355
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
8356
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
8357
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8358
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_3' LIMIT 1
|
8359
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
8360
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
8361
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
8362
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
8363
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8364
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" IS NULL LIMIT 1
|
8365
|
+
[1m[36m (0.3ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
8366
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
8367
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
8368
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
8369
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8370
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_5' LIMIT 1
|
8371
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
8372
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
8373
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
8374
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
8375
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8376
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'test' LIMIT 1
|
8377
|
+
[1m[36m (0.5ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
8378
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
8379
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
8380
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
8381
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8382
|
+
[1m[35mKatgut::Rule Exists (0.2ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = '@@test@@' LIMIT 1
|
8383
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
8384
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
8385
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
8386
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
8387
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8388
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_8' LIMIT 1
|
8389
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
8390
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
8391
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
8392
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
8393
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8394
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_9' LIMIT 1
|
8395
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
8396
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
8397
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
8398
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
8399
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8400
|
+
[1m[35m (0.3ms)[0m DELETE FROM "katgut_rules";
|
8401
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
8402
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
8403
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
8404
|
+
[1m[35m (0.1ms)[0m begin transaction
|
8405
|
+
[1m[36m (0.4ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
8406
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
8407
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
8408
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
8409
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8410
|
+
[1m[35m (0.2ms)[0m DELETE FROM "katgut_rules";
|
8411
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
8412
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
8413
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
8414
|
+
[1m[35m (0.0ms)[0m begin transaction
|
8415
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
8416
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_13' LIMIT 1
|
8417
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["source", "torsitsugi_test_13"], ["destination", "/katgut_success.html"], ["active", "t"], ["created_at", "2016-07-21 10:29:38.182471"], ["updated_at", "2016-07-21 10:29:38.182471"]]
|
8418
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
8419
|
+
Started GET "/katgut/torsitsugi_test_13" for 127.0.0.1 at 2016-07-21 19:29:38 +0900
|
8420
|
+
Processing by Katgut::RulesController#show as HTML
|
8421
|
+
Parameters: {"id"=>"torsitsugi_test_13"}
|
8422
|
+
[1m[36mKatgut::Rule Load (0.1ms)[0m [1mSELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1[0m [["active", "t"], ["source", "torsitsugi_test_13"]]
|
8423
|
+
Redirected to http://www.example.com/katgut_success.html
|
8424
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.1ms)
|
8425
|
+
[1m[35m (0.1ms)[0m DELETE FROM "katgut_rules";
|
8426
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
8427
|
+
[1m[35m (0.4ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
8428
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
8429
|
+
[1m[35m (0.1ms)[0m begin transaction
|
8430
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
8431
|
+
[1m[35mKatgut::Rule Exists (0.2ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_14' LIMIT 1
|
8432
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["source", "torsitsugi_test_14"], ["destination", "https://httpbin.org/"], ["active", "t"], ["created_at", "2016-07-21 10:29:38.197076"], ["updated_at", "2016-07-21 10:29:38.197076"]]
|
8433
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
8434
|
+
Started GET "/katgut/torsitsugi_test_14" for 127.0.0.1 at 2016-07-21 19:29:38 +0900
|
8435
|
+
Processing by Katgut::RulesController#show as HTML
|
8436
|
+
Parameters: {"id"=>"torsitsugi_test_14"}
|
8437
|
+
[1m[36mKatgut::Rule Load (0.1ms)[0m [1mSELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1[0m [["active", "t"], ["source", "torsitsugi_test_14"]]
|
8438
|
+
Redirected to https://httpbin.org/
|
8439
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.1ms)
|
8440
|
+
[1m[35m (0.1ms)[0m DELETE FROM "katgut_rules";
|
8441
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
8442
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
8443
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
8444
|
+
[1m[35m (0.1ms)[0m begin transaction
|
8445
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
8446
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_15' LIMIT 1
|
8447
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["source", "torsitsugi_test_15"], ["destination", "httpbin.org/"], ["active", "t"], ["created_at", "2016-07-21 10:29:38.207660"], ["updated_at", "2016-07-21 10:29:38.207660"]]
|
8448
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
8449
|
+
Started GET "/katgut/torsitsugi_test_15" for 127.0.0.1 at 2016-07-21 19:29:38 +0900
|
8450
|
+
Processing by Katgut::RulesController#show as HTML
|
8451
|
+
Parameters: {"id"=>"torsitsugi_test_15"}
|
8452
|
+
[1m[36mKatgut::Rule Load (0.1ms)[0m [1mSELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1[0m [["active", "t"], ["source", "torsitsugi_test_15"]]
|
8453
|
+
Redirected to http://httpbin.org/
|
8454
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.1ms)
|
8455
|
+
[1m[35m (0.1ms)[0m DELETE FROM "katgut_rules";
|
8456
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
8457
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
8458
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
8459
|
+
[1m[35m (0.0ms)[0m begin transaction
|
8460
|
+
Started GET "/katgut/not-existing-source-keyword" for 127.0.0.1 at 2016-07-21 19:29:38 +0900
|
8461
|
+
Processing by Katgut::RulesController#show as HTML
|
8462
|
+
Parameters: {"id"=>"not-existing-source-keyword"}
|
8463
|
+
[1m[36mKatgut::Rule Load (0.1ms)[0m [1mSELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1[0m [["active", "t"], ["source", "not-existing-source-keyword"]]
|
8464
|
+
Redirected to http://www.example.com/
|
8465
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.1ms)
|
8466
|
+
[1m[35m (0.2ms)[0m DELETE FROM "katgut_rules";
|
8467
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
8468
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
8469
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
8470
|
+
[1m[35m (0.1ms)[0m begin transaction
|
8471
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
8472
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_16' LIMIT 1
|
8473
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "katgut_rules" ("source", "destination", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["source", "torsitsugi_test_16"], ["destination", "https://httpbin.org/"], ["created_at", "2016-07-21 10:29:38.224230"], ["updated_at", "2016-07-21 10:29:38.224230"]]
|
8474
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
8475
|
+
Started GET "/katgut/torsitsugi_test_16" for 127.0.0.1 at 2016-07-21 19:29:38 +0900
|
8476
|
+
Processing by Katgut::RulesController#show as HTML
|
8477
|
+
Parameters: {"id"=>"torsitsugi_test_16"}
|
8478
|
+
[1m[36mKatgut::Rule Load (0.1ms)[0m [1mSELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1[0m [["active", "t"], ["source", "torsitsugi_test_16"]]
|
8479
|
+
Redirected to http://www.example.com/
|
8480
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.1ms)
|
8481
|
+
[1m[35m (0.1ms)[0m DELETE FROM "katgut_rules";
|
8482
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
8483
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
8484
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
8485
|
+
[1m[35m (0.1ms)[0m begin transaction
|
8486
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
8487
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_17' LIMIT 1
|
8488
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["source", "torsitsugi_test_17"], ["destination", "https://httpbin.org/"], ["active", "t"], ["created_at", "2016-07-21 10:29:38.234362"], ["updated_at", "2016-07-21 10:29:38.234362"]]
|
8489
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
8490
|
+
[1m[36mKatgut::Rule Load (0.1ms)[0m [1mSELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."id" = ? LIMIT 1[0m [["id", 1]]
|
8491
|
+
Started GET "/katgut/torsitsugi_test_17" for 127.0.0.1 at 2016-07-21 19:29:38 +0900
|
8492
|
+
Processing by Katgut::RulesController#show as HTML
|
8493
|
+
Parameters: {"id"=>"torsitsugi_test_17"}
|
8494
|
+
[1m[35mKatgut::Rule Load (0.1ms)[0m SELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1 [["active", "t"], ["source", "torsitsugi_test_17"]]
|
8495
|
+
Redirected to https://httpbin.org/
|
8496
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "katgut_rules" SET "redirection_count" = 1 WHERE "katgut_rules"."id" = ?[0m [["id", 1]]
|
8497
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.4ms)
|
8498
|
+
[1m[35mKatgut::Rule Load (0.0ms)[0m SELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."id" = ? LIMIT 1 [["id", 1]]
|
8499
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
8500
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
8501
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
8502
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
8503
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8504
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
8505
|
+
[1m[36mKatgut::Rule Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_18' LIMIT 1[0m
|
8506
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["source", "torsitsugi_test_18"], ["destination", "https://httpbin.org/"], ["active", "t"], ["created_at", "2016-07-21 10:29:38.248630"], ["updated_at", "2016-07-21 10:29:38.248630"]]
|
8507
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
8508
|
+
[1m[35mKatgut::Rule Load (0.0ms)[0m SELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."id" = ? LIMIT 1 [["id", 1]]
|
8509
|
+
Started GET "/katgut/torsitsugi_test_18" for 127.0.0.1 at 2016-07-21 19:29:38 +0900
|
8510
|
+
Processing by Katgut::RulesController#show as HTML
|
8511
|
+
Parameters: {"id"=>"torsitsugi_test_18"}
|
8512
|
+
[1m[36mKatgut::Rule Load (0.1ms)[0m [1mSELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1[0m [["active", "t"], ["source", "torsitsugi_test_18"]]
|
8513
|
+
Redirected to https://httpbin.org/
|
8514
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.1ms)
|
8515
|
+
[1m[35mKatgut::Rule Load (0.1ms)[0m SELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."id" = ? LIMIT 1 [["id", 1]]
|
8516
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
8517
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
8518
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
8519
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
8520
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
8521
|
+
[1m[35m (9.0ms)[0m DELETE FROM "katgut_rules";
|
8522
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
8523
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
8524
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8525
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
8526
|
+
[1m[36mKatgut::Rule Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_1' LIMIT 1[0m
|
8527
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["source", "torsitsugi_test_1"], ["destination", "/advice"], ["active", "t"], ["created_at", "2016-07-21 10:30:01.489615"], ["updated_at", "2016-07-21 10:30:01.489615"]]
|
8528
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
8529
|
+
Processing by Katgut::RulesController#show as HTML
|
8530
|
+
Parameters: {"id"=>"advice"}
|
8531
|
+
[1m[35mKatgut::Rule Load (0.1ms)[0m SELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1 [["active", "t"], ["source", "advice"]]
|
8532
|
+
Redirected to http://test.host/
|
8533
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.1ms)
|
8534
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
8535
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
8536
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
8537
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
8538
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8539
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
8540
|
+
[1m[36mKatgut::Rule Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_2' LIMIT 1[0m
|
8541
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["source", "torsitsugi_test_2"], ["destination", "/advice"], ["active", "t"], ["created_at", "2016-07-21 10:30:01.503711"], ["updated_at", "2016-07-21 10:30:01.503711"]]
|
8542
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
8543
|
+
Processing by Katgut::RulesController#show as HTML
|
8544
|
+
Parameters: {"id"=>"advice"}
|
8545
|
+
[1m[35mKatgut::Rule Load (0.0ms)[0m SELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1 [["active", "t"], ["source", "advice"]]
|
8546
|
+
Redirected to http://test.host/
|
8547
|
+
Completed in 1ms (ActiveRecord: 0.0ms)
|
8548
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
8549
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
8550
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
8551
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
8552
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8553
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_3' LIMIT 1
|
8554
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
8555
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
8556
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
8557
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
8558
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8559
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" IS NULL LIMIT 1
|
8560
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
8561
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
8562
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
8563
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
8564
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8565
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_5' LIMIT 1
|
8566
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
8567
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
8568
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
8569
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
8570
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8571
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'test' LIMIT 1
|
8572
|
+
[1m[36m (0.4ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
8573
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
8574
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
8575
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
8576
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8577
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = '@@test@@' LIMIT 1
|
8578
|
+
[1m[36m (0.3ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
8579
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
8580
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
8581
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
8582
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8583
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_8' LIMIT 1
|
8584
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
8585
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
8586
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
8587
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
8588
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8589
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_9' LIMIT 1
|
8590
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
8591
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
8592
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
8593
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
8594
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8595
|
+
[1m[35m (0.2ms)[0m DELETE FROM "katgut_rules";
|
8596
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
8597
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
8598
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
8599
|
+
[1m[35m (0.1ms)[0m begin transaction
|
8600
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
8601
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
8602
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
8603
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
8604
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8605
|
+
[1m[35m (0.2ms)[0m DELETE FROM "katgut_rules";
|
8606
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
8607
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
8608
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
8609
|
+
[1m[35m (0.1ms)[0m begin transaction
|
8610
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
8611
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_13' LIMIT 1
|
8612
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["source", "torsitsugi_test_13"], ["destination", "/katgut_success.html"], ["active", "t"], ["created_at", "2016-07-21 10:30:01.563567"], ["updated_at", "2016-07-21 10:30:01.563567"]]
|
8613
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
8614
|
+
Started GET "/katgut/torsitsugi_test_13" for 127.0.0.1 at 2016-07-21 19:30:01 +0900
|
8615
|
+
Processing by Katgut::RulesController#show as HTML
|
8616
|
+
Parameters: {"id"=>"torsitsugi_test_13"}
|
8617
|
+
[1m[36mKatgut::Rule Load (0.1ms)[0m [1mSELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1[0m [["active", "t"], ["source", "torsitsugi_test_13"]]
|
8618
|
+
Redirected to http://www.example.com/katgut_success.html
|
8619
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "katgut_rules" SET "redirection_count" = 1 WHERE "katgut_rules"."id" = ? [["id", 1]]
|
8620
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.4ms)
|
8621
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
8622
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
8623
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
8624
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
8625
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8626
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
8627
|
+
[1m[36mKatgut::Rule Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_14' LIMIT 1[0m
|
8628
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["source", "torsitsugi_test_14"], ["destination", "https://httpbin.org/"], ["active", "t"], ["created_at", "2016-07-21 10:30:01.577401"], ["updated_at", "2016-07-21 10:30:01.577401"]]
|
8629
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
8630
|
+
Started GET "/katgut/torsitsugi_test_14" for 127.0.0.1 at 2016-07-21 19:30:01 +0900
|
8631
|
+
Processing by Katgut::RulesController#show as HTML
|
8632
|
+
Parameters: {"id"=>"torsitsugi_test_14"}
|
8633
|
+
[1m[35mKatgut::Rule Load (0.1ms)[0m SELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1 [["active", "t"], ["source", "torsitsugi_test_14"]]
|
8634
|
+
Redirected to https://httpbin.org/
|
8635
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "katgut_rules" SET "redirection_count" = 1 WHERE "katgut_rules"."id" = ?[0m [["id", 1]]
|
8636
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.3ms)
|
8637
|
+
[1m[35m (0.1ms)[0m DELETE FROM "katgut_rules";
|
8638
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
8639
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
8640
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
8641
|
+
[1m[35m (0.0ms)[0m begin transaction
|
8642
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
8643
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_15' LIMIT 1
|
8644
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["source", "torsitsugi_test_15"], ["destination", "httpbin.org/"], ["active", "t"], ["created_at", "2016-07-21 10:30:01.587990"], ["updated_at", "2016-07-21 10:30:01.587990"]]
|
8645
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
8646
|
+
Started GET "/katgut/torsitsugi_test_15" for 127.0.0.1 at 2016-07-21 19:30:01 +0900
|
8647
|
+
Processing by Katgut::RulesController#show as HTML
|
8648
|
+
Parameters: {"id"=>"torsitsugi_test_15"}
|
8649
|
+
[1m[36mKatgut::Rule Load (0.1ms)[0m [1mSELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1[0m [["active", "t"], ["source", "torsitsugi_test_15"]]
|
8650
|
+
Redirected to http://httpbin.org/
|
8651
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "katgut_rules" SET "redirection_count" = 1 WHERE "katgut_rules"."id" = ? [["id", 1]]
|
8652
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.3ms)
|
8653
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
8654
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
8655
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
8656
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
8657
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8658
|
+
Started GET "/katgut/not-existing-source-keyword" for 127.0.0.1 at 2016-07-21 19:30:01 +0900
|
8659
|
+
Processing by Katgut::RulesController#show as HTML
|
8660
|
+
Parameters: {"id"=>"not-existing-source-keyword"}
|
8661
|
+
[1m[35mKatgut::Rule Load (0.1ms)[0m SELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1 [["active", "t"], ["source", "not-existing-source-keyword"]]
|
8662
|
+
Redirected to http://www.example.com/
|
8663
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.1ms)
|
8664
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
8665
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
8666
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
8667
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
8668
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8669
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
8670
|
+
[1m[36mKatgut::Rule Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_16' LIMIT 1[0m
|
8671
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "katgut_rules" ("source", "destination", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["source", "torsitsugi_test_16"], ["destination", "https://httpbin.org/"], ["created_at", "2016-07-21 10:30:01.604445"], ["updated_at", "2016-07-21 10:30:01.604445"]]
|
8672
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
8673
|
+
Started GET "/katgut/torsitsugi_test_16" for 127.0.0.1 at 2016-07-21 19:30:01 +0900
|
8674
|
+
Processing by Katgut::RulesController#show as HTML
|
8675
|
+
Parameters: {"id"=>"torsitsugi_test_16"}
|
8676
|
+
[1m[35mKatgut::Rule Load (0.1ms)[0m SELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1 [["active", "t"], ["source", "torsitsugi_test_16"]]
|
8677
|
+
Redirected to http://www.example.com/
|
8678
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.1ms)
|
8679
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
8680
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
8681
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
8682
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
8683
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8684
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
8685
|
+
[1m[36mKatgut::Rule Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_17' LIMIT 1[0m
|
8686
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["source", "torsitsugi_test_17"], ["destination", "https://httpbin.org/"], ["active", "t"], ["created_at", "2016-07-21 10:30:01.615740"], ["updated_at", "2016-07-21 10:30:01.615740"]]
|
8687
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
8688
|
+
[1m[35mKatgut::Rule Load (0.1ms)[0m SELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."id" = ? LIMIT 1 [["id", 1]]
|
8689
|
+
Started GET "/katgut/torsitsugi_test_17" for 127.0.0.1 at 2016-07-21 19:30:01 +0900
|
8690
|
+
Processing by Katgut::RulesController#show as HTML
|
8691
|
+
Parameters: {"id"=>"torsitsugi_test_17"}
|
8692
|
+
[1m[36mKatgut::Rule Load (0.1ms)[0m [1mSELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1[0m [["active", "t"], ["source", "torsitsugi_test_17"]]
|
8693
|
+
Redirected to https://httpbin.org/
|
8694
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.1ms)
|
8695
|
+
[1m[35mKatgut::Rule Load (0.1ms)[0m SELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."id" = ? LIMIT 1 [["id", 1]]
|
8696
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
8697
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
8698
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
8699
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
8700
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8701
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
8702
|
+
[1m[36mKatgut::Rule Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_18' LIMIT 1[0m
|
8703
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["source", "torsitsugi_test_18"], ["destination", "https://httpbin.org/"], ["active", "t"], ["created_at", "2016-07-21 10:30:01.672640"], ["updated_at", "2016-07-21 10:30:01.672640"]]
|
8704
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
8705
|
+
[1m[35mKatgut::Rule Load (0.0ms)[0m SELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."id" = ? LIMIT 1 [["id", 1]]
|
8706
|
+
Started GET "/katgut/torsitsugi_test_18" for 127.0.0.1 at 2016-07-21 19:30:01 +0900
|
8707
|
+
Processing by Katgut::RulesController#show as HTML
|
8708
|
+
Parameters: {"id"=>"torsitsugi_test_18"}
|
8709
|
+
[1m[36mKatgut::Rule Load (0.1ms)[0m [1mSELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1[0m [["active", "t"], ["source", "torsitsugi_test_18"]]
|
8710
|
+
Redirected to https://httpbin.org/
|
8711
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "katgut_rules" SET "redirection_count" = 1 WHERE "katgut_rules"."id" = ? [["id", 1]]
|
8712
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
|
8713
|
+
[1m[36mKatgut::Rule Load (0.0ms)[0m [1mSELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."id" = ? LIMIT 1[0m [["id", 1]]
|
8714
|
+
[1m[35m (0.1ms)[0m DELETE FROM "katgut_rules";
|
8715
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
8716
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
8717
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
8718
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
8719
|
+
[1m[35m (1.6ms)[0m DELETE FROM "katgut_rules";
|
8720
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
8721
|
+
[1m[35m (0.3ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
8722
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8723
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
8724
|
+
[1m[36mKatgut::Rule Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_1' LIMIT 1[0m
|
8725
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["source", "torsitsugi_test_1"], ["destination", "/advice"], ["active", "t"], ["created_at", "2016-07-21 10:42:13.110561"], ["updated_at", "2016-07-21 10:42:13.110561"]]
|
8726
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
8727
|
+
Processing by Katgut::RulesController#show as HTML
|
8728
|
+
Parameters: {"id"=>"advice"}
|
8729
|
+
[1m[35mKatgut::Rule Load (0.2ms)[0m SELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1 [["active", "t"], ["source", "advice"]]
|
8730
|
+
Redirected to http://test.host/
|
8731
|
+
Completed 302 Found in 5ms (ActiveRecord: 0.2ms)
|
8732
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
8733
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
8734
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
8735
|
+
[1m[35m (2.0ms)[0m rollback transaction
|
8736
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8737
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
8738
|
+
[1m[36mKatgut::Rule Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_2' LIMIT 1[0m
|
8739
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["source", "torsitsugi_test_2"], ["destination", "/advice"], ["active", "t"], ["created_at", "2016-07-21 10:42:13.129092"], ["updated_at", "2016-07-21 10:42:13.129092"]]
|
8740
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
8741
|
+
Processing by Katgut::RulesController#show as HTML
|
8742
|
+
Parameters: {"id"=>"advice"}
|
8743
|
+
[1m[35mKatgut::Rule Load (0.1ms)[0m SELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1 [["active", "t"], ["source", "advice"]]
|
8744
|
+
Redirected to http://test.host/
|
8745
|
+
Completed in 1ms (ActiveRecord: 0.1ms)
|
8746
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
8747
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
8748
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
8749
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
8750
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8751
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_3' LIMIT 1
|
8752
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
8753
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
8754
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
8755
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
8756
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8757
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" IS NULL LIMIT 1
|
8758
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
8759
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
8760
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
8761
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
8762
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8763
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_5' LIMIT 1
|
8764
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
8765
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
8766
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
8767
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
8768
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8769
|
+
[1m[35mKatgut::Rule Exists (0.2ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'test' LIMIT 1
|
8770
|
+
[1m[36m (0.3ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
8771
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
8772
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
8773
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
8774
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8775
|
+
[1m[35mKatgut::Rule Exists (0.2ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = '@@test@@' LIMIT 1
|
8776
|
+
[1m[36m (0.4ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
8777
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
8778
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
8779
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
8780
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8781
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_8' LIMIT 1
|
8782
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
8783
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
8784
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
8785
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
8786
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8787
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_9' LIMIT 1
|
8788
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
8789
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
8790
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
8791
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
8792
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8793
|
+
[1m[35m (0.3ms)[0m DELETE FROM "katgut_rules";
|
8794
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
8795
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
8796
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
8797
|
+
[1m[35m (0.1ms)[0m begin transaction
|
8798
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
8799
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
8800
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
8801
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
8802
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8803
|
+
[1m[35m (0.2ms)[0m DELETE FROM "katgut_rules";
|
8804
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
8805
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
8806
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
8807
|
+
[1m[35m (0.1ms)[0m begin transaction
|
8808
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
8809
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_13' LIMIT 1
|
8810
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["source", "torsitsugi_test_13"], ["destination", "/katgut_success.html"], ["active", "t"], ["created_at", "2016-07-21 10:42:13.199406"], ["updated_at", "2016-07-21 10:42:13.199406"]]
|
8811
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
8812
|
+
Started GET "/katgut/torsitsugi_test_13" for 127.0.0.1 at 2016-07-21 19:42:13 +0900
|
8813
|
+
Processing by Katgut::RulesController#show as HTML
|
8814
|
+
Parameters: {"id"=>"torsitsugi_test_13"}
|
8815
|
+
[1m[36mKatgut::Rule Load (0.1ms)[0m [1mSELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1[0m [["active", "t"], ["source", "torsitsugi_test_13"]]
|
8816
|
+
Redirected to http://www.example.com/katgut_success.html
|
8817
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.1ms)
|
8818
|
+
[1m[35m (0.1ms)[0m DELETE FROM "katgut_rules";
|
8819
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
8820
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
8821
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
8822
|
+
[1m[35m (0.1ms)[0m begin transaction
|
8823
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
8824
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_14' LIMIT 1
|
8825
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["source", "torsitsugi_test_14"], ["destination", "https://httpbin.org/"], ["active", "t"], ["created_at", "2016-07-21 10:42:13.214857"], ["updated_at", "2016-07-21 10:42:13.214857"]]
|
8826
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
8827
|
+
Started GET "/katgut/torsitsugi_test_14" for 127.0.0.1 at 2016-07-21 19:42:13 +0900
|
8828
|
+
Processing by Katgut::RulesController#show as HTML
|
8829
|
+
Parameters: {"id"=>"torsitsugi_test_14"}
|
8830
|
+
[1m[36mKatgut::Rule Load (0.1ms)[0m [1mSELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1[0m [["active", "t"], ["source", "torsitsugi_test_14"]]
|
8831
|
+
Redirected to https://httpbin.org/
|
8832
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.1ms)
|
8833
|
+
[1m[35m (0.1ms)[0m DELETE FROM "katgut_rules";
|
8834
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
8835
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
8836
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
8837
|
+
[1m[35m (0.1ms)[0m begin transaction
|
8838
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
8839
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_15' LIMIT 1
|
8840
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["source", "torsitsugi_test_15"], ["destination", "httpbin.org/"], ["active", "t"], ["created_at", "2016-07-21 10:42:13.224528"], ["updated_at", "2016-07-21 10:42:13.224528"]]
|
8841
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
8842
|
+
Started GET "/katgut/torsitsugi_test_15" for 127.0.0.1 at 2016-07-21 19:42:13 +0900
|
8843
|
+
Processing by Katgut::RulesController#show as HTML
|
8844
|
+
Parameters: {"id"=>"torsitsugi_test_15"}
|
8845
|
+
[1m[36mKatgut::Rule Load (0.1ms)[0m [1mSELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1[0m [["active", "t"], ["source", "torsitsugi_test_15"]]
|
8846
|
+
Redirected to http://httpbin.org/
|
8847
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.1ms)
|
8848
|
+
[1m[35m (0.1ms)[0m DELETE FROM "katgut_rules";
|
8849
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
8850
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
8851
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
8852
|
+
[1m[35m (0.0ms)[0m begin transaction
|
8853
|
+
Started GET "/katgut/not-existing-source-keyword" for 127.0.0.1 at 2016-07-21 19:42:13 +0900
|
8854
|
+
Processing by Katgut::RulesController#show as HTML
|
8855
|
+
Parameters: {"id"=>"not-existing-source-keyword"}
|
8856
|
+
[1m[36mKatgut::Rule Load (0.2ms)[0m [1mSELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1[0m [["active", "t"], ["source", "not-existing-source-keyword"]]
|
8857
|
+
Redirected to http://www.example.com/
|
8858
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.2ms)
|
8859
|
+
[1m[35m (0.2ms)[0m DELETE FROM "katgut_rules";
|
8860
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
8861
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
8862
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
8863
|
+
[1m[35m (0.0ms)[0m begin transaction
|
8864
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
8865
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_16' LIMIT 1
|
8866
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "katgut_rules" ("source", "destination", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["source", "torsitsugi_test_16"], ["destination", "https://httpbin.org/"], ["created_at", "2016-07-21 10:42:13.241181"], ["updated_at", "2016-07-21 10:42:13.241181"]]
|
8867
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
8868
|
+
Started GET "/katgut/torsitsugi_test_16" for 127.0.0.1 at 2016-07-21 19:42:13 +0900
|
8869
|
+
Processing by Katgut::RulesController#show as HTML
|
8870
|
+
Parameters: {"id"=>"torsitsugi_test_16"}
|
8871
|
+
[1m[36mKatgut::Rule Load (0.1ms)[0m [1mSELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1[0m [["active", "t"], ["source", "torsitsugi_test_16"]]
|
8872
|
+
Redirected to http://www.example.com/
|
8873
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.1ms)
|
8874
|
+
[1m[35m (0.1ms)[0m DELETE FROM "katgut_rules";
|
8875
|
+
[1m[36m (0.2ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
8876
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
8877
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
8878
|
+
[1m[35m (0.1ms)[0m begin transaction
|
8879
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
8880
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_17' LIMIT 1
|
8881
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["source", "torsitsugi_test_17"], ["destination", "https://httpbin.org/"], ["active", "t"], ["created_at", "2016-07-21 10:42:13.251425"], ["updated_at", "2016-07-21 10:42:13.251425"]]
|
8882
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
8883
|
+
[1m[36mKatgut::Rule Load (0.1ms)[0m [1mSELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."id" = ? LIMIT 1[0m [["id", 1]]
|
8884
|
+
Started GET "/katgut/torsitsugi_test_17" for 127.0.0.1 at 2016-07-21 19:42:13 +0900
|
8885
|
+
Processing by Katgut::RulesController#show as HTML
|
8886
|
+
Parameters: {"id"=>"torsitsugi_test_17"}
|
8887
|
+
[1m[35mKatgut::Rule Load (0.1ms)[0m SELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1 [["active", "t"], ["source", "torsitsugi_test_17"]]
|
8888
|
+
Redirected to https://httpbin.org/
|
8889
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "katgut_rules" SET "redirection_count" = 1 WHERE "katgut_rules"."id" = ?[0m [["id", 1]]
|
8890
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.4ms)
|
8891
|
+
[1m[35mKatgut::Rule Load (0.0ms)[0m SELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."id" = ? LIMIT 1 [["id", 1]]
|
8892
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
8893
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
8894
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
8895
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
8896
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8897
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
8898
|
+
[1m[36mKatgut::Rule Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_18' LIMIT 1[0m
|
8899
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["source", "torsitsugi_test_18"], ["destination", "https://httpbin.org/"], ["active", "t"], ["created_at", "2016-07-21 10:42:13.266584"], ["updated_at", "2016-07-21 10:42:13.266584"]]
|
8900
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
8901
|
+
[1m[35mKatgut::Rule Load (0.1ms)[0m SELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."id" = ? LIMIT 1 [["id", 1]]
|
8902
|
+
Started GET "/katgut/torsitsugi_test_18" for 127.0.0.1 at 2016-07-21 19:42:13 +0900
|
8903
|
+
Processing by Katgut::RulesController#show as HTML
|
8904
|
+
Parameters: {"id"=>"torsitsugi_test_18"}
|
8905
|
+
[1m[36mKatgut::Rule Load (0.1ms)[0m [1mSELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1[0m [["active", "t"], ["source", "torsitsugi_test_18"]]
|
8906
|
+
Redirected to https://httpbin.org/
|
8907
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.1ms)
|
8908
|
+
[1m[35mKatgut::Rule Load (0.1ms)[0m SELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."id" = ? LIMIT 1 [["id", 1]]
|
8909
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
8910
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
8911
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
8912
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
8913
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
8914
|
+
[1m[35m (1.1ms)[0m DELETE FROM "katgut_rules";
|
8915
|
+
[1m[36m (0.2ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
8916
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
8917
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8918
|
+
[1m[35m (0.3ms)[0m DELETE FROM "katgut_rules";
|
8919
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
8920
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
8921
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
8922
|
+
[1m[35m (0.1ms)[0m begin transaction
|
8923
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
8924
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
8925
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
8926
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
8927
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8928
|
+
[1m[35m (0.3ms)[0m DELETE FROM "katgut_rules";
|
8929
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
8930
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
8931
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
8932
|
+
[1m[35m (0.0ms)[0m begin transaction
|
8933
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
8934
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
8935
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
8936
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
8937
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8938
|
+
[1m[35m (0.2ms)[0m DELETE FROM "katgut_rules";
|
8939
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
8940
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
8941
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
8942
|
+
[1m[35m (0.2ms)[0m begin transaction
|
8943
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
8944
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
8945
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
8946
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
8947
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8948
|
+
[1m[35m (0.2ms)[0m DELETE FROM "katgut_rules";
|
8949
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
8950
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
8951
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
8952
|
+
[1m[35m (0.0ms)[0m begin transaction
|
8953
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
8954
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
8955
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
8956
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
8957
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8958
|
+
[1m[35m (0.2ms)[0m DELETE FROM "katgut_rules";
|
8959
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
8960
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
8961
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
8962
|
+
[1m[35m (0.1ms)[0m begin transaction
|
8963
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
8964
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
8965
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
8966
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
8967
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8968
|
+
[1m[35m (0.2ms)[0m DELETE FROM "katgut_rules";
|
8969
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
8970
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
8971
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
8972
|
+
[1m[35m (0.1ms)[0m begin transaction
|
8973
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
8974
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
8975
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
8976
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
8977
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8978
|
+
[1m[35m (0.2ms)[0m DELETE FROM "katgut_rules";
|
8979
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
8980
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
8981
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
8982
|
+
[1m[35m (0.1ms)[0m begin transaction
|
8983
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
8984
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
8985
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
8986
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
8987
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8988
|
+
[1m[35m (0.2ms)[0m DELETE FROM "katgut_rules";
|
8989
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
8990
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
8991
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
8992
|
+
[1m[35m (0.1ms)[0m begin transaction
|
8993
|
+
[1m[36m (0.3ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
8994
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
8995
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
8996
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
8997
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8998
|
+
[1m[35m (0.3ms)[0m DELETE FROM "katgut_rules";
|
8999
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
9000
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
9001
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
9002
|
+
[1m[35m (0.1ms)[0m begin transaction
|
9003
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9004
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9005
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9006
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
9007
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9008
|
+
[1m[35m (0.2ms)[0m DELETE FROM "katgut_rules";
|
9009
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
9010
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
9011
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
9012
|
+
[1m[35m (0.1ms)[0m begin transaction
|
9013
|
+
Started GET "/katgut/not-existing-source-keyword" for 127.0.0.1 at 2016-08-08 14:24:41 +0900
|
9014
|
+
Processing by Katgut::RulesController#show as HTML
|
9015
|
+
Parameters: {"id"=>"not-existing-source-keyword"}
|
9016
|
+
[1m[36mKatgut::Rule Load (0.2ms)[0m [1mSELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1[0m [["active", "t"], ["source", "not-existing-source-keyword"]]
|
9017
|
+
Redirected to http://www.example.com/
|
9018
|
+
Completed 302 Found in 21ms (ActiveRecord: 0.2ms)
|
9019
|
+
[1m[35m (0.3ms)[0m DELETE FROM "katgut_rules";
|
9020
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
9021
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
9022
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
9023
|
+
[1m[35m (0.1ms)[0m begin transaction
|
9024
|
+
[1m[36m (0.3ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9025
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9026
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9027
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
9028
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
9029
|
+
[1m[35m (9.4ms)[0m DELETE FROM "katgut_rules";
|
9030
|
+
[1m[36m (0.2ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
9031
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
9032
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9033
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
9034
|
+
[1m[36mKatgut::Rule Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_1' LIMIT 1[0m
|
9035
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["source", "torsitsugi_test_1"], ["destination", "/advice"], ["active", "t"], ["created_at", "2016-08-08 05:31:14.240759"], ["updated_at", "2016-08-08 05:31:14.240759"]]
|
9036
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
9037
|
+
Processing by Katgut::RulesController#show as HTML
|
9038
|
+
Parameters: {"id"=>"advice"}
|
9039
|
+
[1m[35mKatgut::Rule Load (0.1ms)[0m SELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1 [["active", "t"], ["source", "advice"]]
|
9040
|
+
Redirected to http://test.host/
|
9041
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.1ms)
|
9042
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9043
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9044
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9045
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
9046
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9047
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
9048
|
+
[1m[36mKatgut::Rule Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_2' LIMIT 1[0m
|
9049
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["source", "torsitsugi_test_2"], ["destination", "/advice"], ["active", "t"], ["created_at", "2016-08-08 05:31:14.257856"], ["updated_at", "2016-08-08 05:31:14.257856"]]
|
9050
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
9051
|
+
Processing by Katgut::RulesController#show as HTML
|
9052
|
+
Parameters: {"id"=>"advice"}
|
9053
|
+
[1m[35mKatgut::Rule Load (0.1ms)[0m SELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1 [["active", "t"], ["source", "advice"]]
|
9054
|
+
Redirected to http://test.host/
|
9055
|
+
Completed in 2ms (ActiveRecord: 0.1ms)
|
9056
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9057
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9058
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9059
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
9060
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9061
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_3' LIMIT 1
|
9062
|
+
[1m[36m (0.3ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9063
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9064
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9065
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
9066
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9067
|
+
[1m[35mKatgut::Rule Exists (0.3ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" IS NULL LIMIT 1
|
9068
|
+
[1m[36m (0.3ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9069
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9070
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9071
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
9072
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9073
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_5' LIMIT 1
|
9074
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9075
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9076
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9077
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
9078
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9079
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'test' LIMIT 1
|
9080
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9081
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9082
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9083
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
9084
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9085
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = '@@test@@' LIMIT 1
|
9086
|
+
[1m[36m (0.3ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9087
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9088
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9089
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
9090
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9091
|
+
[1m[35mKatgut::Rule Exists (0.2ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_8' LIMIT 1
|
9092
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9093
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9094
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9095
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
9096
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9097
|
+
[1m[35mKatgut::Rule Exists (0.2ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_9' LIMIT 1
|
9098
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9099
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9100
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9101
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
9102
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9103
|
+
[1m[35m (0.3ms)[0m DELETE FROM "katgut_rules";
|
9104
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
9105
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
9106
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
9107
|
+
[1m[35m (0.1ms)[0m begin transaction
|
9108
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9109
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9110
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9111
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
9112
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9113
|
+
[1m[35m (0.2ms)[0m DELETE FROM "katgut_rules";
|
9114
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
9115
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
9116
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
9117
|
+
[1m[35m (0.0ms)[0m begin transaction
|
9118
|
+
[1m[36m (0.3ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9119
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9120
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9121
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
9122
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9123
|
+
[1m[35m (0.2ms)[0m DELETE FROM "katgut_rules";
|
9124
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
9125
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
9126
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
9127
|
+
[1m[35m (0.0ms)[0m begin transaction
|
9128
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9129
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9130
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9131
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
9132
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9133
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
9134
|
+
[1m[36mKatgut::Rule Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'osusume' LIMIT 1[0m
|
9135
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["source", "osusume"], ["destination", "https://www.google.com/"], ["active", "t"], ["created_at", "2016-08-08 05:31:14.559604"], ["updated_at", "2016-08-08 05:31:14.559604"]]
|
9136
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
9137
|
+
[1m[35mKatgut::Rule Load (0.1ms)[0m SELECT "katgut_rules".* FROM "katgut_rules" ORDER BY "katgut_rules"."id" DESC LIMIT 1
|
9138
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9139
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9140
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9141
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
9142
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9143
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
9144
|
+
[1m[36mKatgut::Rule Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_13' LIMIT 1[0m
|
9145
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["source", "torsitsugi_test_13"], ["destination", "/katgut_success.html"], ["active", "t"], ["created_at", "2016-08-08 05:31:14.565475"], ["updated_at", "2016-08-08 05:31:14.565475"]]
|
9146
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
9147
|
+
Started GET "/katgut/torsitsugi_test_13" for 127.0.0.1 at 2016-08-08 14:31:14 +0900
|
9148
|
+
Processing by Katgut::RulesController#show as HTML
|
9149
|
+
Parameters: {"id"=>"torsitsugi_test_13"}
|
9150
|
+
[1m[35mKatgut::Rule Load (0.1ms)[0m SELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1 [["active", "t"], ["source", "torsitsugi_test_13"]]
|
9151
|
+
Redirected to http://www.example.com/katgut_success.html
|
9152
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.1ms)
|
9153
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9154
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9155
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9156
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
9157
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9158
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
9159
|
+
[1m[36mKatgut::Rule Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_14' LIMIT 1[0m
|
9160
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["source", "torsitsugi_test_14"], ["destination", "https://httpbin.org/"], ["active", "t"], ["created_at", "2016-08-08 05:31:14.577959"], ["updated_at", "2016-08-08 05:31:14.577959"]]
|
9161
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
9162
|
+
Started GET "/katgut/torsitsugi_test_14" for 127.0.0.1 at 2016-08-08 14:31:14 +0900
|
9163
|
+
Processing by Katgut::RulesController#show as HTML
|
9164
|
+
Parameters: {"id"=>"torsitsugi_test_14"}
|
9165
|
+
[1m[35mKatgut::Rule Load (0.1ms)[0m SELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1 [["active", "t"], ["source", "torsitsugi_test_14"]]
|
9166
|
+
Redirected to https://httpbin.org/
|
9167
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.1ms)
|
9168
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9169
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9170
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9171
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
9172
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9173
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
9174
|
+
[1m[36mKatgut::Rule Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_15' LIMIT 1[0m
|
9175
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["source", "torsitsugi_test_15"], ["destination", "httpbin.org/"], ["active", "t"], ["created_at", "2016-08-08 05:31:14.587565"], ["updated_at", "2016-08-08 05:31:14.587565"]]
|
9176
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
9177
|
+
Started GET "/katgut/torsitsugi_test_15" for 127.0.0.1 at 2016-08-08 14:31:14 +0900
|
9178
|
+
Processing by Katgut::RulesController#show as HTML
|
9179
|
+
Parameters: {"id"=>"torsitsugi_test_15"}
|
9180
|
+
[1m[35mKatgut::Rule Load (0.1ms)[0m SELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1 [["active", "t"], ["source", "torsitsugi_test_15"]]
|
9181
|
+
Redirected to http://httpbin.org/
|
9182
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.1ms)
|
9183
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9184
|
+
[1m[35m (0.3ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9185
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9186
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
9187
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9188
|
+
Started GET "/katgut/not-existing-source-keyword" for 127.0.0.1 at 2016-08-08 14:31:14 +0900
|
9189
|
+
Processing by Katgut::RulesController#show as HTML
|
9190
|
+
Parameters: {"id"=>"not-existing-source-keyword"}
|
9191
|
+
[1m[35mKatgut::Rule Load (0.1ms)[0m SELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1 [["active", "t"], ["source", "not-existing-source-keyword"]]
|
9192
|
+
Redirected to http://www.example.com/
|
9193
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.1ms)
|
9194
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9195
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9196
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9197
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
9198
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9199
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
9200
|
+
[1m[36mKatgut::Rule Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_16' LIMIT 1[0m
|
9201
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "katgut_rules" ("source", "destination", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["source", "torsitsugi_test_16"], ["destination", "https://httpbin.org/"], ["created_at", "2016-08-08 05:31:14.606318"], ["updated_at", "2016-08-08 05:31:14.606318"]]
|
9202
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
9203
|
+
Started GET "/katgut/torsitsugi_test_16" for 127.0.0.1 at 2016-08-08 14:31:14 +0900
|
9204
|
+
Processing by Katgut::RulesController#show as HTML
|
9205
|
+
Parameters: {"id"=>"torsitsugi_test_16"}
|
9206
|
+
[1m[35mKatgut::Rule Load (0.3ms)[0m SELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1 [["active", "t"], ["source", "torsitsugi_test_16"]]
|
9207
|
+
Redirected to http://www.example.com/
|
9208
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.3ms)
|
9209
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9210
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9211
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9212
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
9213
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
9214
|
+
[1m[35m (9.3ms)[0m DELETE FROM "katgut_rules";
|
9215
|
+
[1m[36m (0.2ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
9216
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
9217
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9218
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
9219
|
+
[1m[36mKatgut::Rule Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_1' LIMIT 1[0m
|
9220
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["source", "torsitsugi_test_1"], ["destination", "/advice"], ["active", "t"], ["created_at", "2016-08-08 05:33:22.960593"], ["updated_at", "2016-08-08 05:33:22.960593"]]
|
9221
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
9222
|
+
Processing by Katgut::RulesController#show as HTML
|
9223
|
+
Parameters: {"id"=>"advice"}
|
9224
|
+
[1m[35mKatgut::Rule Load (0.1ms)[0m SELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1 [["active", "t"], ["source", "advice"]]
|
9225
|
+
Redirected to http://test.host/
|
9226
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.1ms)
|
9227
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9228
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9229
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9230
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
9231
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9232
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
9233
|
+
[1m[36mKatgut::Rule Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_2' LIMIT 1[0m
|
9234
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["source", "torsitsugi_test_2"], ["destination", "/advice"], ["active", "t"], ["created_at", "2016-08-08 05:33:22.974440"], ["updated_at", "2016-08-08 05:33:22.974440"]]
|
9235
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
9236
|
+
Processing by Katgut::RulesController#show as HTML
|
9237
|
+
Parameters: {"id"=>"advice"}
|
9238
|
+
[1m[35mKatgut::Rule Load (0.1ms)[0m SELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1 [["active", "t"], ["source", "advice"]]
|
9239
|
+
Redirected to http://test.host/
|
9240
|
+
Completed in 1ms (ActiveRecord: 0.1ms)
|
9241
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9242
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9243
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9244
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
9245
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9246
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_3' LIMIT 1
|
9247
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9248
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9249
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9250
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
9251
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9252
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" IS NULL LIMIT 1
|
9253
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9254
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9255
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9256
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
9257
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9258
|
+
[1m[35mKatgut::Rule Exists (0.2ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_5' LIMIT 1
|
9259
|
+
[1m[36m (0.3ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9260
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9261
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9262
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
9263
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9264
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'test' LIMIT 1
|
9265
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9266
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9267
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9268
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
9269
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9270
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = '@@test@@' LIMIT 1
|
9271
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9272
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9273
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9274
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
9275
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9276
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_8' LIMIT 1
|
9277
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9278
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9279
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9280
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
9281
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9282
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_9' LIMIT 1
|
9283
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9284
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9285
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9286
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
9287
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9288
|
+
[1m[35m (0.3ms)[0m DELETE FROM "katgut_rules";
|
9289
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
9290
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
9291
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
9292
|
+
[1m[35m (0.1ms)[0m begin transaction
|
9293
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9294
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9295
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9296
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
9297
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9298
|
+
[1m[35m (0.2ms)[0m DELETE FROM "katgut_rules";
|
9299
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
9300
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
9301
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
9302
|
+
[1m[35m (0.0ms)[0m begin transaction
|
9303
|
+
[1m[36m (0.3ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9304
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9305
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9306
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
9307
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9308
|
+
[1m[35m (0.2ms)[0m DELETE FROM "katgut_rules";
|
9309
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
9310
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
9311
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
9312
|
+
[1m[35m (0.1ms)[0m begin transaction
|
9313
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9314
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9315
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9316
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
9317
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9318
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
9319
|
+
[1m[36mKatgut::Rule Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'osusume' LIMIT 1[0m
|
9320
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["source", "osusume"], ["destination", "https://www.google.com/"], ["active", "t"], ["created_at", "2016-08-08 05:33:23.065639"], ["updated_at", "2016-08-08 05:33:23.065639"]]
|
9321
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
9322
|
+
[1m[35mKatgut::Rule Load (0.1ms)[0m SELECT "katgut_rules".* FROM "katgut_rules" ORDER BY "katgut_rules"."id" DESC LIMIT 1
|
9323
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9324
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9325
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9326
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
9327
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9328
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
9329
|
+
[1m[36mKatgut::Rule Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_13' LIMIT 1[0m
|
9330
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["source", "torsitsugi_test_13"], ["destination", "/katgut_success.html"], ["active", "t"], ["created_at", "2016-08-08 05:33:23.072157"], ["updated_at", "2016-08-08 05:33:23.072157"]]
|
9331
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
9332
|
+
Started GET "/katgut/torsitsugi_test_13" for 127.0.0.1 at 2016-08-08 14:33:23 +0900
|
9333
|
+
Processing by Katgut::RulesController#show as HTML
|
9334
|
+
Parameters: {"id"=>"torsitsugi_test_13"}
|
9335
|
+
[1m[35mKatgut::Rule Load (0.1ms)[0m SELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1 [["active", "t"], ["source", "torsitsugi_test_13"]]
|
9336
|
+
Redirected to http://www.example.com/katgut_success.html
|
9337
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.1ms)
|
9338
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9339
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9340
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9341
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
9342
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9343
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
9344
|
+
[1m[36mKatgut::Rule Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_14' LIMIT 1[0m
|
9345
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["source", "torsitsugi_test_14"], ["destination", "https://httpbin.org/"], ["active", "t"], ["created_at", "2016-08-08 05:33:23.086005"], ["updated_at", "2016-08-08 05:33:23.086005"]]
|
9346
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
9347
|
+
Started GET "/katgut/torsitsugi_test_14" for 127.0.0.1 at 2016-08-08 14:33:23 +0900
|
9348
|
+
Processing by Katgut::RulesController#show as HTML
|
9349
|
+
Parameters: {"id"=>"torsitsugi_test_14"}
|
9350
|
+
[1m[35mKatgut::Rule Load (0.1ms)[0m SELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1 [["active", "t"], ["source", "torsitsugi_test_14"]]
|
9351
|
+
Redirected to https://httpbin.org/
|
9352
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.1ms)
|
9353
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9354
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9355
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9356
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
9357
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9358
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
9359
|
+
[1m[36mKatgut::Rule Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_15' LIMIT 1[0m
|
9360
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["source", "torsitsugi_test_15"], ["destination", "httpbin.org/"], ["active", "t"], ["created_at", "2016-08-08 05:33:23.097034"], ["updated_at", "2016-08-08 05:33:23.097034"]]
|
9361
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
9362
|
+
Started GET "/katgut/torsitsugi_test_15" for 127.0.0.1 at 2016-08-08 14:33:23 +0900
|
9363
|
+
Processing by Katgut::RulesController#show as HTML
|
9364
|
+
Parameters: {"id"=>"torsitsugi_test_15"}
|
9365
|
+
[1m[35mKatgut::Rule Load (0.1ms)[0m SELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1 [["active", "t"], ["source", "torsitsugi_test_15"]]
|
9366
|
+
Redirected to http://httpbin.org/
|
9367
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.1ms)
|
9368
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9369
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9370
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9371
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
9372
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9373
|
+
Started GET "/katgut/not-existing-source-keyword" for 127.0.0.1 at 2016-08-08 14:33:23 +0900
|
9374
|
+
Processing by Katgut::RulesController#show as HTML
|
9375
|
+
Parameters: {"id"=>"not-existing-source-keyword"}
|
9376
|
+
[1m[35mKatgut::Rule Load (0.1ms)[0m SELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1 [["active", "t"], ["source", "not-existing-source-keyword"]]
|
9377
|
+
Redirected to http://www.example.com/
|
9378
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.1ms)
|
9379
|
+
[1m[36m (0.3ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9380
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9381
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9382
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
9383
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9384
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
9385
|
+
[1m[36mKatgut::Rule Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_16' LIMIT 1[0m
|
9386
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "katgut_rules" ("source", "destination", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["source", "torsitsugi_test_16"], ["destination", "https://httpbin.org/"], ["created_at", "2016-08-08 05:33:23.116347"], ["updated_at", "2016-08-08 05:33:23.116347"]]
|
9387
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
9388
|
+
Started GET "/katgut/torsitsugi_test_16" for 127.0.0.1 at 2016-08-08 14:33:23 +0900
|
9389
|
+
Processing by Katgut::RulesController#show as HTML
|
9390
|
+
Parameters: {"id"=>"torsitsugi_test_16"}
|
9391
|
+
[1m[35mKatgut::Rule Load (0.1ms)[0m SELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1 [["active", "t"], ["source", "torsitsugi_test_16"]]
|
9392
|
+
Redirected to http://www.example.com/
|
9393
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.1ms)
|
9394
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9395
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9396
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9397
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
9398
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
9399
|
+
[1m[35m (9.2ms)[0m DELETE FROM "katgut_rules";
|
9400
|
+
[1m[36m (0.2ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
9401
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
9402
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9403
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
9404
|
+
[1m[36mKatgut::Rule Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_1' LIMIT 1[0m
|
9405
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["source", "torsitsugi_test_1"], ["destination", "/advice"], ["active", "t"], ["created_at", "2016-08-08 05:41:13.567926"], ["updated_at", "2016-08-08 05:41:13.567926"]]
|
9406
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
9407
|
+
Processing by Katgut::RulesController#show as HTML
|
9408
|
+
Parameters: {"id"=>"advice"}
|
9409
|
+
[1m[35mKatgut::Rule Load (0.1ms)[0m SELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1 [["active", "t"], ["source", "advice"]]
|
9410
|
+
Redirected to http://test.host/
|
9411
|
+
Completed 302 Found in 5ms (ActiveRecord: 0.1ms)
|
9412
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9413
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9414
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9415
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
9416
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9417
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
9418
|
+
[1m[36mKatgut::Rule Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_2' LIMIT 1[0m
|
9419
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["source", "torsitsugi_test_2"], ["destination", "/advice"], ["active", "t"], ["created_at", "2016-08-08 05:41:13.583764"], ["updated_at", "2016-08-08 05:41:13.583764"]]
|
9420
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
9421
|
+
Processing by Katgut::RulesController#show as HTML
|
9422
|
+
Parameters: {"id"=>"advice"}
|
9423
|
+
[1m[35mKatgut::Rule Load (0.1ms)[0m SELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1 [["active", "t"], ["source", "advice"]]
|
9424
|
+
Redirected to http://test.host/
|
9425
|
+
Completed in 1ms (ActiveRecord: 0.1ms)
|
9426
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9427
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9428
|
+
[1m[36m (6.3ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9429
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
9430
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9431
|
+
[1m[35mKatgut::Rule Exists (0.2ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_3' LIMIT 1
|
9432
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9433
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9434
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9435
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
9436
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9437
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" IS NULL LIMIT 1
|
9438
|
+
[1m[36m (0.4ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9439
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9440
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9441
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
9442
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9443
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_5' LIMIT 1
|
9444
|
+
[1m[36m (0.3ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9445
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9446
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9447
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
9448
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9449
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'test' LIMIT 1
|
9450
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9451
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9452
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9453
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
9454
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9455
|
+
[1m[35mKatgut::Rule Exists (0.3ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = '@@test@@' LIMIT 1
|
9456
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9457
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9458
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9459
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
9460
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9461
|
+
[1m[35mKatgut::Rule Exists (0.2ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_8' LIMIT 1
|
9462
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9463
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9464
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9465
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
9466
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9467
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_9' LIMIT 1
|
9468
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9469
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9470
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9471
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
9472
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9473
|
+
[1m[35m (0.2ms)[0m DELETE FROM "katgut_rules";
|
9474
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
9475
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
9476
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
9477
|
+
[1m[35m (0.1ms)[0m begin transaction
|
9478
|
+
[1m[36m (0.3ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9479
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9480
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9481
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
9482
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9483
|
+
[1m[35m (0.2ms)[0m DELETE FROM "katgut_rules";
|
9484
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
9485
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
9486
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
9487
|
+
[1m[35m (0.1ms)[0m begin transaction
|
9488
|
+
[1m[36m (0.4ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9489
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9490
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9491
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
9492
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9493
|
+
[1m[35m (0.2ms)[0m DELETE FROM "katgut_rules";
|
9494
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
9495
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
9496
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
9497
|
+
[1m[35m (0.1ms)[0m begin transaction
|
9498
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9499
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9500
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9501
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
9502
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9503
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
9504
|
+
[1m[36mKatgut::Rule Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'osusume' LIMIT 1[0m
|
9505
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["source", "osusume"], ["destination", "https://www.google.com/"], ["active", "t"], ["created_at", "2016-08-08 05:41:13.672486"], ["updated_at", "2016-08-08 05:41:13.672486"]]
|
9506
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
9507
|
+
[1m[35mKatgut::Rule Load (0.1ms)[0m SELECT "katgut_rules".* FROM "katgut_rules" ORDER BY "katgut_rules"."id" DESC LIMIT 1
|
9508
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9509
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9510
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9511
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
9512
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9513
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
9514
|
+
[1m[36mKatgut::Rule Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_13' LIMIT 1[0m
|
9515
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["source", "torsitsugi_test_13"], ["destination", "/katgut_success.html"], ["active", "t"], ["created_at", "2016-08-08 05:41:13.678100"], ["updated_at", "2016-08-08 05:41:13.678100"]]
|
9516
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
9517
|
+
Started GET "/katgut/torsitsugi_test_13" for 127.0.0.1 at 2016-08-08 14:41:13 +0900
|
9518
|
+
Processing by Katgut::RulesController#show as HTML
|
9519
|
+
Parameters: {"id"=>"torsitsugi_test_13"}
|
9520
|
+
[1m[35mKatgut::Rule Load (0.1ms)[0m SELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1 [["active", "t"], ["source", "torsitsugi_test_13"]]
|
9521
|
+
Redirected to http://www.example.com/katgut_success.html
|
9522
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.1ms)
|
9523
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9524
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9525
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9526
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
9527
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9528
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
9529
|
+
[1m[36mKatgut::Rule Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_14' LIMIT 1[0m
|
9530
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["source", "torsitsugi_test_14"], ["destination", "https://httpbin.org/"], ["active", "t"], ["created_at", "2016-08-08 05:41:13.692710"], ["updated_at", "2016-08-08 05:41:13.692710"]]
|
9531
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
9532
|
+
Started GET "/katgut/torsitsugi_test_14" for 127.0.0.1 at 2016-08-08 14:41:13 +0900
|
9533
|
+
Processing by Katgut::RulesController#show as HTML
|
9534
|
+
Parameters: {"id"=>"torsitsugi_test_14"}
|
9535
|
+
[1m[35mKatgut::Rule Load (0.2ms)[0m SELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1 [["active", "t"], ["source", "torsitsugi_test_14"]]
|
9536
|
+
Redirected to https://httpbin.org/
|
9537
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.2ms)
|
9538
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9539
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9540
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9541
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
9542
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9543
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
9544
|
+
[1m[36mKatgut::Rule Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_15' LIMIT 1[0m
|
9545
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["source", "torsitsugi_test_15"], ["destination", "httpbin.org/"], ["active", "t"], ["created_at", "2016-08-08 05:41:13.703813"], ["updated_at", "2016-08-08 05:41:13.703813"]]
|
9546
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
9547
|
+
Started GET "/katgut/torsitsugi_test_15" for 127.0.0.1 at 2016-08-08 14:41:13 +0900
|
9548
|
+
Processing by Katgut::RulesController#show as HTML
|
9549
|
+
Parameters: {"id"=>"torsitsugi_test_15"}
|
9550
|
+
[1m[35mKatgut::Rule Load (0.1ms)[0m SELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1 [["active", "t"], ["source", "torsitsugi_test_15"]]
|
9551
|
+
Redirected to http://httpbin.org/
|
9552
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.1ms)
|
9553
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9554
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9555
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9556
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
9557
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9558
|
+
Started GET "/katgut/not-existing-source-keyword" for 127.0.0.1 at 2016-08-08 14:41:13 +0900
|
9559
|
+
Processing by Katgut::RulesController#show as HTML
|
9560
|
+
Parameters: {"id"=>"not-existing-source-keyword"}
|
9561
|
+
[1m[35mKatgut::Rule Load (0.1ms)[0m SELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1 [["active", "t"], ["source", "not-existing-source-keyword"]]
|
9562
|
+
Redirected to http://www.example.com/
|
9563
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.1ms)
|
9564
|
+
[1m[36m (0.3ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9565
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9566
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9567
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
9568
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9569
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
9570
|
+
[1m[36mKatgut::Rule Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_16' LIMIT 1[0m
|
9571
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "katgut_rules" ("source", "destination", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["source", "torsitsugi_test_16"], ["destination", "https://httpbin.org/"], ["created_at", "2016-08-08 05:41:13.723601"], ["updated_at", "2016-08-08 05:41:13.723601"]]
|
9572
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
9573
|
+
Started GET "/katgut/torsitsugi_test_16" for 127.0.0.1 at 2016-08-08 14:41:13 +0900
|
9574
|
+
Processing by Katgut::RulesController#show as HTML
|
9575
|
+
Parameters: {"id"=>"torsitsugi_test_16"}
|
9576
|
+
[1m[35mKatgut::Rule Load (0.1ms)[0m SELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1 [["active", "t"], ["source", "torsitsugi_test_16"]]
|
9577
|
+
Redirected to http://www.example.com/
|
9578
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.1ms)
|
9579
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9580
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9581
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9582
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
9583
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
9584
|
+
[1m[35m (9.1ms)[0m DELETE FROM "katgut_rules";
|
9585
|
+
[1m[36m (0.2ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
9586
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
9587
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9588
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
9589
|
+
[1m[36mKatgut::Rule Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_1' LIMIT 1[0m
|
9590
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["source", "torsitsugi_test_1"], ["destination", "/advice"], ["active", "t"], ["created_at", "2016-08-08 05:42:53.007411"], ["updated_at", "2016-08-08 05:42:53.007411"]]
|
9591
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
9592
|
+
Processing by Katgut::RulesController#show as HTML
|
9593
|
+
Parameters: {"id"=>"advice"}
|
9594
|
+
[1m[35mKatgut::Rule Load (0.1ms)[0m SELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1 [["active", "t"], ["source", "advice"]]
|
9595
|
+
Redirected to http://test.host/
|
9596
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.1ms)
|
9597
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9598
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9599
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9600
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
9601
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9602
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
9603
|
+
[1m[36mKatgut::Rule Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_2' LIMIT 1[0m
|
9604
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["source", "torsitsugi_test_2"], ["destination", "/advice"], ["active", "t"], ["created_at", "2016-08-08 05:42:53.022046"], ["updated_at", "2016-08-08 05:42:53.022046"]]
|
9605
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
9606
|
+
Processing by Katgut::RulesController#show as HTML
|
9607
|
+
Parameters: {"id"=>"advice"}
|
9608
|
+
[1m[35mKatgut::Rule Load (0.1ms)[0m SELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1 [["active", "t"], ["source", "advice"]]
|
9609
|
+
Redirected to http://test.host/
|
9610
|
+
Completed in 1ms (ActiveRecord: 0.1ms)
|
9611
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9612
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9613
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9614
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
9615
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
9616
|
+
[1m[35mKatgut::Rule Exists (0.2ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_3' LIMIT 1
|
9617
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9618
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9619
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9620
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
9621
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9622
|
+
[1m[35mKatgut::Rule Exists (0.2ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" IS NULL LIMIT 1
|
9623
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9624
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9625
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9626
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
9627
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9628
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_5' LIMIT 1
|
9629
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9630
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9631
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9632
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
9633
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9634
|
+
[1m[35mKatgut::Rule Exists (0.2ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'test' LIMIT 1
|
9635
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9636
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9637
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9638
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
9639
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9640
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = '@@test@@' LIMIT 1
|
9641
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9642
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9643
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9644
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
9645
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9646
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_8' LIMIT 1
|
9647
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9648
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9649
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9650
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
9651
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9652
|
+
[1m[35mKatgut::Rule Exists (0.2ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_9' LIMIT 1
|
9653
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9654
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9655
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9656
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
9657
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9658
|
+
[1m[35m (0.3ms)[0m DELETE FROM "katgut_rules";
|
9659
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
9660
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
9661
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
9662
|
+
[1m[35m (0.1ms)[0m begin transaction
|
9663
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9664
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9665
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9666
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
9667
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9668
|
+
[1m[35m (0.3ms)[0m DELETE FROM "katgut_rules";
|
9669
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
9670
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
9671
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
9672
|
+
[1m[35m (0.1ms)[0m begin transaction
|
9673
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9674
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9675
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9676
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
9677
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9678
|
+
[1m[35m (0.3ms)[0m DELETE FROM "katgut_rules";
|
9679
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
9680
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
9681
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
9682
|
+
[1m[35m (0.0ms)[0m begin transaction
|
9683
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9684
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9685
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9686
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
9687
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9688
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
9689
|
+
[1m[36mKatgut::Rule Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'osusume' LIMIT 1[0m
|
9690
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["source", "osusume"], ["destination", "https://www.google.com/"], ["active", "t"], ["created_at", "2016-08-08 05:42:53.095037"], ["updated_at", "2016-08-08 05:42:53.095037"]]
|
9691
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
9692
|
+
[1m[35mKatgut::Rule Load (0.1ms)[0m SELECT "katgut_rules".* FROM "katgut_rules" ORDER BY "katgut_rules"."id" DESC LIMIT 1
|
9693
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9694
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9695
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9696
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
9697
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9698
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
9699
|
+
[1m[36mKatgut::Rule Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_13' LIMIT 1[0m
|
9700
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["source", "torsitsugi_test_13"], ["destination", "/katgut_success.html"], ["active", "t"], ["created_at", "2016-08-08 05:42:53.101111"], ["updated_at", "2016-08-08 05:42:53.101111"]]
|
9701
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
9702
|
+
Started GET "/katgut/torsitsugi_test_13" for 127.0.0.1 at 2016-08-08 14:42:53 +0900
|
9703
|
+
Processing by Katgut::RulesController#show as HTML
|
9704
|
+
Parameters: {"id"=>"torsitsugi_test_13"}
|
9705
|
+
[1m[35mKatgut::Rule Load (0.1ms)[0m SELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1 [["active", "t"], ["source", "torsitsugi_test_13"]]
|
9706
|
+
Redirected to http://www.example.com/katgut_success.html
|
9707
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.1ms)
|
9708
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9709
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9710
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9711
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
9712
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9713
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
9714
|
+
[1m[36mKatgut::Rule Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_14' LIMIT 1[0m
|
9715
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["source", "torsitsugi_test_14"], ["destination", "https://httpbin.org/"], ["active", "t"], ["created_at", "2016-08-08 05:42:53.114258"], ["updated_at", "2016-08-08 05:42:53.114258"]]
|
9716
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
9717
|
+
Started GET "/katgut/torsitsugi_test_14" for 127.0.0.1 at 2016-08-08 14:42:53 +0900
|
9718
|
+
Processing by Katgut::RulesController#show as HTML
|
9719
|
+
Parameters: {"id"=>"torsitsugi_test_14"}
|
9720
|
+
[1m[35mKatgut::Rule Load (0.1ms)[0m SELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1 [["active", "t"], ["source", "torsitsugi_test_14"]]
|
9721
|
+
Redirected to https://httpbin.org/
|
9722
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.1ms)
|
9723
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9724
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9725
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9726
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
9727
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9728
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
9729
|
+
[1m[36mKatgut::Rule Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_15' LIMIT 1[0m
|
9730
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["source", "torsitsugi_test_15"], ["destination", "httpbin.org/"], ["active", "t"], ["created_at", "2016-08-08 05:42:53.124046"], ["updated_at", "2016-08-08 05:42:53.124046"]]
|
9731
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
9732
|
+
Started GET "/katgut/torsitsugi_test_15" for 127.0.0.1 at 2016-08-08 14:42:53 +0900
|
9733
|
+
Processing by Katgut::RulesController#show as HTML
|
9734
|
+
Parameters: {"id"=>"torsitsugi_test_15"}
|
9735
|
+
[1m[35mKatgut::Rule Load (0.1ms)[0m SELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1 [["active", "t"], ["source", "torsitsugi_test_15"]]
|
9736
|
+
Redirected to http://httpbin.org/
|
9737
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.1ms)
|
9738
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9739
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9740
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9741
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
9742
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9743
|
+
Started GET "/katgut/not-existing-source-keyword" for 127.0.0.1 at 2016-08-08 14:42:53 +0900
|
9744
|
+
Processing by Katgut::RulesController#show as HTML
|
9745
|
+
Parameters: {"id"=>"not-existing-source-keyword"}
|
9746
|
+
[1m[35mKatgut::Rule Load (0.1ms)[0m SELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1 [["active", "t"], ["source", "not-existing-source-keyword"]]
|
9747
|
+
Redirected to http://www.example.com/
|
9748
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.1ms)
|
9749
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9750
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9751
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9752
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
9753
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9754
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
9755
|
+
[1m[36mKatgut::Rule Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_16' LIMIT 1[0m
|
9756
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "katgut_rules" ("source", "destination", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["source", "torsitsugi_test_16"], ["destination", "https://httpbin.org/"], ["created_at", "2016-08-08 05:42:53.142574"], ["updated_at", "2016-08-08 05:42:53.142574"]]
|
9757
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
9758
|
+
Started GET "/katgut/torsitsugi_test_16" for 127.0.0.1 at 2016-08-08 14:42:53 +0900
|
9759
|
+
Processing by Katgut::RulesController#show as HTML
|
9760
|
+
Parameters: {"id"=>"torsitsugi_test_16"}
|
9761
|
+
[1m[35mKatgut::Rule Load (0.1ms)[0m SELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1 [["active", "t"], ["source", "torsitsugi_test_16"]]
|
9762
|
+
Redirected to http://www.example.com/
|
9763
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.1ms)
|
9764
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9765
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9766
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9767
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
9768
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
9769
|
+
[1m[35m (8.4ms)[0m DELETE FROM "katgut_rules";
|
9770
|
+
[1m[36m (0.2ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
9771
|
+
[1m[35m (0.4ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
9772
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
9773
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
9774
|
+
[1m[36mKatgut::Rule Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_1' LIMIT 1[0m
|
9775
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["source", "torsitsugi_test_1"], ["destination", "/advice"], ["active", "t"], ["created_at", "2016-08-08 05:44:28.776855"], ["updated_at", "2016-08-08 05:44:28.776855"]]
|
9776
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
9777
|
+
Processing by Katgut::RulesController#show as HTML
|
9778
|
+
Parameters: {"id"=>"advice"}
|
9779
|
+
[1m[35mKatgut::Rule Load (0.1ms)[0m SELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1 [["active", "t"], ["source", "advice"]]
|
9780
|
+
Redirected to http://test.host/
|
9781
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.1ms)
|
9782
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9783
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9784
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9785
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
9786
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9787
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
9788
|
+
[1m[36mKatgut::Rule Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_2' LIMIT 1[0m
|
9789
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["source", "torsitsugi_test_2"], ["destination", "/advice"], ["active", "t"], ["created_at", "2016-08-08 05:44:28.791029"], ["updated_at", "2016-08-08 05:44:28.791029"]]
|
9790
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
9791
|
+
Processing by Katgut::RulesController#show as HTML
|
9792
|
+
Parameters: {"id"=>"advice"}
|
9793
|
+
[1m[35mKatgut::Rule Load (0.1ms)[0m SELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1 [["active", "t"], ["source", "advice"]]
|
9794
|
+
Redirected to http://test.host/
|
9795
|
+
Completed in 1ms (ActiveRecord: 0.1ms)
|
9796
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9797
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9798
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9799
|
+
[1m[35m (6.7ms)[0m rollback transaction
|
9800
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9801
|
+
[1m[35mKatgut::Rule Exists (0.2ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_3' LIMIT 1
|
9802
|
+
[1m[36m (0.4ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9803
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9804
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9805
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
9806
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9807
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" IS NULL LIMIT 1
|
9808
|
+
[1m[36m (0.3ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9809
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9810
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9811
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
9812
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9813
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_5' LIMIT 1
|
9814
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9815
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9816
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9817
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
9818
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9819
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'test' LIMIT 1
|
9820
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9821
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9822
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9823
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
9824
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9825
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = '@@test@@' LIMIT 1
|
9826
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9827
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9828
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9829
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
9830
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9831
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_8' LIMIT 1
|
9832
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9833
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9834
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9835
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
9836
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9837
|
+
[1m[35mKatgut::Rule Exists (0.1ms)[0m SELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_9' LIMIT 1
|
9838
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9839
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9840
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9841
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
9842
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9843
|
+
[1m[35m (0.3ms)[0m DELETE FROM "katgut_rules";
|
9844
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
9845
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
9846
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
9847
|
+
[1m[35m (0.1ms)[0m begin transaction
|
9848
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9849
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9850
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9851
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
9852
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9853
|
+
[1m[35m (0.2ms)[0m DELETE FROM "katgut_rules";
|
9854
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
9855
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
9856
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
9857
|
+
[1m[35m (0.1ms)[0m begin transaction
|
9858
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9859
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9860
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9861
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
9862
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9863
|
+
[1m[35m (0.2ms)[0m DELETE FROM "katgut_rules";
|
9864
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
9865
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'katgut_rules';
|
9866
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
9867
|
+
[1m[35m (0.0ms)[0m begin transaction
|
9868
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9869
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9870
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9871
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
9872
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9873
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
9874
|
+
[1m[36mKatgut::Rule Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'osusume' LIMIT 1[0m
|
9875
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["source", "osusume"], ["destination", "https://www.google.com/"], ["active", "t"], ["created_at", "2016-08-08 05:44:28.861610"], ["updated_at", "2016-08-08 05:44:28.861610"]]
|
9876
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
9877
|
+
[1m[35mKatgut::Rule Load (0.1ms)[0m SELECT "katgut_rules".* FROM "katgut_rules" ORDER BY "katgut_rules"."id" DESC LIMIT 1
|
9878
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9879
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9880
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9881
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
9882
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9883
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
9884
|
+
[1m[36mKatgut::Rule Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_13' LIMIT 1[0m
|
9885
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["source", "torsitsugi_test_13"], ["destination", "/katgut_success.html"], ["active", "t"], ["created_at", "2016-08-08 05:44:28.867347"], ["updated_at", "2016-08-08 05:44:28.867347"]]
|
9886
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
9887
|
+
Started GET "/katgut/torsitsugi_test_13" for 127.0.0.1 at 2016-08-08 14:44:28 +0900
|
9888
|
+
Processing by Katgut::RulesController#show as HTML
|
9889
|
+
Parameters: {"id"=>"torsitsugi_test_13"}
|
9890
|
+
[1m[35mKatgut::Rule Load (0.1ms)[0m SELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1 [["active", "t"], ["source", "torsitsugi_test_13"]]
|
9891
|
+
Redirected to http://www.example.com/katgut_success.html
|
9892
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.1ms)
|
9893
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9894
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9895
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9896
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
9897
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9898
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
9899
|
+
[1m[36mKatgut::Rule Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_14' LIMIT 1[0m
|
9900
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["source", "torsitsugi_test_14"], ["destination", "https://httpbin.org/"], ["active", "t"], ["created_at", "2016-08-08 05:44:28.882159"], ["updated_at", "2016-08-08 05:44:28.882159"]]
|
9901
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
9902
|
+
Started GET "/katgut/torsitsugi_test_14" for 127.0.0.1 at 2016-08-08 14:44:28 +0900
|
9903
|
+
Processing by Katgut::RulesController#show as HTML
|
9904
|
+
Parameters: {"id"=>"torsitsugi_test_14"}
|
9905
|
+
[1m[35mKatgut::Rule Load (0.1ms)[0m SELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1 [["active", "t"], ["source", "torsitsugi_test_14"]]
|
9906
|
+
Redirected to https://httpbin.org/
|
9907
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.1ms)
|
9908
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9909
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9910
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9911
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
9912
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9913
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
9914
|
+
[1m[36mKatgut::Rule Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_15' LIMIT 1[0m
|
9915
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "katgut_rules" ("source", "destination", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["source", "torsitsugi_test_15"], ["destination", "httpbin.org/"], ["active", "t"], ["created_at", "2016-08-08 05:44:28.892078"], ["updated_at", "2016-08-08 05:44:28.892078"]]
|
9916
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
9917
|
+
Started GET "/katgut/torsitsugi_test_15" for 127.0.0.1 at 2016-08-08 14:44:28 +0900
|
9918
|
+
Processing by Katgut::RulesController#show as HTML
|
9919
|
+
Parameters: {"id"=>"torsitsugi_test_15"}
|
9920
|
+
[1m[35mKatgut::Rule Load (0.1ms)[0m SELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1 [["active", "t"], ["source", "torsitsugi_test_15"]]
|
9921
|
+
Redirected to http://httpbin.org/
|
9922
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.1ms)
|
9923
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9924
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9925
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9926
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
9927
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9928
|
+
Started GET "/katgut/not-existing-source-keyword" for 127.0.0.1 at 2016-08-08 14:44:28 +0900
|
9929
|
+
Processing by Katgut::RulesController#show as HTML
|
9930
|
+
Parameters: {"id"=>"not-existing-source-keyword"}
|
9931
|
+
[1m[35mKatgut::Rule Load (0.1ms)[0m SELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1 [["active", "t"], ["source", "not-existing-source-keyword"]]
|
9932
|
+
Redirected to http://www.example.com/
|
9933
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.1ms)
|
9934
|
+
[1m[36m (0.3ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9935
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9936
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9937
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
9938
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9939
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
9940
|
+
[1m[36mKatgut::Rule Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "katgut_rules" WHERE "katgut_rules"."source" = 'torsitsugi_test_16' LIMIT 1[0m
|
9941
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "katgut_rules" ("source", "destination", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["source", "torsitsugi_test_16"], ["destination", "https://httpbin.org/"], ["created_at", "2016-08-08 05:44:28.912127"], ["updated_at", "2016-08-08 05:44:28.912127"]]
|
9942
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
9943
|
+
Started GET "/katgut/torsitsugi_test_16" for 127.0.0.1 at 2016-08-08 14:44:28 +0900
|
9944
|
+
Processing by Katgut::RulesController#show as HTML
|
9945
|
+
Parameters: {"id"=>"torsitsugi_test_16"}
|
9946
|
+
[1m[35mKatgut::Rule Load (0.1ms)[0m SELECT "katgut_rules".* FROM "katgut_rules" WHERE "katgut_rules"."active" = ? AND "katgut_rules"."source" = ? LIMIT 1 [["active", "t"], ["source", "torsitsugi_test_16"]]
|
9947
|
+
Redirected to http://www.example.com/
|
9948
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.1ms)
|
9949
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "katgut_rules";[0m
|
9950
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
9951
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'katgut_rules';[0m
|
9952
|
+
[1m[35m (0.5ms)[0m rollback transaction
|