Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
topical / spec / dummy / log / test.log
Size: Mime:
   (0.8ms)  CREATE TABLE "taggable_examples" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
   (0.6ms)  CREATE TABLE "topical_taggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taggable_id" integer, "taggable_type" varchar, "tag_id" integer, "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
   (0.1ms)  select sqlite_version(*)
   (0.7ms)  CREATE  INDEX "index_topical_taggings_on_tag_id" ON "topical_taggings" ("tag_id")
   (0.1ms)              SELECT sql
            FROM sqlite_master
            WHERE name='index_topical_taggings_on_tag_id' AND type='index'
            UNION ALL
            SELECT sql
            FROM sqlite_temp_master
            WHERE name='index_topical_taggings_on_tag_id' AND type='index'

   (0.8ms)  CREATE  INDEX "index_topical_taggings_on_taggable_type_and_taggable_id" ON "topical_taggings" ("taggable_type", "taggable_id")
   (0.6ms)  CREATE TABLE "topical_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "slug" varchar, "context" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
   (0.6ms)  CREATE  INDEX "index_topical_tags_on_slug" ON "topical_tags" ("slug")
   (0.7ms)  CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
   (0.6ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
   (0.4ms)  SELECT version FROM "schema_migrations"
   (0.6ms)  INSERT INTO "schema_migrations" (version) VALUES ('20150416164715')
  ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
  ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
   (1.4ms)  CREATE TABLE "taggable_examples" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
   (0.8ms)  CREATE TABLE "topical_taggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taggable_id" integer, "taggable_type" varchar, "tag_id" integer, "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
   (0.1ms)  select sqlite_version(*)
   (0.9ms)  CREATE  INDEX "index_topical_taggings_on_tag_id" ON "topical_taggings" ("tag_id")
   (0.1ms)              SELECT sql
            FROM sqlite_master
            WHERE name='index_topical_taggings_on_tag_id' AND type='index'
            UNION ALL
            SELECT sql
            FROM sqlite_temp_master
            WHERE name='index_topical_taggings_on_tag_id' AND type='index'

   (0.8ms)  CREATE  INDEX "index_topical_taggings_on_taggable_type_and_taggable_id" ON "topical_taggings" ("taggable_type", "taggable_id")
   (0.8ms)  CREATE TABLE "topical_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "slug" varchar, "context" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
   (0.8ms)  CREATE  INDEX "index_topical_tags_on_slug" ON "topical_tags" ("slug")
   (1.5ms)  CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
   (0.9ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
   (0.1ms)  SELECT version FROM "schema_migrations"
   (0.8ms)  INSERT INTO "schema_migrations" (version) VALUES ('20150416164715')
  ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
  ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
   (1.0ms)  CREATE TABLE "taggable_examples" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
   (0.8ms)  CREATE TABLE "topical_taggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taggable_id" integer, "taggable_type" varchar, "tag_id" integer, "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
   (0.1ms)  select sqlite_version(*)
   (1.1ms)  CREATE  INDEX "index_topical_taggings_on_tag_id" ON "topical_taggings" ("tag_id")
   (0.1ms)              SELECT sql
            FROM sqlite_master
            WHERE name='index_topical_taggings_on_tag_id' AND type='index'
            UNION ALL
            SELECT sql
            FROM sqlite_temp_master
            WHERE name='index_topical_taggings_on_tag_id' AND type='index'

   (0.8ms)  CREATE  INDEX "index_topical_taggings_on_taggable_type_and_taggable_id" ON "topical_taggings" ("taggable_type", "taggable_id")
   (0.8ms)  CREATE TABLE "topical_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "slug" varchar, "context" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
   (0.8ms)  CREATE  INDEX "index_topical_tags_on_slug" ON "topical_tags" ("slug")
   (1.2ms)  CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
   (0.9ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
   (0.1ms)  SELECT version FROM "schema_migrations"
   (0.8ms)  INSERT INTO "schema_migrations" (version) VALUES ('20150416164715')
  ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
  ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
Migrating to CreateTopicalTags (20150415211202)
   (0.1ms)  begin transaction
   (0.2ms)  CREATE TABLE "topical_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "slug" varchar, "context" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
SQLite3::SQLException: table "topical_tags" already exists: CREATE TABLE "topical_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "slug" varchar, "context" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
   (0.1ms)  rollback transaction
  ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
   (1.0ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.0ms)  begin transaction
   (0.1ms)  rollback transaction
   (1.0ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.8ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.8ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.0ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "taggable_examples" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", "2015-10-08 22:13:10.869664"], ["updated_at", "2015-10-08 22:13:10.869664"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."name" = 'Rabbit' AND "topical_tags"."context" = 'species') LIMIT 1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."slug" = 'rabbit' AND "topical_tags"."context" = 'species') LIMIT 1
  SQL (0.4ms)  INSERT INTO "topical_tags" ("name", "context", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Rabbit"], ["context", "species"], ["slug", "rabbit"], ["created_at", "2015-10-08 22:13:10.998505"], ["updated_at", "2015-10-08 22:13:10.998505"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."name" = 'Horse' AND "topical_tags"."context" = 'species') LIMIT 1
  Topical::Tag Exists (0.2ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."slug" = 'horse' AND "topical_tags"."context" = 'species') LIMIT 1
  SQL (0.4ms)  INSERT INTO "topical_tags" ("name", "context", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Horse"], ["context", "species"], ["slug", "horse"], ["created_at", "2015-10-08 22:13:11.003592"], ["updated_at", "2015-10-08 22:13:11.003592"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."name" = 'Blue' AND "topical_tags"."context" = 'colors') LIMIT 1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."slug" = 'blue' AND "topical_tags"."context" = 'colors') LIMIT 1
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "context", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Blue"], ["context", "colors"], ["slug", "blue"], ["created_at", "2015-10-08 22:13:11.010787"], ["updated_at", "2015-10-08 22:13:11.010787"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.2ms)  SELECT "topical_tags".* FROM "topical_tags" INNER JOIN "topical_taggings" ON "topical_tags"."id" = "topical_taggings"."tag_id" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ?  ORDER BY "topical_taggings"."position" ASC  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 1], ["created_at", "2015-10-08 22:13:11.026130"], ["updated_at", "2015-10-08 22:13:11.026130"]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 2], ["created_at", "2015-10-08 22:13:11.029736"], ["updated_at", "2015-10-08 22:13:11.029736"]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 3], ["created_at", "2015-10-08 22:13:11.031718"], ["updated_at", "2015-10-08 22:13:11.031718"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.1ms)  SELECT "topical_tags".* FROM "topical_tags" INNER JOIN "topical_taggings" ON "topical_tags"."id" = "topical_taggings"."tag_id" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? AND "topical_tags"."context" = ?  ORDER BY "topical_taggings"."position" ASC  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["context", "species"]]
   (0.6ms)  rollback transaction
   (0.9ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.0ms)  begin transaction
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = 'species'  ORDER BY "topical_tags"."id" ASC LIMIT 1  [["slug", "feline"]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."name" = 'Feline' AND "topical_tags"."context" = 'species') LIMIT 1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."slug" = 'feline' AND "topical_tags"."context" = 'species') LIMIT 1
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "context", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Feline"], ["context", "species"], ["slug", "feline"], ["created_at", "2015-10-08 22:13:11.045113"], ["updated_at", "2015-10-08 22:13:11.045113"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."name" = 'Feline' AND "topical_tags"."id" != 1 AND "topical_tags"."context" = 'species') LIMIT 1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."slug" = 'feline' AND "topical_tags"."id" != 1 AND "topical_tags"."context" = 'species') LIMIT 1
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = 'species'  ORDER BY "topical_tags"."id" ASC LIMIT 1  [["slug", "canine"]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."name" = 'Canine' AND "topical_tags"."context" = 'species') LIMIT 1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."slug" = 'canine' AND "topical_tags"."context" = 'species') LIMIT 1
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "context", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Canine"], ["context", "species"], ["slug", "canine"], ["created_at", "2015-10-08 22:13:11.052337"], ["updated_at", "2015-10-08 22:13:11.052337"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."name" = 'Canine' AND "topical_tags"."id" != 2 AND "topical_tags"."context" = 'species') LIMIT 1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."slug" = 'canine' AND "topical_tags"."id" != 2 AND "topical_tags"."context" = 'species') LIMIT 1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "taggable_examples" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", "2015-10-08 22:13:11.056574"], ["updated_at", "2015-10-08 22:13:11.056574"]]
  SQL (0.2ms)  INSERT INTO "topical_taggings" ("tag_id", "taggable_type", "position", "taggable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["tag_id", 1], ["taggable_type", "TaggableExample"], ["position", 0], ["taggable_id", 1], ["created_at", "2015-10-08 22:13:11.057397"], ["updated_at", "2015-10-08 22:13:11.057397"]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("tag_id", "taggable_type", "position", "taggable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["tag_id", 2], ["taggable_type", "TaggableExample"], ["position", 1], ["taggable_id", 1], ["created_at", "2015-10-08 22:13:11.059135"], ["updated_at", "2015-10-08 22:13:11.059135"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.1ms)  SELECT "topical_tags".* FROM "topical_tags" INNER JOIN "topical_taggings" ON "topical_tags"."id" = "topical_taggings"."tag_id" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? AND "topical_tags"."context" = ?  ORDER BY "topical_taggings"."position" ASC  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["context", "species"]]
   (0.2ms)  SELECT COUNT(*) FROM "topical_taggings" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ?  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
   (0.7ms)  rollback transaction
   (0.8ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.8ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.0ms)  begin transaction
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = 'species'  ORDER BY "topical_tags"."id" ASC LIMIT 1  [["slug", "feline"]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."name" = 'Feline' AND "topical_tags"."context" = 'species') LIMIT 1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."slug" = 'feline' AND "topical_tags"."context" = 'species') LIMIT 1
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "context", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Feline"], ["context", "species"], ["slug", "feline"], ["created_at", "2015-10-08 22:13:11.072230"], ["updated_at", "2015-10-08 22:13:11.072230"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."name" = 'Feline' AND "topical_tags"."id" != 1 AND "topical_tags"."context" = 'species') LIMIT 1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."slug" = 'feline' AND "topical_tags"."id" != 1 AND "topical_tags"."context" = 'species') LIMIT 1
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = 'species'  ORDER BY "topical_tags"."id" ASC LIMIT 1  [["slug", "turtle"]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."name" = 'Turtle' AND "topical_tags"."context" = 'species') LIMIT 1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."slug" = 'turtle' AND "topical_tags"."context" = 'species') LIMIT 1
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "context", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Turtle"], ["context", "species"], ["slug", "turtle"], ["created_at", "2015-10-08 22:13:11.088182"], ["updated_at", "2015-10-08 22:13:11.088182"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.2ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."name" = 'Turtle' AND "topical_tags"."id" != 2 AND "topical_tags"."context" = 'species') LIMIT 1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."slug" = 'turtle' AND "topical_tags"."id" != 2 AND "topical_tags"."context" = 'species') LIMIT 1
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = 'species'  ORDER BY "topical_tags"."id" ASC LIMIT 1  [["slug", "canine"]]
   (0.1ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."name" = 'Canine' AND "topical_tags"."context" = 'species') LIMIT 1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."slug" = 'canine' AND "topical_tags"."context" = 'species') LIMIT 1
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "context", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Canine"], ["context", "species"], ["slug", "canine"], ["created_at", "2015-10-08 22:13:11.094481"], ["updated_at", "2015-10-08 22:13:11.094481"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."name" = 'Canine' AND "topical_tags"."id" != 3 AND "topical_tags"."context" = 'species') LIMIT 1
  Topical::Tag Exists (0.2ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."slug" = 'canine' AND "topical_tags"."id" != 3 AND "topical_tags"."context" = 'species') LIMIT 1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "taggable_examples" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", "2015-10-08 22:13:11.101773"], ["updated_at", "2015-10-08 22:13:11.101773"]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("tag_id", "taggable_type", "position", "taggable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["tag_id", 1], ["taggable_type", "TaggableExample"], ["position", 0], ["taggable_id", 1], ["created_at", "2015-10-08 22:13:11.103307"], ["updated_at", "2015-10-08 22:13:11.103307"]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("tag_id", "taggable_type", "position", "taggable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["tag_id", 2], ["taggable_type", "TaggableExample"], ["position", 1], ["taggable_id", 1], ["created_at", "2015-10-08 22:13:11.104710"], ["updated_at", "2015-10-08 22:13:11.104710"]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("tag_id", "taggable_type", "position", "taggable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["tag_id", 3], ["taggable_type", "TaggableExample"], ["position", 2], ["taggable_id", 1], ["created_at", "2015-10-08 22:13:11.105851"], ["updated_at", "2015-10-08 22:13:11.105851"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SELECT COUNT(*) FROM "topical_taggings" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ?  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
  Topical::Tag Load (0.1ms)  SELECT "topical_tags".* FROM "topical_tags" INNER JOIN "topical_taggings" ON "topical_tags"."id" = "topical_taggings"."tag_id" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? AND "topical_tags"."context" = ?  ORDER BY "topical_taggings"."position" ASC  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["context", "species"]]
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = 'species'  ORDER BY "topical_tags"."id" ASC LIMIT 1  [["slug", "feline"]]
  Topical::Tag Exists (0.2ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."name" = 'Feline' AND "topical_tags"."id" != 1 AND "topical_tags"."context" = 'species') LIMIT 1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."slug" = 'feline' AND "topical_tags"."id" != 1 AND "topical_tags"."context" = 'species') LIMIT 1
  Topical::Tagging Load (0.2ms)  SELECT  "topical_taggings".* FROM "topical_taggings" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? AND "topical_taggings"."tag_id" = ?  ORDER BY "topical_taggings"."position" ASC LIMIT 1  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 1]]
  Topical::Tag Load (0.3ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = 'species'  ORDER BY "topical_tags"."id" ASC LIMIT 1  [["slug", "canine"]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."name" = 'Canine' AND "topical_tags"."id" != 3 AND "topical_tags"."context" = 'species') LIMIT 1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."slug" = 'canine' AND "topical_tags"."id" != 3 AND "topical_tags"."context" = 'species') LIMIT 1
  Topical::Tagging Load (0.1ms)  SELECT  "topical_taggings".* FROM "topical_taggings" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? AND "topical_taggings"."tag_id" = ?  ORDER BY "topical_taggings"."position" ASC LIMIT 1  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 3]]
  Topical::Tag Load (0.1ms)  SELECT "topical_tags".* FROM "topical_tags" INNER JOIN "topical_taggings" ON "topical_tags"."id" = "topical_taggings"."tag_id" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? AND "topical_tags"."context" = 'species' AND ("topical_tags"."name" NOT IN ('Feline', 'Canine'))  ORDER BY "topical_taggings"."position" ASC  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  DELETE FROM "topical_taggings" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? AND "topical_taggings"."tag_id" = 2  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."id" = ? LIMIT 1  [["id", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."id" = ? LIMIT 1  [["id", 2]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."id" = ? LIMIT 1  [["id", 3]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  TaggableExample Load (0.1ms)  SELECT  "taggable_examples".* FROM "taggable_examples" WHERE "taggable_examples"."id" = ? LIMIT 1  [["id", 1]]
   (0.0ms)  SELECT COUNT(*) FROM "topical_taggings" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ?  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
  Topical::Tag Load (0.1ms)  SELECT "topical_tags".* FROM "topical_tags" INNER JOIN "topical_taggings" ON "topical_tags"."id" = "topical_taggings"."tag_id" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? AND "topical_tags"."context" = ?  ORDER BY "topical_taggings"."position" ASC  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["context", "species"]]
   (0.1ms)  SELECT COUNT(*) FROM "topical_tags" WHERE "topical_tags"."name" = ?  [["name", "Turtle"]]
   (0.7ms)  rollback transaction
   (0.8ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = 'species'  ORDER BY "topical_tags"."id" ASC LIMIT 1  [["slug", "feline"]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."name" = 'Feline' AND "topical_tags"."context" = 'species') LIMIT 1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."slug" = 'feline' AND "topical_tags"."context" = 'species') LIMIT 1
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "context", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Feline"], ["context", "species"], ["slug", "feline"], ["created_at", "2015-10-08 22:13:11.140733"], ["updated_at", "2015-10-08 22:13:11.140733"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."name" = 'Feline' AND "topical_tags"."id" != 1 AND "topical_tags"."context" = 'species') LIMIT 1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."slug" = 'feline' AND "topical_tags"."id" != 1 AND "topical_tags"."context" = 'species') LIMIT 1
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = 'species'  ORDER BY "topical_tags"."id" ASC LIMIT 1  [["slug", "canine"]]
   (0.1ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."name" = 'Canine' AND "topical_tags"."context" = 'species') LIMIT 1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."slug" = 'canine' AND "topical_tags"."context" = 'species') LIMIT 1
  SQL (0.4ms)  INSERT INTO "topical_tags" ("name", "context", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Canine"], ["context", "species"], ["slug", "canine"], ["created_at", "2015-10-08 22:13:11.146503"], ["updated_at", "2015-10-08 22:13:11.146503"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."name" = 'Canine' AND "topical_tags"."id" != 2 AND "topical_tags"."context" = 'species') LIMIT 1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."slug" = 'canine' AND "topical_tags"."id" != 2 AND "topical_tags"."context" = 'species') LIMIT 1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "taggable_examples" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", "2015-10-08 22:13:11.151325"], ["updated_at", "2015-10-08 22:13:11.151325"]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("tag_id", "taggable_type", "position", "taggable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["tag_id", 1], ["taggable_type", "TaggableExample"], ["position", 0], ["taggable_id", 1], ["created_at", "2015-10-08 22:13:11.152305"], ["updated_at", "2015-10-08 22:13:11.152305"]]
  SQL (0.0ms)  INSERT INTO "topical_taggings" ("tag_id", "taggable_type", "position", "taggable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["tag_id", 2], ["taggable_type", "TaggableExample"], ["position", 1], ["taggable_id", 1], ["created_at", "2015-10-08 22:13:11.153282"], ["updated_at", "2015-10-08 22:13:11.153282"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.1ms)  SELECT "topical_tags".* FROM "topical_tags" INNER JOIN "topical_taggings" ON "topical_tags"."id" = "topical_taggings"."tag_id" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? AND "topical_tags"."context" = ?  ORDER BY "topical_taggings"."position" ASC  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["context", "species"]]
   (0.0ms)  SELECT COUNT(*) FROM "topical_taggings" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ?  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
   (0.7ms)  rollback transaction
   (0.7ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.0ms)  begin transaction
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = 'species'  ORDER BY "topical_tags"."id" ASC LIMIT 1  [["slug", "feline"]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."name" = 'Feline' AND "topical_tags"."context" = 'species') LIMIT 1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."slug" = 'feline' AND "topical_tags"."context" = 'species') LIMIT 1
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "context", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Feline"], ["context", "species"], ["slug", "feline"], ["created_at", "2015-10-08 22:13:11.164320"], ["updated_at", "2015-10-08 22:13:11.164320"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."name" = 'Feline' AND "topical_tags"."id" != 1 AND "topical_tags"."context" = 'species') LIMIT 1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."slug" = 'feline' AND "topical_tags"."id" != 1 AND "topical_tags"."context" = 'species') LIMIT 1
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = 'species'  ORDER BY "topical_tags"."id" ASC LIMIT 1  [["slug", "canine"]]
   (0.1ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."name" = 'Canine' AND "topical_tags"."context" = 'species') LIMIT 1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."slug" = 'canine' AND "topical_tags"."context" = 'species') LIMIT 1
  SQL (0.5ms)  INSERT INTO "topical_tags" ("name", "context", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Canine"], ["context", "species"], ["slug", "canine"], ["created_at", "2015-10-08 22:13:11.171233"], ["updated_at", "2015-10-08 22:13:11.171233"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."name" = 'Canine' AND "topical_tags"."id" != 2 AND "topical_tags"."context" = 'species') LIMIT 1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."slug" = 'canine' AND "topical_tags"."id" != 2 AND "topical_tags"."context" = 'species') LIMIT 1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "taggable_examples" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", "2015-10-08 22:13:11.177353"], ["updated_at", "2015-10-08 22:13:11.177353"]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("tag_id", "taggable_type", "position", "taggable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["tag_id", 1], ["taggable_type", "TaggableExample"], ["position", 0], ["taggable_id", 1], ["created_at", "2015-10-08 22:13:11.178288"], ["updated_at", "2015-10-08 22:13:11.178288"]]
  SQL (0.0ms)  INSERT INTO "topical_taggings" ("tag_id", "taggable_type", "position", "taggable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["tag_id", 2], ["taggable_type", "TaggableExample"], ["position", 1], ["taggable_id", 1], ["created_at", "2015-10-08 22:13:11.179323"], ["updated_at", "2015-10-08 22:13:11.179323"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  TaggableExample Load (0.2ms)  SELECT "taggable_examples".* FROM "taggable_examples" INNER JOIN "topical_taggings" ON "topical_taggings"."taggable_id" = "taggable_examples"."id" AND "topical_taggings"."taggable_type" = ? INNER JOIN "topical_tags" ON "topical_tags"."id" = "topical_taggings"."tag_id" WHERE "topical_tags"."context" = 'species' AND "topical_tags"."name" = 'Feline'  [["taggable_type", "TaggableExample"]]
   (0.8ms)  rollback transaction
   (1.5ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.6ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.0ms)  begin transaction
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = 'species'  ORDER BY "topical_tags"."id" ASC LIMIT 1  [["slug", "feline"]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."name" = 'Feline' AND "topical_tags"."context" = 'species') LIMIT 1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."slug" = 'feline' AND "topical_tags"."context" = 'species') LIMIT 1
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "context", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Feline"], ["context", "species"], ["slug", "feline"], ["created_at", "2015-10-08 22:13:11.195565"], ["updated_at", "2015-10-08 22:13:11.195565"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."name" = 'Feline' AND "topical_tags"."id" != 1 AND "topical_tags"."context" = 'species') LIMIT 1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."slug" = 'feline' AND "topical_tags"."id" != 1 AND "topical_tags"."context" = 'species') LIMIT 1
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = 'species'  ORDER BY "topical_tags"."id" ASC LIMIT 1  [["slug", "canine"]]
   (0.1ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."name" = 'Canine' AND "topical_tags"."context" = 'species') LIMIT 1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."slug" = 'canine' AND "topical_tags"."context" = 'species') LIMIT 1
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "context", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Canine"], ["context", "species"], ["slug", "canine"], ["created_at", "2015-10-08 22:13:11.201425"], ["updated_at", "2015-10-08 22:13:11.201425"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."name" = 'Canine' AND "topical_tags"."id" != 2 AND "topical_tags"."context" = 'species') LIMIT 1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."slug" = 'canine' AND "topical_tags"."id" != 2 AND "topical_tags"."context" = 'species') LIMIT 1
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT 1  [["name", "Feline"], ["context", "species"]]
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "taggable_examples" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", "2015-10-08 22:13:11.207264"], ["updated_at", "2015-10-08 22:13:11.207264"]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("tag_id", "taggable_type", "position", "taggable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["tag_id", 1], ["taggable_type", "TaggableExample"], ["position", 0], ["taggable_id", 1], ["created_at", "2015-10-08 22:13:11.208308"], ["updated_at", "2015-10-08 22:13:11.208308"]]
  SQL (0.0ms)  INSERT INTO "topical_taggings" ("tag_id", "taggable_type", "position", "taggable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["tag_id", 2], ["taggable_type", "TaggableExample"], ["position", 1], ["taggable_id", 1], ["created_at", "2015-10-08 22:13:11.209330"], ["updated_at", "2015-10-08 22:13:11.209330"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  TaggableExample Load (0.1ms)  SELECT "taggable_examples".* FROM "taggable_examples" INNER JOIN "topical_taggings" ON "topical_taggings"."taggable_id" = "taggable_examples"."id" AND "topical_taggings"."taggable_type" = ? INNER JOIN "topical_tags" ON "topical_tags"."id" = "topical_taggings"."tag_id" WHERE "topical_tags"."id" = 1  [["taggable_type", "TaggableExample"]]
   (0.7ms)  rollback transaction
   (0.9ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.8ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.0ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.8ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (1.0ms)  DELETE FROM "topical_tags";
   (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.9ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.8ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.9ms)  DELETE FROM "topical_tags";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.0ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."name" = 'Cool' AND "topical_tags"."context" = 'beans') LIMIT 1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."slug" = 'cool' AND "topical_tags"."context" = 'beans') LIMIT 1
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "context", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["context", "beans"], ["slug", "cool"], ["created_at", "2015-10-08 22:13:11.230564"], ["updated_at", "2015-10-08 22:13:11.230564"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."name" = ' cool' AND "topical_tags"."context" = 'beans') LIMIT 1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."slug" = 'cool' AND "topical_tags"."context" = 'beans') LIMIT 1
   (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."name" = 'Cool' AND "topical_tags"."context" = 'beans') LIMIT 1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."slug" = 'cool' AND "topical_tags"."context" = 'beans') LIMIT 1
   (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."name" = 'Fool' AND "topical_tags"."context" = 'beans') LIMIT 1
  Topical::Tag Exists (0.3ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."slug" = 'fool' AND "topical_tags"."context" = 'beans') LIMIT 1
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "context", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Fool"], ["context", "beans"], ["slug", "fool"], ["created_at", "2015-10-08 22:13:11.240004"], ["updated_at", "2015-10-08 22:13:11.240004"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."name" = 'Cool' AND "topical_tags"."context" = 'jeans') LIMIT 1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."slug" = 'cool' AND "topical_tags"."context" = 'jeans') LIMIT 1
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "context", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["context", "jeans"], ["slug", "cool"], ["created_at", "2015-10-08 22:13:11.243836"], ["updated_at", "2015-10-08 22:13:11.243836"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.6ms)  rollback transaction
   (0.7ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.8ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."name" = 'Cool' AND "topical_tags"."context" = 'beans') LIMIT 1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."slug" = 'cool' AND "topical_tags"."context" = 'beans') LIMIT 1
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "context", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["context", "beans"], ["slug", "cool"], ["created_at", "2015-10-08 22:13:11.252425"], ["updated_at", "2015-10-08 22:13:11.252425"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.3ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."name" = '' AND "topical_tags"."context" IS NULL) LIMIT 1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."slug" = '' AND "topical_tags"."context" IS NULL) LIMIT 1
   (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."name" = ' ' AND "topical_tags"."context" IS NULL) LIMIT 1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."slug" = '' AND "topical_tags"."context" IS NULL) LIMIT 1
   (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
   (0.4ms)  rollback transaction
   (0.8ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.8ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.0ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."name" = 'Cool' AND "topical_tags"."context" = 'beans') LIMIT 1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."slug" = 'cool' AND "topical_tags"."context" = 'beans') LIMIT 1
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "context", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["context", "beans"], ["slug", "cool"], ["created_at", "2015-10-08 22:13:11.269671"], ["updated_at", "2015-10-08 22:13:11.269671"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.2ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."name" = 'Cool' AND "topical_tags"."context" = 'jeans') LIMIT 1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."slug" = 'cool' AND "topical_tags"."context" = 'jeans') LIMIT 1
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "context", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["context", "jeans"], ["slug", "cool"], ["created_at", "2015-10-08 22:13:11.273398"], ["updated_at", "2015-10-08 22:13:11.273398"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."name" = 'Cool' AND "topical_tags"."context" = 'spleens') LIMIT 1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."slug" = 'cool' AND "topical_tags"."context" = 'spleens') LIMIT 1
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "context", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["context", "spleens"], ["slug", "cool"], ["created_at", "2015-10-08 22:13:11.276340"], ["updated_at", "2015-10-08 22:13:11.276340"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.1ms)  SELECT "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."context" = ?  [["context", "beans"]]
   (0.6ms)  rollback transaction
   (0.8ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.0ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."name" = 'Cool' AND "topical_tags"."context" = 'beans') LIMIT 1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."slug" = 'cool' AND "topical_tags"."context" = 'beans') LIMIT 1
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "context", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["context", "beans"], ["slug", "cool"], ["created_at", "2015-10-08 22:13:11.284441"], ["updated_at", "2015-10-08 22:13:11.284441"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."name" = 'Cool' AND "topical_tags"."context" = 'jeans') LIMIT 1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."slug" = 'cool' AND "topical_tags"."context" = 'jeans') LIMIT 1
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "context", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["context", "jeans"], ["slug", "cool"], ["created_at", "2015-10-08 22:13:11.286764"], ["updated_at", "2015-10-08 22:13:11.286764"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.2ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."name" = 'Cool' AND "topical_tags"."context" = 'spleens') LIMIT 1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."slug" = 'cool' AND "topical_tags"."context" = 'spleens') LIMIT 1
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "context", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["context", "spleens"], ["slug", "cool"], ["created_at", "2015-10-08 22:13:11.289844"], ["updated_at", "2015-10-08 22:13:11.289844"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."context" = ?  [["context", "beans"]]
   (0.7ms)  rollback transaction
   (0.8ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.6ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.0ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."name" = 'Cool' AND "topical_tags"."context" = 'beans') LIMIT 1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."slug" = 'cool' AND "topical_tags"."context" = 'beans') LIMIT 1
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "context", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["context", "beans"], ["slug", "cool"], ["created_at", "2015-10-08 22:13:11.297630"], ["updated_at", "2015-10-08 22:13:11.297630"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."name" = 'Cool' AND "topical_tags"."context" = 'jeans') LIMIT 1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."slug" = 'cool' AND "topical_tags"."context" = 'jeans') LIMIT 1
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "context", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["context", "jeans"], ["slug", "cool"], ["created_at", "2015-10-08 22:13:11.299932"], ["updated_at", "2015-10-08 22:13:11.299932"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."name" = 'Cool' AND "topical_tags"."context" = 'spleens') LIMIT 1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."slug" = 'cool' AND "topical_tags"."context" = 'spleens') LIMIT 1
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "context", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["context", "spleens"], ["slug", "cool"], ["created_at", "2015-10-08 22:13:11.302410"], ["updated_at", "2015-10-08 22:13:11.302410"]]
   (0.2ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."context" = ?  [["context", "jeans"]]
   (0.7ms)  rollback transaction
   (1.5ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.8ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.0ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."name" = 'Cool' AND "topical_tags"."context" = 'beans') LIMIT 1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."slug" = 'cool' AND "topical_tags"."context" = 'beans') LIMIT 1
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "context", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["context", "beans"], ["slug", "cool"], ["created_at", "2015-10-08 22:13:11.312179"], ["updated_at", "2015-10-08 22:13:11.312179"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."name" = 'Cool' AND "topical_tags"."context" = 'jeans') LIMIT 1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."slug" = 'cool' AND "topical_tags"."context" = 'jeans') LIMIT 1
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "context", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["context", "jeans"], ["slug", "cool"], ["created_at", "2015-10-08 22:13:11.315965"], ["updated_at", "2015-10-08 22:13:11.315965"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."name" = 'Cool' AND "topical_tags"."context" = 'spleens') LIMIT 1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."slug" = 'cool' AND "topical_tags"."context" = 'spleens') LIMIT 1
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "context", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["context", "spleens"], ["slug", "cool"], ["created_at", "2015-10-08 22:13:11.318947"], ["updated_at", "2015-10-08 22:13:11.318947"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."context" = ?  [["context", "jeans"]]
   (0.7ms)  rollback transaction
   (0.8ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.6ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.0ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."name" = 'Cool' AND "topical_tags"."context" = 'beans') LIMIT 1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."slug" = 'cool' AND "topical_tags"."context" = 'beans') LIMIT 1
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "context", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["context", "beans"], ["slug", "cool"], ["created_at", "2015-10-08 22:13:11.326764"], ["updated_at", "2015-10-08 22:13:11.326764"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."name" = 'Cool' AND "topical_tags"."context" = 'jeans') LIMIT 1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."slug" = 'cool' AND "topical_tags"."context" = 'jeans') LIMIT 1
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "context", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["context", "jeans"], ["slug", "cool"], ["created_at", "2015-10-08 22:13:11.329390"], ["updated_at", "2015-10-08 22:13:11.329390"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."name" = 'Cool' AND "topical_tags"."context" = 'spleens') LIMIT 1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."slug" = 'cool' AND "topical_tags"."context" = 'spleens') LIMIT 1
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "context", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["context", "spleens"], ["slug", "cool"], ["created_at", "2015-10-08 22:13:11.332411"], ["updated_at", "2015-10-08 22:13:11.332411"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."context" = ?  [["context", "spleens"]]
   (0.6ms)  rollback transaction
   (0.8ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.6ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.8ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.2ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.2ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."name" = 'Cool' AND "topical_tags"."context" = 'beans') LIMIT 1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."slug" = 'cool' AND "topical_tags"."context" = 'beans') LIMIT 1
  SQL (0.5ms)  INSERT INTO "topical_tags" ("name", "context", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["context", "beans"], ["slug", "cool"], ["created_at", "2015-10-08 22:13:11.343853"], ["updated_at", "2015-10-08 22:13:11.343853"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."name" = 'Cool' AND "topical_tags"."context" = 'jeans') LIMIT 1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."slug" = 'cool' AND "topical_tags"."context" = 'jeans') LIMIT 1
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "context", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["context", "jeans"], ["slug", "cool"], ["created_at", "2015-10-08 22:13:11.347449"], ["updated_at", "2015-10-08 22:13:11.347449"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."name" = 'Cool' AND "topical_tags"."context" = 'spleens') LIMIT 1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."slug" = 'cool' AND "topical_tags"."context" = 'spleens') LIMIT 1
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "context", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["context", "spleens"], ["slug", "cool"], ["created_at", "2015-10-08 22:13:11.350029"], ["updated_at", "2015-10-08 22:13:11.350029"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."context" = ?  [["context", "spleens"]]
   (0.6ms)  rollback transaction
   (0.8ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.8ms)  DELETE FROM "topical_tags";
   (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.2ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."name" = 'Cool' AND "topical_tags"."context" = 'beans') LIMIT 1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."slug" = 'cool' AND "topical_tags"."context" = 'beans') LIMIT 1
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "context", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["context", "beans"], ["slug", "cool"], ["created_at", "2015-10-08 22:13:11.359674"], ["updated_at", "2015-10-08 22:13:11.359674"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."name" = 'Steamin'' Hot' AND "topical_tags"."context" = 'beans') LIMIT 1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE ("topical_tags"."slug" = 'steamin-hot' AND "topical_tags"."context" = 'beans') LIMIT 1
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "context", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Steamin' Hot"], ["context", "beans"], ["slug", "steamin-hot"], ["created_at", "2015-10-08 22:13:11.362205"], ["updated_at", "2015-10-08 22:13:11.362205"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.6ms)  rollback transaction
   (0.7ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.8ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.0ms)  begin transaction
   (0.0ms)  rollback transaction
   (0.8ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.6ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
  ActiveRecord::SchemaMigration Load (0.4ms)  SELECT "schema_migrations".* FROM "schema_migrations"
   (2.4ms)  DELETE FROM "taggable_examples";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.3ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.8ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (1.1ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.0ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.8ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.6ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.0ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.7ms)  INSERT INTO "taggable_examples" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", 2016-07-28 21:45:02 UTC], ["updated_at", 2016-07-28 21:45:02 UTC]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.2ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Rabbit"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "rabbit"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.5ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Rabbit"], ["slug", "rabbit"], ["context", "species"], ["created_at", 2016-07-28 21:45:02 UTC], ["updated_at", 2016-07-28 21:45:02 UTC]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Horse"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "horse"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Horse"], ["slug", "horse"], ["context", "species"], ["created_at", 2016-07-28 21:45:02 UTC], ["updated_at", 2016-07-28 21:45:02 UTC]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Blue"], ["context", "colors"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "blue"], ["context", "colors"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Blue"], ["slug", "blue"], ["context", "colors"], ["created_at", 2016-07-28 21:45:02 UTC], ["updated_at", 2016-07-28 21:45:02 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.1ms)  SELECT "topical_tags".* FROM "topical_tags" INNER JOIN "topical_taggings" ON "topical_tags"."id" = "topical_taggings"."tag_id" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? ORDER BY "topical_taggings"."position" ASC  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Rabbit"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "rabbit"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 1], ["created_at", 2016-07-28 21:45:02 UTC], ["updated_at", 2016-07-28 21:45:02 UTC]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Horse"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "horse"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 2], ["created_at", 2016-07-28 21:45:02 UTC], ["updated_at", 2016-07-28 21:45:02 UTC]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Blue"], ["id", 3], ["context", "colors"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "blue"], ["id", 3], ["context", "colors"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 3], ["created_at", 2016-07-28 21:45:02 UTC], ["updated_at", 2016-07-28 21:45:02 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.1ms)  SELECT "topical_tags".* FROM "topical_tags" INNER JOIN "topical_taggings" ON "topical_tags"."id" = "topical_taggings"."tag_id" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? AND "topical_tags"."context" = ? ORDER BY "topical_taggings"."position" ASC  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["context", "species"]]
   (0.6ms)  rollback transaction
   (0.9ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Feline"], ["slug", "feline"], ["context", "species"], ["created_at", 2016-07-28 21:45:02 UTC], ["updated_at", 2016-07-28 21:45:02 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Canine"], ["slug", "canine"], ["context", "species"], ["created_at", 2016-07-28 21:45:02 UTC], ["updated_at", 2016-07-28 21:45:02 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "taggable_examples" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", 2016-07-28 21:45:02 UTC], ["updated_at", 2016-07-28 21:45:02 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "position", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 1], ["position", 0], ["created_at", 2016-07-28 21:45:02 UTC], ["updated_at", 2016-07-28 21:45:02 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "position", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 2], ["position", 1], ["created_at", 2016-07-28 21:45:02 UTC], ["updated_at", 2016-07-28 21:45:02 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.1ms)  SELECT "topical_tags".* FROM "topical_tags" INNER JOIN "topical_taggings" ON "topical_tags"."id" = "topical_taggings"."tag_id" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? AND "topical_tags"."context" = ? ORDER BY "topical_taggings"."position" ASC  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["context", "species"]]
   (0.1ms)  SELECT COUNT(*) FROM "topical_taggings" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ?  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
   (0.6ms)  rollback transaction
   (0.7ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.6ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Feline"], ["slug", "feline"], ["context", "species"], ["created_at", 2016-07-28 21:45:02 UTC], ["updated_at", 2016-07-28 21:45:02 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.2ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "turtle"], ["context", :species], ["LIMIT", 1]]
   (0.1ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Turtle"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "turtle"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Turtle"], ["slug", "turtle"], ["context", "species"], ["created_at", 2016-07-28 21:45:02 UTC], ["updated_at", 2016-07-28 21:45:02 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.2ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Turtle"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.2ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "turtle"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Canine"], ["slug", "canine"], ["context", "species"], ["created_at", 2016-07-28 21:45:02 UTC], ["updated_at", 2016-07-28 21:45:02 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 3], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 3], ["context", "species"], ["LIMIT", 1]]
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "taggable_examples" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", 2016-07-28 21:45:02 UTC], ["updated_at", 2016-07-28 21:45:02 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "position", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 1], ["position", 0], ["created_at", 2016-07-28 21:45:02 UTC], ["updated_at", 2016-07-28 21:45:02 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "position", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 2], ["position", 1], ["created_at", 2016-07-28 21:45:02 UTC], ["updated_at", 2016-07-28 21:45:02 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "position", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 3], ["position", 2], ["created_at", 2016-07-28 21:45:02 UTC], ["updated_at", 2016-07-28 21:45:02 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SELECT COUNT(*) FROM "topical_taggings" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ?  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
  Topical::Tag Load (0.1ms)  SELECT "topical_tags".* FROM "topical_tags" INNER JOIN "topical_taggings" ON "topical_tags"."id" = "topical_taggings"."tag_id" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? AND "topical_tags"."context" = ? ORDER BY "topical_taggings"."position" ASC  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["context", "species"]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tagging Load (0.1ms)  SELECT  "topical_taggings".* FROM "topical_taggings" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? AND "topical_taggings"."tag_id" = ? ORDER BY "topical_taggings"."position" ASC LIMIT ?  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 1], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 3], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 3], ["context", "species"], ["LIMIT", 1]]
  Topical::Tagging Load (0.1ms)  SELECT  "topical_taggings".* FROM "topical_taggings" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? AND "topical_taggings"."tag_id" = ? ORDER BY "topical_taggings"."position" ASC LIMIT ?  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 3], ["LIMIT", 1]]
  Topical::Tag Load (0.2ms)  SELECT "topical_tags".* FROM "topical_tags" INNER JOIN "topical_taggings" ON "topical_tags"."id" = "topical_taggings"."tag_id" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? AND "topical_tags"."context" = ? AND ("topical_tags"."name" NOT IN ('Feline', 'Canine')) ORDER BY "topical_taggings"."position" ASC  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["context", :species]]
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  DELETE FROM "topical_taggings" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? AND "topical_taggings"."tag_id" = 2  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."id" = ? LIMIT ?  [["id", 3], ["LIMIT", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  TaggableExample Load (0.2ms)  SELECT  "taggable_examples".* FROM "taggable_examples" WHERE "taggable_examples"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
   (0.1ms)  SELECT COUNT(*) FROM "topical_taggings" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ?  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
  Topical::Tag Load (0.1ms)  SELECT "topical_tags".* FROM "topical_tags" INNER JOIN "topical_taggings" ON "topical_tags"."id" = "topical_taggings"."tag_id" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? AND "topical_tags"."context" = ? ORDER BY "topical_taggings"."position" ASC  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["context", "species"]]
   (0.1ms)  SELECT COUNT(*) FROM "topical_tags" WHERE "topical_tags"."name" = ?  [["name", "Turtle"]]
   (0.6ms)  rollback transaction
   (0.9ms)  DELETE FROM "taggable_examples";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.6ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Feline"], ["slug", "feline"], ["context", "species"], ["created_at", 2016-07-28 21:45:02 UTC], ["updated_at", 2016-07-28 21:45:02 UTC]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Canine"], ["slug", "canine"], ["context", "species"], ["created_at", 2016-07-28 21:45:02 UTC], ["updated_at", 2016-07-28 21:45:02 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "taggable_examples" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", 2016-07-28 21:45:02 UTC], ["updated_at", 2016-07-28 21:45:02 UTC]]
  SQL (0.2ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "position", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 1], ["position", 0], ["created_at", 2016-07-28 21:45:02 UTC], ["updated_at", 2016-07-28 21:45:02 UTC]]
  SQL (0.3ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "position", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 2], ["position", 1], ["created_at", 2016-07-28 21:45:02 UTC], ["updated_at", 2016-07-28 21:45:02 UTC]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.1ms)  SELECT "topical_tags".* FROM "topical_tags" INNER JOIN "topical_taggings" ON "topical_tags"."id" = "topical_taggings"."tag_id" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? AND "topical_tags"."context" = ? ORDER BY "topical_taggings"."position" ASC  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["context", "species"]]
   (0.1ms)  SELECT COUNT(*) FROM "topical_taggings" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ?  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
   (0.6ms)  rollback transaction
   (0.6ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.6ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.6ms)  DELETE FROM "topical_tags";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Feline"], ["slug", "feline"], ["context", "species"], ["created_at", 2016-07-28 21:45:02 UTC], ["updated_at", 2016-07-28 21:45:02 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.1ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.4ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Canine"], ["slug", "canine"], ["context", "species"], ["created_at", 2016-07-28 21:45:02 UTC], ["updated_at", 2016-07-28 21:45:02 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "taggable_examples" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", 2016-07-28 21:45:02 UTC], ["updated_at", 2016-07-28 21:45:02 UTC]]
  SQL (0.2ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "position", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 1], ["position", 0], ["created_at", 2016-07-28 21:45:02 UTC], ["updated_at", 2016-07-28 21:45:02 UTC]]
  SQL (0.4ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "position", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 2], ["position", 1], ["created_at", 2016-07-28 21:45:02 UTC], ["updated_at", 2016-07-28 21:45:02 UTC]]
   (0.4ms)  RELEASE SAVEPOINT active_record_1
  TaggableExample Load (0.2ms)  SELECT "taggable_examples".* FROM "taggable_examples" INNER JOIN "topical_taggings" ON "topical_taggings"."taggable_id" = "taggable_examples"."id" AND "topical_taggings"."taggable_type" = ? INNER JOIN "topical_tags" ON "topical_tags"."id" = "topical_taggings"."tag_id" WHERE "topical_tags"."context" = ? AND "topical_tags"."name" = ?  [["taggable_type", "TaggableExample"], ["context", "species"], ["name", "Feline"]]
   (0.6ms)  rollback transaction
   (0.6ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.6ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Feline"], ["slug", "feline"], ["context", "species"], ["created_at", 2016-07-28 21:45:02 UTC], ["updated_at", 2016-07-28 21:45:02 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.1ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Canine"], ["slug", "canine"], ["context", "species"], ["created_at", 2016-07-28 21:45:02 UTC], ["updated_at", 2016-07-28 21:45:02 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.2ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "taggable_examples" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", 2016-07-28 21:45:02 UTC], ["updated_at", 2016-07-28 21:45:02 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "position", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 1], ["position", 0], ["created_at", 2016-07-28 21:45:02 UTC], ["updated_at", 2016-07-28 21:45:02 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "position", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 2], ["position", 1], ["created_at", 2016-07-28 21:45:02 UTC], ["updated_at", 2016-07-28 21:45:02 UTC]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  TaggableExample Load (0.4ms)  SELECT "taggable_examples".* FROM "taggable_examples" INNER JOIN "topical_taggings" ON "topical_taggings"."taggable_id" = "taggable_examples"."id" AND "topical_taggings"."taggable_type" = ? INNER JOIN "topical_tags" ON "topical_tags"."id" = "topical_taggings"."tag_id" WHERE "topical_tags"."id" = ?  [["taggable_type", "TaggableExample"], ["id", 1]]
   (1.2ms)  rollback transaction
   (1.9ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.6ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.5ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.0ms)  begin transaction
   (0.0ms)  rollback transaction
   (0.7ms)  DELETE FROM "taggable_examples";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.6ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.0ms)  begin transaction
   (0.0ms)  rollback transaction
   (0.6ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.6ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.6ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.2ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2016-07-28 21:45:02 UTC], ["updated_at", 2016-07-28 21:45:02 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", " cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
   (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.2ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
   (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Fool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "fool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Fool"], ["slug", "fool"], ["context", "beans"], ["created_at", 2016-07-28 21:45:02 UTC], ["updated_at", 2016-07-28 21:45:02 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.2ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "jeans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.2ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "jeans"], ["LIMIT", 1]]
  SQL (0.4ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "jeans"], ["created_at", 2016-07-28 21:45:02 UTC], ["updated_at", 2016-07-28 21:45:02 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.4ms)  rollback transaction
   (0.6ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.6ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2016-07-28 21:45:02 UTC], ["updated_at", 2016-07-28 21:45:02 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" IS NULL LIMIT ?  [["name", ""], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" IS NULL LIMIT ?  [["slug", ""], ["LIMIT", 1]]
   (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" IS NULL LIMIT ?  [["name", " "], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" IS NULL LIMIT ?  [["slug", ""], ["LIMIT", 1]]
   (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
   (0.3ms)  rollback transaction
   (0.7ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.6ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.6ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2016-07-28 21:45:02 UTC], ["updated_at", 2016-07-28 21:45:02 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "jeans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.2ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "jeans"], ["LIMIT", 1]]
  SQL (0.4ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "jeans"], ["created_at", 2016-07-28 21:45:02 UTC], ["updated_at", 2016-07-28 21:45:02 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "spleens"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "spleens"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "spleens"], ["created_at", 2016-07-28 21:45:02 UTC], ["updated_at", 2016-07-28 21:45:02 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.1ms)  SELECT "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."context" = ?  [["context", "beans"]]
   (1.4ms)  rollback transaction
   (1.4ms)  DELETE FROM "taggable_examples";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.8ms)  DELETE FROM "topical_taggings";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.6ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2016-07-28 21:45:02 UTC], ["updated_at", 2016-07-28 21:45:02 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "jeans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "jeans"], ["LIMIT", 1]]
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "jeans"], ["created_at", 2016-07-28 21:45:02 UTC], ["updated_at", 2016-07-28 21:45:02 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "spleens"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "spleens"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "spleens"], ["created_at", 2016-07-28 21:45:02 UTC], ["updated_at", 2016-07-28 21:45:02 UTC]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.1ms)  SELECT "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."context" = ?  [["context", "beans"]]
   (0.8ms)  rollback transaction
   (0.7ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.6ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.5ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.0ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2016-07-28 21:45:02 UTC], ["updated_at", 2016-07-28 21:45:02 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "jeans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "jeans"], ["LIMIT", 1]]
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "jeans"], ["created_at", 2016-07-28 21:45:02 UTC], ["updated_at", 2016-07-28 21:45:02 UTC]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.2ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "spleens"], ["LIMIT", 1]]
  Topical::Tag Exists (0.2ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "spleens"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "spleens"], ["created_at", 2016-07-28 21:45:02 UTC], ["updated_at", 2016-07-28 21:45:02 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."context" = ?  [["context", "jeans"]]
   (0.5ms)  rollback transaction
   (0.8ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.6ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (1.5ms)  DELETE FROM "topical_tags";
   (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.2ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.2ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2016-07-28 21:45:03 UTC], ["updated_at", 2016-07-28 21:45:03 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.2ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "jeans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "jeans"], ["LIMIT", 1]]
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "jeans"], ["created_at", 2016-07-28 21:45:03 UTC], ["updated_at", 2016-07-28 21:45:03 UTC]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "spleens"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "spleens"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "spleens"], ["created_at", 2016-07-28 21:45:03 UTC], ["updated_at", 2016-07-28 21:45:03 UTC]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."context" = ?  [["context", "jeans"]]
   (0.5ms)  rollback transaction
   (0.7ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.6ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.4ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2016-07-28 21:45:03 UTC], ["updated_at", 2016-07-28 21:45:03 UTC]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "jeans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "jeans"], ["LIMIT", 1]]
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "jeans"], ["created_at", 2016-07-28 21:45:03 UTC], ["updated_at", 2016-07-28 21:45:03 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "spleens"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "spleens"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "spleens"], ["created_at", 2016-07-28 21:45:03 UTC], ["updated_at", 2016-07-28 21:45:03 UTC]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.1ms)  SELECT "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."context" = ?  [["context", "spleens"]]
   (1.6ms)  rollback transaction
   (0.6ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.6ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (1.6ms)  DELETE FROM "topical_tags";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.3ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.3ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2016-07-28 21:45:03 UTC], ["updated_at", 2016-07-28 21:45:03 UTC]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "jeans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "jeans"], ["LIMIT", 1]]
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "jeans"], ["created_at", 2016-07-28 21:45:03 UTC], ["updated_at", 2016-07-28 21:45:03 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "spleens"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "spleens"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "spleens"], ["created_at", 2016-07-28 21:45:03 UTC], ["updated_at", 2016-07-28 21:45:03 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."context" = ?  [["context", "spleens"]]
   (0.5ms)  rollback transaction
   (0.8ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.6ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.5ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.0ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.4ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2016-07-28 21:45:03 UTC], ["updated_at", 2016-07-28 21:45:03 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Steamin' Hot"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "steamin-hot"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Steamin' Hot"], ["slug", "steamin-hot"], ["context", "beans"], ["created_at", 2016-07-28 21:45:03 UTC], ["updated_at", 2016-07-28 21:45:03 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (2.1ms)  rollback transaction
   (2.5ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.6ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.6ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  rollback transaction
   (1.8ms)  DELETE FROM "taggable_examples";
   (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.2ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (1.0ms)  DELETE FROM "topical_taggings";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.2ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.8ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
  ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
   (1.6ms)  DELETE FROM "taggable_examples";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.9ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.2ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.8ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.0ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "taggable_examples" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", 2016-07-28 21:45:32 UTC], ["updated_at", 2016-07-28 21:45:32 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Rabbit"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "rabbit"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Rabbit"], ["slug", "rabbit"], ["context", "species"], ["created_at", 2016-07-28 21:45:32 UTC], ["updated_at", 2016-07-28 21:45:32 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Horse"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "horse"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Horse"], ["slug", "horse"], ["context", "species"], ["created_at", 2016-07-28 21:45:32 UTC], ["updated_at", 2016-07-28 21:45:32 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Blue"], ["context", "colors"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "blue"], ["context", "colors"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Blue"], ["slug", "blue"], ["context", "colors"], ["created_at", 2016-07-28 21:45:32 UTC], ["updated_at", 2016-07-28 21:45:32 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.2ms)  SELECT "topical_tags".* FROM "topical_tags" INNER JOIN "topical_taggings" ON "topical_tags"."id" = "topical_taggings"."tag_id" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? ORDER BY "topical_taggings"."position" ASC  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Rabbit"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "rabbit"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 1], ["created_at", 2016-07-28 21:45:32 UTC], ["updated_at", 2016-07-28 21:45:32 UTC]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Horse"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "horse"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 2], ["created_at", 2016-07-28 21:45:32 UTC], ["updated_at", 2016-07-28 21:45:32 UTC]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Blue"], ["id", 3], ["context", "colors"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "blue"], ["id", 3], ["context", "colors"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 3], ["created_at", 2016-07-28 21:45:32 UTC], ["updated_at", 2016-07-28 21:45:32 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.1ms)  SELECT "topical_tags".* FROM "topical_tags" INNER JOIN "topical_taggings" ON "topical_tags"."id" = "topical_taggings"."tag_id" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? AND "topical_tags"."context" = ? ORDER BY "topical_taggings"."position" ASC  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["context", "species"]]
   (1.3ms)  rollback transaction
   (1.7ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.6ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.6ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Feline"], ["slug", "feline"], ["context", "species"], ["created_at", 2016-07-28 21:45:32 UTC], ["updated_at", 2016-07-28 21:45:32 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Canine"], ["slug", "canine"], ["context", "species"], ["created_at", 2016-07-28 21:45:32 UTC], ["updated_at", 2016-07-28 21:45:32 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "taggable_examples" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", 2016-07-28 21:45:32 UTC], ["updated_at", 2016-07-28 21:45:32 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "position", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 1], ["position", 0], ["created_at", 2016-07-28 21:45:32 UTC], ["updated_at", 2016-07-28 21:45:32 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "position", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 2], ["position", 1], ["created_at", 2016-07-28 21:45:32 UTC], ["updated_at", 2016-07-28 21:45:32 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.1ms)  SELECT "topical_tags".* FROM "topical_tags" INNER JOIN "topical_taggings" ON "topical_tags"."id" = "topical_taggings"."tag_id" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? AND "topical_tags"."context" = ? ORDER BY "topical_taggings"."position" ASC  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["context", "species"]]
   (0.1ms)  SELECT COUNT(*) FROM "topical_taggings" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ?  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
   (0.6ms)  rollback transaction
   (0.7ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.8ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.0ms)  begin transaction
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
   (0.1ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.4ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Feline"], ["slug", "feline"], ["context", "species"], ["created_at", 2016-07-28 21:45:32 UTC], ["updated_at", 2016-07-28 21:45:32 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "turtle"], ["context", :species], ["LIMIT", 1]]
   (0.1ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Turtle"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "turtle"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Turtle"], ["slug", "turtle"], ["context", "species"], ["created_at", 2016-07-28 21:45:32 UTC], ["updated_at", 2016-07-28 21:45:32 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Turtle"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "turtle"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.1ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.3ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.4ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Canine"], ["slug", "canine"], ["context", "species"], ["created_at", 2016-07-28 21:45:32 UTC], ["updated_at", 2016-07-28 21:45:32 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 3], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 3], ["context", "species"], ["LIMIT", 1]]
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "taggable_examples" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", 2016-07-28 21:45:32 UTC], ["updated_at", 2016-07-28 21:45:32 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "position", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 1], ["position", 0], ["created_at", 2016-07-28 21:45:32 UTC], ["updated_at", 2016-07-28 21:45:32 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "position", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 2], ["position", 1], ["created_at", 2016-07-28 21:45:32 UTC], ["updated_at", 2016-07-28 21:45:32 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "position", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 3], ["position", 2], ["created_at", 2016-07-28 21:45:32 UTC], ["updated_at", 2016-07-28 21:45:32 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SELECT COUNT(*) FROM "topical_taggings" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ?  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
  Topical::Tag Load (0.1ms)  SELECT "topical_tags".* FROM "topical_tags" INNER JOIN "topical_taggings" ON "topical_tags"."id" = "topical_taggings"."tag_id" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? AND "topical_tags"."context" = ? ORDER BY "topical_taggings"."position" ASC  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["context", "species"]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tagging Load (0.1ms)  SELECT  "topical_taggings".* FROM "topical_taggings" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? AND "topical_taggings"."tag_id" = ? ORDER BY "topical_taggings"."position" ASC LIMIT ?  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 1], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 3], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 3], ["context", "species"], ["LIMIT", 1]]
  Topical::Tagging Load (0.1ms)  SELECT  "topical_taggings".* FROM "topical_taggings" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? AND "topical_taggings"."tag_id" = ? ORDER BY "topical_taggings"."position" ASC LIMIT ?  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 3], ["LIMIT", 1]]
  Topical::Tag Load (0.1ms)  SELECT "topical_tags".* FROM "topical_tags" INNER JOIN "topical_taggings" ON "topical_tags"."id" = "topical_taggings"."tag_id" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? AND "topical_tags"."context" = ? AND ("topical_tags"."name" NOT IN ('Feline', 'Canine')) ORDER BY "topical_taggings"."position" ASC  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["context", :species]]
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  DELETE FROM "topical_taggings" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? AND "topical_taggings"."tag_id" = 2  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."id" = ? LIMIT ?  [["id", 3], ["LIMIT", 1]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  TaggableExample Load (0.1ms)  SELECT  "taggable_examples".* FROM "taggable_examples" WHERE "taggable_examples"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
   (0.1ms)  SELECT COUNT(*) FROM "topical_taggings" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ?  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
  Topical::Tag Load (0.1ms)  SELECT "topical_tags".* FROM "topical_tags" INNER JOIN "topical_taggings" ON "topical_tags"."id" = "topical_taggings"."tag_id" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? AND "topical_tags"."context" = ? ORDER BY "topical_taggings"."position" ASC  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["context", "species"]]
   (0.1ms)  SELECT COUNT(*) FROM "topical_tags" WHERE "topical_tags"."name" = ?  [["name", "Turtle"]]
   (0.6ms)  rollback transaction
   (0.7ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.8ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.6ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Feline"], ["slug", "feline"], ["context", "species"], ["created_at", 2016-07-28 21:45:32 UTC], ["updated_at", 2016-07-28 21:45:32 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.1ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.4ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Canine"], ["slug", "canine"], ["context", "species"], ["created_at", 2016-07-28 21:45:32 UTC], ["updated_at", 2016-07-28 21:45:32 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "taggable_examples" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", 2016-07-28 21:45:32 UTC], ["updated_at", 2016-07-28 21:45:32 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "position", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 1], ["position", 0], ["created_at", 2016-07-28 21:45:32 UTC], ["updated_at", 2016-07-28 21:45:32 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "position", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 2], ["position", 1], ["created_at", 2016-07-28 21:45:32 UTC], ["updated_at", 2016-07-28 21:45:32 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.1ms)  SELECT "topical_tags".* FROM "topical_tags" INNER JOIN "topical_taggings" ON "topical_tags"."id" = "topical_taggings"."tag_id" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? AND "topical_tags"."context" = ? ORDER BY "topical_taggings"."position" ASC  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["context", "species"]]
   (0.1ms)  SELECT COUNT(*) FROM "topical_taggings" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ?  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
   (0.6ms)  rollback transaction
   (0.7ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.6ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.2ms)  begin transaction
  Topical::Tag Load (0.2ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
   (0.1ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Feline"], ["slug", "feline"], ["context", "species"], ["created_at", 2016-07-28 21:45:32 UTC], ["updated_at", 2016-07-28 21:45:32 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Canine"], ["slug", "canine"], ["context", "species"], ["created_at", 2016-07-28 21:45:32 UTC], ["updated_at", 2016-07-28 21:45:32 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "taggable_examples" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", 2016-07-28 21:45:32 UTC], ["updated_at", 2016-07-28 21:45:32 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "position", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 1], ["position", 0], ["created_at", 2016-07-28 21:45:32 UTC], ["updated_at", 2016-07-28 21:45:32 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "position", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 2], ["position", 1], ["created_at", 2016-07-28 21:45:32 UTC], ["updated_at", 2016-07-28 21:45:32 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  TaggableExample Load (0.2ms)  SELECT "taggable_examples".* FROM "taggable_examples" INNER JOIN "topical_taggings" ON "topical_taggings"."taggable_id" = "taggable_examples"."id" AND "topical_taggings"."taggable_type" = ? INNER JOIN "topical_tags" ON "topical_tags"."id" = "topical_taggings"."tag_id" WHERE "topical_tags"."context" = ? AND "topical_tags"."name" = ?  [["taggable_type", "TaggableExample"], ["context", "species"], ["name", "Feline"]]
   (0.6ms)  rollback transaction
   (0.7ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.6ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.0ms)  begin transaction
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Feline"], ["slug", "feline"], ["context", "species"], ["created_at", 2016-07-28 21:45:32 UTC], ["updated_at", 2016-07-28 21:45:32 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Load (0.2ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.2ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.2ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Canine"], ["slug", "canine"], ["context", "species"], ["created_at", 2016-07-28 21:45:32 UTC], ["updated_at", 2016-07-28 21:45:32 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "taggable_examples" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", 2016-07-28 21:45:32 UTC], ["updated_at", 2016-07-28 21:45:32 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "position", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 1], ["position", 0], ["created_at", 2016-07-28 21:45:32 UTC], ["updated_at", 2016-07-28 21:45:32 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "position", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 2], ["position", 1], ["created_at", 2016-07-28 21:45:32 UTC], ["updated_at", 2016-07-28 21:45:32 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  TaggableExample Load (0.1ms)  SELECT "taggable_examples".* FROM "taggable_examples" INNER JOIN "topical_taggings" ON "topical_taggings"."taggable_id" = "taggable_examples"."id" AND "topical_taggings"."taggable_type" = ? INNER JOIN "topical_tags" ON "topical_tags"."id" = "topical_taggings"."tag_id" WHERE "topical_tags"."id" = ?  [["taggable_type", "TaggableExample"], ["id", 1]]
   (0.7ms)  rollback transaction
   (0.8ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.8ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.6ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.0ms)  begin transaction
   (0.0ms)  rollback transaction
   (0.7ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.6ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.6ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.6ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2016-07-28 21:45:32 UTC], ["updated_at", 2016-07-28 21:45:32 UTC]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.2ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", " cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.2ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
   (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
   (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Fool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "fool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Fool"], ["slug", "fool"], ["context", "beans"], ["created_at", 2016-07-28 21:45:32 UTC], ["updated_at", 2016-07-28 21:45:32 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "jeans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "jeans"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "jeans"], ["created_at", 2016-07-28 21:45:32 UTC], ["updated_at", 2016-07-28 21:45:32 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.5ms)  rollback transaction
   (0.7ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.6ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.0ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2016-07-28 21:45:32 UTC], ["updated_at", 2016-07-28 21:45:32 UTC]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" IS NULL LIMIT ?  [["name", ""], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" IS NULL LIMIT ?  [["slug", ""], ["LIMIT", 1]]
   (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" IS NULL LIMIT ?  [["name", " "], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" IS NULL LIMIT ?  [["slug", ""], ["LIMIT", 1]]
   (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
   (0.3ms)  rollback transaction
   (0.7ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.6ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.6ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2016-07-28 21:45:32 UTC], ["updated_at", 2016-07-28 21:45:32 UTC]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.2ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "jeans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.2ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "jeans"], ["LIMIT", 1]]
  SQL (0.4ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "jeans"], ["created_at", 2016-07-28 21:45:32 UTC], ["updated_at", 2016-07-28 21:45:32 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "spleens"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "spleens"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "spleens"], ["created_at", 2016-07-28 21:45:32 UTC], ["updated_at", 2016-07-28 21:45:32 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.1ms)  SELECT "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."context" = ?  [["context", "beans"]]
   (0.5ms)  rollback transaction
   (0.6ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.6ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.2ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2016-07-28 21:45:32 UTC], ["updated_at", 2016-07-28 21:45:32 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "jeans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "jeans"], ["LIMIT", 1]]
  SQL (0.4ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "jeans"], ["created_at", 2016-07-28 21:45:32 UTC], ["updated_at", 2016-07-28 21:45:32 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "spleens"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "spleens"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "spleens"], ["created_at", 2016-07-28 21:45:32 UTC], ["updated_at", 2016-07-28 21:45:32 UTC]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.1ms)  SELECT "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."context" = ?  [["context", "beans"]]
   (0.5ms)  rollback transaction
   (0.8ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.4ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2016-07-28 21:45:32 UTC], ["updated_at", 2016-07-28 21:45:32 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "jeans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "jeans"], ["LIMIT", 1]]
  SQL (0.4ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "jeans"], ["created_at", 2016-07-28 21:45:32 UTC], ["updated_at", 2016-07-28 21:45:32 UTC]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.2ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.3ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "spleens"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "spleens"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "spleens"], ["created_at", 2016-07-28 21:45:32 UTC], ["updated_at", 2016-07-28 21:45:32 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."context" = ?  [["context", "jeans"]]
   (0.5ms)  rollback transaction
   (0.6ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.6ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.0ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2016-07-28 21:45:32 UTC], ["updated_at", 2016-07-28 21:45:32 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "jeans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "jeans"], ["LIMIT", 1]]
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "jeans"], ["created_at", 2016-07-28 21:45:32 UTC], ["updated_at", 2016-07-28 21:45:32 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "spleens"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "spleens"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "spleens"], ["created_at", 2016-07-28 21:45:32 UTC], ["updated_at", 2016-07-28 21:45:32 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."context" = ?  [["context", "jeans"]]
   (0.5ms)  rollback transaction
   (0.7ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2016-07-28 21:45:33 UTC], ["updated_at", 2016-07-28 21:45:33 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "jeans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "jeans"], ["LIMIT", 1]]
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "jeans"], ["created_at", 2016-07-28 21:45:33 UTC], ["updated_at", 2016-07-28 21:45:33 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "spleens"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "spleens"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "spleens"], ["created_at", 2016-07-28 21:45:33 UTC], ["updated_at", 2016-07-28 21:45:33 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."context" = ?  [["context", "spleens"]]
   (0.5ms)  rollback transaction
   (0.7ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (1.3ms)  DELETE FROM "topical_taggings";
   (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.3ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (1.0ms)  DELETE FROM "topical_tags";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.2ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2016-07-28 21:45:33 UTC], ["updated_at", 2016-07-28 21:45:33 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "jeans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "jeans"], ["LIMIT", 1]]
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "jeans"], ["created_at", 2016-07-28 21:45:33 UTC], ["updated_at", 2016-07-28 21:45:33 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "spleens"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "spleens"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "spleens"], ["created_at", 2016-07-28 21:45:33 UTC], ["updated_at", 2016-07-28 21:45:33 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."context" = ?  [["context", "spleens"]]
   (0.5ms)  rollback transaction
   (0.7ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2016-07-28 21:45:33 UTC], ["updated_at", 2016-07-28 21:45:33 UTC]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Steamin' Hot"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "steamin-hot"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Steamin' Hot"], ["slug", "steamin-hot"], ["context", "beans"], ["created_at", 2016-07-28 21:45:33 UTC], ["updated_at", 2016-07-28 21:45:33 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.6ms)  rollback transaction
   (0.8ms)  DELETE FROM "taggable_examples";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.8ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.8ms)  DELETE FROM "taggable_examples";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (1.8ms)  DELETE FROM "topical_taggings";
   (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.2ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (1.0ms)  DELETE FROM "topical_tags";
   (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
  ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
   (1.6ms)  DELETE FROM "taggable_examples";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.9ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.9ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.9ms)  DELETE FROM "taggable_examples";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.6ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.0ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "taggable_examples" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", 2016-07-28 21:46:18 UTC], ["updated_at", 2016-07-28 21:46:18 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Rabbit"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "rabbit"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.5ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Rabbit"], ["slug", "rabbit"], ["context", "species"], ["created_at", 2016-07-28 21:46:18 UTC], ["updated_at", 2016-07-28 21:46:18 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Horse"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "horse"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Horse"], ["slug", "horse"], ["context", "species"], ["created_at", 2016-07-28 21:46:18 UTC], ["updated_at", 2016-07-28 21:46:18 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Blue"], ["context", "colors"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "blue"], ["context", "colors"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Blue"], ["slug", "blue"], ["context", "colors"], ["created_at", 2016-07-28 21:46:18 UTC], ["updated_at", 2016-07-28 21:46:18 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.1ms)  SELECT "topical_tags".* FROM "topical_tags" INNER JOIN "topical_taggings" ON "topical_tags"."id" = "topical_taggings"."tag_id" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? ORDER BY "topical_taggings"."position" ASC  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Rabbit"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "rabbit"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 1], ["created_at", 2016-07-28 21:46:18 UTC], ["updated_at", 2016-07-28 21:46:18 UTC]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Horse"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "horse"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 2], ["created_at", 2016-07-28 21:46:18 UTC], ["updated_at", 2016-07-28 21:46:18 UTC]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Blue"], ["id", 3], ["context", "colors"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "blue"], ["id", 3], ["context", "colors"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 3], ["created_at", 2016-07-28 21:46:18 UTC], ["updated_at", 2016-07-28 21:46:18 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.1ms)  SELECT "topical_tags".* FROM "topical_tags" INNER JOIN "topical_taggings" ON "topical_tags"."id" = "topical_taggings"."tag_id" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? AND "topical_tags"."context" = ? ORDER BY "topical_taggings"."position" ASC  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["context", "species"]]
   (1.2ms)  rollback transaction
   (0.7ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.6ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.6ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Feline"], ["slug", "feline"], ["context", "species"], ["created_at", 2016-07-28 21:46:18 UTC], ["updated_at", 2016-07-28 21:46:18 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.1ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.2ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.4ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Canine"], ["slug", "canine"], ["context", "species"], ["created_at", 2016-07-28 21:46:18 UTC], ["updated_at", 2016-07-28 21:46:18 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "taggable_examples" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", 2016-07-28 21:46:18 UTC], ["updated_at", 2016-07-28 21:46:18 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "position", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 1], ["position", 0], ["created_at", 2016-07-28 21:46:18 UTC], ["updated_at", 2016-07-28 21:46:18 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "position", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 2], ["position", 1], ["created_at", 2016-07-28 21:46:18 UTC], ["updated_at", 2016-07-28 21:46:18 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.1ms)  SELECT "topical_tags".* FROM "topical_tags" INNER JOIN "topical_taggings" ON "topical_tags"."id" = "topical_taggings"."tag_id" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? AND "topical_tags"."context" = ? ORDER BY "topical_taggings"."position" ASC  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["context", "species"]]
   (0.1ms)  SELECT COUNT(*) FROM "topical_taggings" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ?  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
   (0.7ms)  rollback transaction
   (0.7ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.8ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
   (0.1ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.2ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["context", "species"], ["LIMIT", 1]]
  SQL (1.0ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Feline"], ["slug", "feline"], ["context", "species"], ["created_at", 2016-07-28 21:46:18 UTC], ["updated_at", 2016-07-28 21:46:18 UTC]]
   (0.3ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.3ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "turtle"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Turtle"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "turtle"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Turtle"], ["slug", "turtle"], ["context", "species"], ["created_at", 2016-07-28 21:46:18 UTC], ["updated_at", 2016-07-28 21:46:18 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Turtle"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "turtle"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Canine"], ["slug", "canine"], ["context", "species"], ["created_at", 2016-07-28 21:46:18 UTC], ["updated_at", 2016-07-28 21:46:18 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 3], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 3], ["context", "species"], ["LIMIT", 1]]
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "taggable_examples" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", 2016-07-28 21:46:18 UTC], ["updated_at", 2016-07-28 21:46:18 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "position", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 1], ["position", 0], ["created_at", 2016-07-28 21:46:18 UTC], ["updated_at", 2016-07-28 21:46:18 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "position", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 2], ["position", 1], ["created_at", 2016-07-28 21:46:18 UTC], ["updated_at", 2016-07-28 21:46:18 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "position", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 3], ["position", 2], ["created_at", 2016-07-28 21:46:18 UTC], ["updated_at", 2016-07-28 21:46:18 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.2ms)  SELECT COUNT(*) FROM "topical_taggings" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ?  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
  Topical::Tag Load (0.1ms)  SELECT "topical_tags".* FROM "topical_tags" INNER JOIN "topical_taggings" ON "topical_tags"."id" = "topical_taggings"."tag_id" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? AND "topical_tags"."context" = ? ORDER BY "topical_taggings"."position" ASC  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["context", "species"]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.5ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tagging Load (0.5ms)  SELECT  "topical_taggings".* FROM "topical_taggings" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? AND "topical_taggings"."tag_id" = ? ORDER BY "topical_taggings"."position" ASC LIMIT ?  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 1], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 3], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 3], ["context", "species"], ["LIMIT", 1]]
  Topical::Tagging Load (0.1ms)  SELECT  "topical_taggings".* FROM "topical_taggings" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? AND "topical_taggings"."tag_id" = ? ORDER BY "topical_taggings"."position" ASC LIMIT ?  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 3], ["LIMIT", 1]]
  Topical::Tag Load (0.1ms)  SELECT "topical_tags".* FROM "topical_tags" INNER JOIN "topical_taggings" ON "topical_tags"."id" = "topical_taggings"."tag_id" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? AND "topical_tags"."context" = ? AND ("topical_tags"."name" NOT IN ('Feline', 'Canine')) ORDER BY "topical_taggings"."position" ASC  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["context", :species]]
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  DELETE FROM "topical_taggings" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? AND "topical_taggings"."tag_id" = 2  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."id" = ? LIMIT ?  [["id", 3], ["LIMIT", 1]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  TaggableExample Load (0.1ms)  SELECT  "taggable_examples".* FROM "taggable_examples" WHERE "taggable_examples"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
   (0.1ms)  SELECT COUNT(*) FROM "topical_taggings" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ?  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
  Topical::Tag Load (0.1ms)  SELECT "topical_tags".* FROM "topical_tags" INNER JOIN "topical_taggings" ON "topical_tags"."id" = "topical_taggings"."tag_id" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? AND "topical_tags"."context" = ? ORDER BY "topical_taggings"."position" ASC  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["context", "species"]]
   (0.1ms)  SELECT COUNT(*) FROM "topical_tags" WHERE "topical_tags"."name" = ?  [["name", "Turtle"]]
   (0.6ms)  rollback transaction
   (0.6ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.0ms)  begin transaction
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.2ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Feline"], ["slug", "feline"], ["context", "species"], ["created_at", 2016-07-28 21:46:18 UTC], ["updated_at", 2016-07-28 21:46:18 UTC]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.1ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.4ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Canine"], ["slug", "canine"], ["context", "species"], ["created_at", 2016-07-28 21:46:18 UTC], ["updated_at", 2016-07-28 21:46:18 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "taggable_examples" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", 2016-07-28 21:46:18 UTC], ["updated_at", 2016-07-28 21:46:18 UTC]]
  SQL (0.2ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "position", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 1], ["position", 0], ["created_at", 2016-07-28 21:46:18 UTC], ["updated_at", 2016-07-28 21:46:18 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "position", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 2], ["position", 1], ["created_at", 2016-07-28 21:46:18 UTC], ["updated_at", 2016-07-28 21:46:18 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.1ms)  SELECT "topical_tags".* FROM "topical_tags" INNER JOIN "topical_taggings" ON "topical_tags"."id" = "topical_taggings"."tag_id" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? AND "topical_tags"."context" = ? ORDER BY "topical_taggings"."position" ASC  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["context", "species"]]
   (0.1ms)  SELECT COUNT(*) FROM "topical_taggings" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ?  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
   (0.6ms)  rollback transaction
   (1.2ms)  DELETE FROM "taggable_examples";
   (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (1.0ms)  DELETE FROM "topical_taggings";
   (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.3ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.6ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Feline"], ["slug", "feline"], ["context", "species"], ["created_at", 2016-07-28 21:46:18 UTC], ["updated_at", 2016-07-28 21:46:18 UTC]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.5ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Canine"], ["slug", "canine"], ["context", "species"], ["created_at", 2016-07-28 21:46:18 UTC], ["updated_at", 2016-07-28 21:46:18 UTC]]
   (0.2ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.2ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.2ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "taggable_examples" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", 2016-07-28 21:46:18 UTC], ["updated_at", 2016-07-28 21:46:18 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "position", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 1], ["position", 0], ["created_at", 2016-07-28 21:46:18 UTC], ["updated_at", 2016-07-28 21:46:18 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "position", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 2], ["position", 1], ["created_at", 2016-07-28 21:46:18 UTC], ["updated_at", 2016-07-28 21:46:18 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  TaggableExample Load (0.2ms)  SELECT "taggable_examples".* FROM "taggable_examples" INNER JOIN "topical_taggings" ON "topical_taggings"."taggable_id" = "taggable_examples"."id" AND "topical_taggings"."taggable_type" = ? INNER JOIN "topical_tags" ON "topical_tags"."id" = "topical_taggings"."tag_id" WHERE "topical_tags"."context" = ? AND "topical_tags"."name" = ?  [["taggable_type", "TaggableExample"], ["context", "species"], ["name", "Feline"]]
   (0.6ms)  rollback transaction
   (0.8ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
   (0.1ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Feline"], ["slug", "feline"], ["context", "species"], ["created_at", 2016-07-28 21:46:18 UTC], ["updated_at", 2016-07-28 21:46:18 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.5ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Canine"], ["slug", "canine"], ["context", "species"], ["created_at", 2016-07-28 21:46:18 UTC], ["updated_at", 2016-07-28 21:46:18 UTC]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "taggable_examples" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", 2016-07-28 21:46:18 UTC], ["updated_at", 2016-07-28 21:46:18 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "position", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 1], ["position", 0], ["created_at", 2016-07-28 21:46:18 UTC], ["updated_at", 2016-07-28 21:46:18 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "position", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 2], ["position", 1], ["created_at", 2016-07-28 21:46:18 UTC], ["updated_at", 2016-07-28 21:46:18 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  TaggableExample Load (0.1ms)  SELECT "taggable_examples".* FROM "taggable_examples" INNER JOIN "topical_taggings" ON "topical_taggings"."taggable_id" = "taggable_examples"."id" AND "topical_taggings"."taggable_type" = ? INNER JOIN "topical_tags" ON "topical_tags"."id" = "topical_taggings"."tag_id" WHERE "topical_tags"."id" = ?  [["taggable_type", "TaggableExample"], ["id", 1]]
   (0.6ms)  rollback transaction
   (0.7ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  rollback transaction
   (0.9ms)  DELETE FROM "taggable_examples";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (1.0ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.8ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.0ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.8ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.2ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2016-07-28 21:46:18 UTC], ["updated_at", 2016-07-28 21:46:18 UTC]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", " cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
   (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
   (0.2ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
   (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Fool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "fool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.5ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Fool"], ["slug", "fool"], ["context", "beans"], ["created_at", 2016-07-28 21:46:18 UTC], ["updated_at", 2016-07-28 21:46:18 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "jeans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "jeans"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "jeans"], ["created_at", 2016-07-28 21:46:18 UTC], ["updated_at", 2016-07-28 21:46:18 UTC]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.5ms)  rollback transaction
   (0.7ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.8ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.2ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2016-07-28 21:46:18 UTC], ["updated_at", 2016-07-28 21:46:18 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" IS NULL LIMIT ?  [["name", ""], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" IS NULL LIMIT ?  [["slug", ""], ["LIMIT", 1]]
   (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" IS NULL LIMIT ?  [["name", " "], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" IS NULL LIMIT ?  [["slug", ""], ["LIMIT", 1]]
   (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
   (0.3ms)  rollback transaction
   (0.7ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.6ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.0ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2016-07-28 21:46:18 UTC], ["updated_at", 2016-07-28 21:46:18 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "jeans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "jeans"], ["LIMIT", 1]]
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "jeans"], ["created_at", 2016-07-28 21:46:18 UTC], ["updated_at", 2016-07-28 21:46:18 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "spleens"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "spleens"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "spleens"], ["created_at", 2016-07-28 21:46:18 UTC], ["updated_at", 2016-07-28 21:46:18 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.1ms)  SELECT "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."context" = ?  [["context", "beans"]]
   (0.6ms)  rollback transaction
   (0.8ms)  DELETE FROM "taggable_examples";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.9ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.9ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2016-07-28 21:46:18 UTC], ["updated_at", 2016-07-28 21:46:18 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "jeans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "jeans"], ["LIMIT", 1]]
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "jeans"], ["created_at", 2016-07-28 21:46:18 UTC], ["updated_at", 2016-07-28 21:46:18 UTC]]
   (0.2ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "spleens"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "spleens"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "spleens"], ["created_at", 2016-07-28 21:46:18 UTC], ["updated_at", 2016-07-28 21:46:18 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."context" = ?  [["context", "beans"]]
   (0.5ms)  rollback transaction
   (0.7ms)  DELETE FROM "taggable_examples";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.9ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.0ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2016-07-28 21:46:18 UTC], ["updated_at", 2016-07-28 21:46:18 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "jeans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "jeans"], ["LIMIT", 1]]
  SQL (0.4ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "jeans"], ["created_at", 2016-07-28 21:46:18 UTC], ["updated_at", 2016-07-28 21:46:18 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "spleens"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "spleens"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "spleens"], ["created_at", 2016-07-28 21:46:18 UTC], ["updated_at", 2016-07-28 21:46:18 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.1ms)  SELECT "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."context" = ?  [["context", "jeans"]]
   (0.5ms)  rollback transaction
   (0.7ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.6ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.0ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2016-07-28 21:46:18 UTC], ["updated_at", 2016-07-28 21:46:18 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "jeans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "jeans"], ["LIMIT", 1]]
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "jeans"], ["created_at", 2016-07-28 21:46:18 UTC], ["updated_at", 2016-07-28 21:46:18 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "spleens"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "spleens"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "spleens"], ["created_at", 2016-07-28 21:46:18 UTC], ["updated_at", 2016-07-28 21:46:18 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."context" = ?  [["context", "jeans"]]
   (0.6ms)  rollback transaction
   (0.7ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.2ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (1.4ms)  DELETE FROM "topical_taggings";
   (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (1.1ms)  DELETE FROM "topical_tags";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (1.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.2ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.4ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2016-07-28 21:46:18 UTC], ["updated_at", 2016-07-28 21:46:18 UTC]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "jeans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "jeans"], ["LIMIT", 1]]
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "jeans"], ["created_at", 2016-07-28 21:46:18 UTC], ["updated_at", 2016-07-28 21:46:18 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "spleens"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "spleens"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "spleens"], ["created_at", 2016-07-28 21:46:18 UTC], ["updated_at", 2016-07-28 21:46:18 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."context" = ?  [["context", "spleens"]]
   (0.5ms)  rollback transaction
   (0.7ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2016-07-28 21:46:18 UTC], ["updated_at", 2016-07-28 21:46:18 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "jeans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "jeans"], ["LIMIT", 1]]
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "jeans"], ["created_at", 2016-07-28 21:46:18 UTC], ["updated_at", 2016-07-28 21:46:18 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "spleens"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "spleens"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "spleens"], ["created_at", 2016-07-28 21:46:18 UTC], ["updated_at", 2016-07-28 21:46:18 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."context" = ?  [["context", "spleens"]]
   (0.5ms)  rollback transaction
   (0.6ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.8ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.0ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.2ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.4ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2016-07-28 21:46:18 UTC], ["updated_at", 2016-07-28 21:46:18 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Steamin' Hot"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "steamin-hot"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Steamin' Hot"], ["slug", "steamin-hot"], ["context", "beans"], ["created_at", 2016-07-28 21:46:18 UTC], ["updated_at", 2016-07-28 21:46:18 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.9ms)  rollback transaction
   (0.7ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.0ms)  begin transaction
   (0.0ms)  rollback transaction
   (0.8ms)  DELETE FROM "taggable_examples";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.8ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
  ActiveRecord::SchemaMigration Load (0.5ms)  SELECT "schema_migrations".* FROM "schema_migrations"
   (1.3ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.4ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.8ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (1.4ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.0ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.9ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "taggable_examples" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", 2017-04-04 22:30:23 UTC], ["updated_at", 2017-04-04 22:30:23 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Rabbit"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "rabbit"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Rabbit"], ["slug", "rabbit"], ["context", "species"], ["created_at", 2017-04-04 22:30:23 UTC], ["updated_at", 2017-04-04 22:30:23 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Horse"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.0ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "horse"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Horse"], ["slug", "horse"], ["context", "species"], ["created_at", 2017-04-04 22:30:23 UTC], ["updated_at", 2017-04-04 22:30:23 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Blue"], ["context", "colors"], ["LIMIT", 1]]
  Topical::Tag Exists (0.0ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "blue"], ["context", "colors"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Blue"], ["slug", "blue"], ["context", "colors"], ["created_at", 2017-04-04 22:30:23 UTC], ["updated_at", 2017-04-04 22:30:23 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.1ms)  SELECT "topical_tags".* FROM "topical_tags" INNER JOIN "topical_taggings" ON "topical_tags"."id" = "topical_taggings"."tag_id" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? ORDER BY "topical_taggings"."position" ASC  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 1], ["created_at", 2017-04-04 22:30:23 UTC], ["updated_at", 2017-04-04 22:30:23 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 2], ["created_at", 2017-04-04 22:30:23 UTC], ["updated_at", 2017-04-04 22:30:23 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 3], ["created_at", 2017-04-04 22:30:23 UTC], ["updated_at", 2017-04-04 22:30:23 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.1ms)  SELECT "topical_tags".* FROM "topical_tags" INNER JOIN "topical_taggings" ON "topical_tags"."id" = "topical_taggings"."tag_id" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? AND "topical_tags"."context" = ? ORDER BY "topical_taggings"."position" ASC  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["context", "species"]]
   (0.4ms)  rollback transaction
   (1.0ms)  DELETE FROM "taggable_examples";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.9ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.9ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
  Topical::Tag Load (0.2ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Feline"], ["slug", "feline"], ["context", "species"], ["created_at", 2017-04-04 22:30:23 UTC], ["updated_at", 2017-04-04 22:30:23 UTC]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Canine"], ["slug", "canine"], ["context", "species"], ["created_at", 2017-04-04 22:30:23 UTC], ["updated_at", 2017-04-04 22:30:23 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "taggable_examples" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", 2017-04-04 22:30:23 UTC], ["updated_at", 2017-04-04 22:30:23 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 1], ["created_at", 2017-04-04 22:30:23 UTC], ["updated_at", 2017-04-04 22:30:23 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 2], ["created_at", 2017-04-04 22:30:23 UTC], ["updated_at", 2017-04-04 22:30:23 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SELECT COUNT(*) FROM "topical_taggings" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ?  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
   (0.4ms)  rollback transaction
   (0.7ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.6ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Feline"], ["slug", "feline"], ["context", "species"], ["created_at", 2017-04-04 22:30:23 UTC], ["updated_at", 2017-04-04 22:30:23 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "turtle"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Turtle"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.2ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "turtle"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Turtle"], ["slug", "turtle"], ["context", "species"], ["created_at", 2017-04-04 22:30:23 UTC], ["updated_at", 2017-04-04 22:30:23 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Canine"], ["slug", "canine"], ["context", "species"], ["created_at", 2017-04-04 22:30:23 UTC], ["updated_at", 2017-04-04 22:30:23 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Turtle"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "turtle"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 3], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 3], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "turtle"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "turtle"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.1ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.2ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.2ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Turtle"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "turtle"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 3], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 3], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "taggable_examples" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", 2017-04-04 22:30:23 UTC], ["updated_at", 2017-04-04 22:30:23 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 1], ["created_at", 2017-04-04 22:30:23 UTC], ["updated_at", 2017-04-04 22:30:23 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 2], ["created_at", 2017-04-04 22:30:23 UTC], ["updated_at", 2017-04-04 22:30:23 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 3], ["created_at", 2017-04-04 22:30:23 UTC], ["updated_at", 2017-04-04 22:30:23 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SELECT COUNT(*) FROM "topical_taggings" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ?  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 3], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 3], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  DELETE FROM "topical_taggings" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? AND "topical_taggings"."tag_id" = 2  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
  SQL (0.2ms)  UPDATE "topical_taggings" SET "position" = 0 WHERE "topical_taggings"."id" IN (SELECT "topical_taggings"."id" FROM "topical_taggings" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? AND "topical_taggings"."tag_id" = 1 ORDER BY "topical_taggings"."position" ASC)  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
  SQL (0.1ms)  UPDATE "topical_taggings" SET "position" = 1 WHERE "topical_taggings"."id" IN (SELECT "topical_taggings"."id" FROM "topical_taggings" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? AND "topical_taggings"."tag_id" = 3 ORDER BY "topical_taggings"."position" ASC)  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
   (0.1ms)  SAVEPOINT active_record_1
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  TaggableExample Load (0.1ms)  SELECT  "taggable_examples".* FROM "taggable_examples" WHERE "taggable_examples"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
   (0.1ms)  SELECT COUNT(*) FROM "topical_taggings" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ?  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
  Topical::Tag Load (0.1ms)  SELECT "topical_tags".* FROM "topical_tags" INNER JOIN "topical_taggings" ON "topical_tags"."id" = "topical_taggings"."tag_id" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? AND "topical_tags"."context" = ? ORDER BY "topical_taggings"."position" ASC  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["context", "species"]]
   (0.1ms)  SELECT COUNT(*) FROM "topical_tags" WHERE "topical_tags"."name" = ?  [["name", "Turtle"]]
   (0.6ms)  rollback transaction
   (1.0ms)  DELETE FROM "taggable_examples";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.9ms)  DELETE FROM "topical_taggings";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Feline"], ["slug", "feline"], ["context", "species"], ["created_at", 2017-04-04 22:30:23 UTC], ["updated_at", 2017-04-04 22:30:23 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Canine"], ["slug", "canine"], ["context", "species"], ["created_at", 2017-04-04 22:30:23 UTC], ["updated_at", 2017-04-04 22:30:23 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.6ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.1ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "taggable_examples" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", 2017-04-04 22:30:23 UTC], ["updated_at", 2017-04-04 22:30:23 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 1], ["created_at", 2017-04-04 22:30:23 UTC], ["updated_at", 2017-04-04 22:30:23 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 2], ["created_at", 2017-04-04 22:30:23 UTC], ["updated_at", 2017-04-04 22:30:23 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SELECT COUNT(*) FROM "topical_taggings" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ?  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
   (0.4ms)  rollback transaction
   (0.8ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.8ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.2ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Feline"], ["slug", "feline"], ["context", "species"], ["created_at", 2017-04-04 22:30:23 UTC], ["updated_at", 2017-04-04 22:30:23 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Canine"], ["slug", "canine"], ["context", "species"], ["created_at", 2017-04-04 22:30:23 UTC], ["updated_at", 2017-04-04 22:30:23 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.3ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "taggable_examples" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", 2017-04-04 22:30:23 UTC], ["updated_at", 2017-04-04 22:30:23 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 1], ["created_at", 2017-04-04 22:30:23 UTC], ["updated_at", 2017-04-04 22:30:23 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 2], ["created_at", 2017-04-04 22:30:23 UTC], ["updated_at", 2017-04-04 22:30:23 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  TaggableExample Load (0.2ms)  SELECT "taggable_examples".* FROM "taggable_examples" INNER JOIN "topical_taggings" ON "topical_taggings"."taggable_id" = "taggable_examples"."id" AND "topical_taggings"."taggable_type" = ? INNER JOIN "topical_tags" ON "topical_tags"."id" = "topical_taggings"."tag_id" WHERE "topical_tags"."context" = ? AND "topical_tags"."name" = ?  [["taggable_type", "TaggableExample"], ["context", "species"], ["name", "Feline"]]
   (0.5ms)  rollback transaction
   (1.0ms)  DELETE FROM "taggable_examples";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.9ms)  DELETE FROM "topical_taggings";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.9ms)  DELETE FROM "topical_tags";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.0ms)  begin transaction
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Feline"], ["slug", "feline"], ["context", "species"], ["created_at", 2017-04-04 22:30:23 UTC], ["updated_at", 2017-04-04 22:30:23 UTC]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Canine"], ["slug", "canine"], ["context", "species"], ["created_at", 2017-04-04 22:30:23 UTC], ["updated_at", 2017-04-04 22:30:23 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.2ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "taggable_examples" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", 2017-04-04 22:30:23 UTC], ["updated_at", 2017-04-04 22:30:23 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 1], ["created_at", 2017-04-04 22:30:23 UTC], ["updated_at", 2017-04-04 22:30:23 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 2], ["created_at", 2017-04-04 22:30:23 UTC], ["updated_at", 2017-04-04 22:30:23 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  TaggableExample Load (0.1ms)  SELECT "taggable_examples".* FROM "taggable_examples" INNER JOIN "topical_taggings" ON "topical_taggings"."taggable_id" = "taggable_examples"."id" AND "topical_taggings"."taggable_type" = ? INNER JOIN "topical_tags" ON "topical_tags"."id" = "topical_taggings"."tag_id" WHERE "topical_tags"."id" = ?  [["taggable_type", "TaggableExample"], ["id", 1]]
   (0.5ms)  rollback transaction
   (0.9ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.8ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  rollback transaction
   (1.0ms)  DELETE FROM "taggable_examples";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.9ms)  DELETE FROM "topical_taggings";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.9ms)  DELETE FROM "topical_tags";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  rollback transaction
   (0.9ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.8ms)  DELETE FROM "topical_tags";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.2ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2017-04-04 22:30:23 UTC], ["updated_at", 2017-04-04 22:30:23 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", " cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.3ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
   (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
   (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Fool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "fool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Fool"], ["slug", "fool"], ["context", "beans"], ["created_at", 2017-04-04 22:30:23 UTC], ["updated_at", 2017-04-04 22:30:23 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "jeans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "jeans"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "jeans"], ["created_at", 2017-04-04 22:30:23 UTC], ["updated_at", 2017-04-04 22:30:23 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.4ms)  rollback transaction
   (0.9ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2017-04-04 22:30:23 UTC], ["updated_at", 2017-04-04 22:30:23 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" IS NULL LIMIT ?  [["name", ""], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" IS NULL LIMIT ?  [["slug", ""], ["LIMIT", 1]]
   (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" IS NULL LIMIT ?  [["name", " "], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" IS NULL LIMIT ?  [["slug", ""], ["LIMIT", 1]]
   (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
   (0.4ms)  rollback transaction
   (0.7ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.8ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2017-04-04 22:30:23 UTC], ["updated_at", 2017-04-04 22:30:23 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.2ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "jeans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.2ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "jeans"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "jeans"], ["created_at", 2017-04-04 22:30:23 UTC], ["updated_at", 2017-04-04 22:30:23 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "spleens"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "spleens"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "spleens"], ["created_at", 2017-04-04 22:30:23 UTC], ["updated_at", 2017-04-04 22:30:23 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.1ms)  SELECT "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."context" = ?  [["context", "beans"]]
   (0.4ms)  rollback transaction
   (1.0ms)  DELETE FROM "taggable_examples";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (1.0ms)  DELETE FROM "topical_taggings";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.9ms)  DELETE FROM "topical_tags";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2017-04-04 22:30:23 UTC], ["updated_at", 2017-04-04 22:30:23 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "jeans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "jeans"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "jeans"], ["created_at", 2017-04-04 22:30:23 UTC], ["updated_at", 2017-04-04 22:30:23 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "spleens"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "spleens"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "spleens"], ["created_at", 2017-04-04 22:30:23 UTC], ["updated_at", 2017-04-04 22:30:23 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."context" = ?  [["context", "beans"]]
   (0.3ms)  rollback transaction
   (0.8ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2017-04-04 22:30:23 UTC], ["updated_at", 2017-04-04 22:30:23 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "jeans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "jeans"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "jeans"], ["created_at", 2017-04-04 22:30:23 UTC], ["updated_at", 2017-04-04 22:30:23 UTC]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "spleens"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "spleens"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "spleens"], ["created_at", 2017-04-04 22:30:23 UTC], ["updated_at", 2017-04-04 22:30:23 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."context" = ?  [["context", "jeans"]]
   (0.4ms)  rollback transaction
   (0.8ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.2ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2017-04-04 22:30:23 UTC], ["updated_at", 2017-04-04 22:30:23 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "jeans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "jeans"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "jeans"], ["created_at", 2017-04-04 22:30:23 UTC], ["updated_at", 2017-04-04 22:30:23 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "spleens"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "spleens"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "spleens"], ["created_at", 2017-04-04 22:30:23 UTC], ["updated_at", 2017-04-04 22:30:23 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."context" = ?  [["context", "jeans"]]
   (0.4ms)  rollback transaction
   (0.8ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2017-04-04 22:30:23 UTC], ["updated_at", 2017-04-04 22:30:23 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "jeans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "jeans"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "jeans"], ["created_at", 2017-04-04 22:30:23 UTC], ["updated_at", 2017-04-04 22:30:23 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "spleens"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "spleens"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "spleens"], ["created_at", 2017-04-04 22:30:23 UTC], ["updated_at", 2017-04-04 22:30:23 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."context" = ?  [["context", "spleens"]]
   (0.4ms)  rollback transaction
   (1.1ms)  DELETE FROM "taggable_examples";
   (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.9ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.6ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.0ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2017-04-04 22:30:23 UTC], ["updated_at", 2017-04-04 22:30:23 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "jeans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "jeans"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "jeans"], ["created_at", 2017-04-04 22:30:23 UTC], ["updated_at", 2017-04-04 22:30:23 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "spleens"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "spleens"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "spleens"], ["created_at", 2017-04-04 22:30:23 UTC], ["updated_at", 2017-04-04 22:30:23 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."context" = ?  [["context", "spleens"]]
   (0.4ms)  rollback transaction
   (0.8ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2017-04-04 22:30:23 UTC], ["updated_at", 2017-04-04 22:30:23 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Steamin' Hot"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "steamin-hot"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Steamin' Hot"], ["slug", "steamin-hot"], ["context", "beans"], ["created_at", 2017-04-04 22:30:23 UTC], ["updated_at", 2017-04-04 22:30:23 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.5ms)  rollback transaction
   (0.9ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.8ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.2ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.7ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.8ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.6ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
  ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
   (2.4ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  rollback transaction
   (1.0ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.9ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.9ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "taggable_examples" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", 2017-04-04 22:35:46 UTC], ["updated_at", 2017-04-04 22:35:46 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Rabbit"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "rabbit"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Rabbit"], ["slug", "rabbit"], ["context", "species"], ["created_at", 2017-04-04 22:35:46 UTC], ["updated_at", 2017-04-04 22:35:46 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Horse"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.0ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "horse"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Horse"], ["slug", "horse"], ["context", "species"], ["created_at", 2017-04-04 22:35:46 UTC], ["updated_at", 2017-04-04 22:35:46 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Blue"], ["context", "colors"], ["LIMIT", 1]]
  Topical::Tag Exists (0.0ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "blue"], ["context", "colors"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Blue"], ["slug", "blue"], ["context", "colors"], ["created_at", 2017-04-04 22:35:46 UTC], ["updated_at", 2017-04-04 22:35:46 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.1ms)  SELECT "topical_tags".* FROM "topical_tags" INNER JOIN "topical_taggings" ON "topical_tags"."id" = "topical_taggings"."tag_id" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? ORDER BY "topical_taggings"."position" ASC  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 1], ["created_at", 2017-04-04 22:35:46 UTC], ["updated_at", 2017-04-04 22:35:46 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 2], ["created_at", 2017-04-04 22:35:46 UTC], ["updated_at", 2017-04-04 22:35:46 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 3], ["created_at", 2017-04-04 22:35:46 UTC], ["updated_at", 2017-04-04 22:35:46 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.1ms)  SELECT "topical_tags".* FROM "topical_tags" INNER JOIN "topical_taggings" ON "topical_tags"."id" = "topical_taggings"."tag_id" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? AND "topical_tags"."context" = ? ORDER BY "topical_taggings"."position" ASC  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["context", "species"]]
   (1.1ms)  rollback transaction
   (0.8ms)  DELETE FROM "taggable_examples";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
  Topical::Tag Load (0.2ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Feline"], ["slug", "feline"], ["context", "species"], ["created_at", 2017-04-04 22:35:46 UTC], ["updated_at", 2017-04-04 22:35:46 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.1ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Canine"], ["slug", "canine"], ["context", "species"], ["created_at", 2017-04-04 22:35:46 UTC], ["updated_at", 2017-04-04 22:35:46 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.9ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "taggable_examples" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", 2017-04-04 22:35:46 UTC], ["updated_at", 2017-04-04 22:35:46 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 1], ["created_at", 2017-04-04 22:35:46 UTC], ["updated_at", 2017-04-04 22:35:46 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 2], ["created_at", 2017-04-04 22:35:46 UTC], ["updated_at", 2017-04-04 22:35:46 UTC]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SELECT COUNT(*) FROM "topical_taggings" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ?  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
   (0.6ms)  rollback transaction
   (1.0ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.9ms)  DELETE FROM "topical_taggings";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.9ms)  DELETE FROM "topical_tags";
   (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.2ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Feline"], ["slug", "feline"], ["context", "species"], ["created_at", 2017-04-04 22:35:46 UTC], ["updated_at", 2017-04-04 22:35:46 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "turtle"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Turtle"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "turtle"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Turtle"], ["slug", "turtle"], ["context", "species"], ["created_at", 2017-04-04 22:35:46 UTC], ["updated_at", 2017-04-04 22:35:46 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Canine"], ["slug", "canine"], ["context", "species"], ["created_at", 2017-04-04 22:35:46 UTC], ["updated_at", 2017-04-04 22:35:46 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Turtle"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "turtle"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 3], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 3], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "turtle"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "turtle"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Turtle"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "turtle"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 3], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 3], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "taggable_examples" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", 2017-04-04 22:35:46 UTC], ["updated_at", 2017-04-04 22:35:46 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 1], ["created_at", 2017-04-04 22:35:46 UTC], ["updated_at", 2017-04-04 22:35:46 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 2], ["created_at", 2017-04-04 22:35:46 UTC], ["updated_at", 2017-04-04 22:35:46 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 3], ["created_at", 2017-04-04 22:35:46 UTC], ["updated_at", 2017-04-04 22:35:46 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SELECT COUNT(*) FROM "topical_taggings" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ?  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 3], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 3], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  DELETE FROM "topical_taggings" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? AND "topical_taggings"."tag_id" = 2  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
  SQL (0.1ms)  UPDATE "topical_taggings" SET "position" = 0 WHERE "topical_taggings"."id" IN (SELECT "topical_taggings"."id" FROM "topical_taggings" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? AND "topical_taggings"."tag_id" = 1 ORDER BY "topical_taggings"."position" ASC)  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
  SQL (0.1ms)  UPDATE "topical_taggings" SET "position" = 1 WHERE "topical_taggings"."id" IN (SELECT "topical_taggings"."id" FROM "topical_taggings" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? AND "topical_taggings"."tag_id" = 3 ORDER BY "topical_taggings"."position" ASC)  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
   (0.0ms)  SAVEPOINT active_record_1
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  TaggableExample Load (0.1ms)  SELECT  "taggable_examples".* FROM "taggable_examples" WHERE "taggable_examples"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
   (0.1ms)  SELECT COUNT(*) FROM "topical_taggings" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ?  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
  Topical::Tag Load (0.0ms)  SELECT "topical_tags".* FROM "topical_tags" INNER JOIN "topical_taggings" ON "topical_tags"."id" = "topical_taggings"."tag_id" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? AND "topical_tags"."context" = ? ORDER BY "topical_taggings"."position" ASC  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["context", "species"]]
   (0.2ms)  SELECT COUNT(*) FROM "topical_tags" WHERE "topical_tags"."name" = ?  [["name", "Turtle"]]
   (0.5ms)  rollback transaction
   (1.0ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.6ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.0ms)  begin transaction
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Feline"], ["slug", "feline"], ["context", "species"], ["created_at", 2017-04-04 22:35:46 UTC], ["updated_at", 2017-04-04 22:35:46 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Canine"], ["slug", "canine"], ["context", "species"], ["created_at", 2017-04-04 22:35:46 UTC], ["updated_at", 2017-04-04 22:35:46 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "taggable_examples" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", 2017-04-04 22:35:46 UTC], ["updated_at", 2017-04-04 22:35:46 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 1], ["created_at", 2017-04-04 22:35:46 UTC], ["updated_at", 2017-04-04 22:35:46 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 2], ["created_at", 2017-04-04 22:35:46 UTC], ["updated_at", 2017-04-04 22:35:46 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.3ms)  SELECT COUNT(*) FROM "topical_taggings" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ?  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
   (0.5ms)  rollback transaction
   (0.9ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.6ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.6ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.0ms)  begin transaction
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Canine"], ["slug", "canine"], ["context", "species"], ["created_at", 2017-04-04 22:35:46 UTC], ["updated_at", 2017-04-04 22:35:46 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Feline"], ["slug", "feline"], ["context", "species"], ["created_at", 2017-04-04 22:35:46 UTC], ["updated_at", 2017-04-04 22:35:46 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
   (0.4ms)  rollback transaction
   (0.8ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.8ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Feline"], ["slug", "feline"], ["context", "species"], ["created_at", 2017-04-04 22:35:46 UTC], ["updated_at", 2017-04-04 22:35:46 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.1ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Canine"], ["slug", "canine"], ["context", "species"], ["created_at", 2017-04-04 22:35:46 UTC], ["updated_at", 2017-04-04 22:35:46 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "taggable_examples" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", 2017-04-04 22:35:46 UTC], ["updated_at", 2017-04-04 22:35:46 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 1], ["created_at", 2017-04-04 22:35:46 UTC], ["updated_at", 2017-04-04 22:35:46 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 2], ["created_at", 2017-04-04 22:35:46 UTC], ["updated_at", 2017-04-04 22:35:46 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  TaggableExample Load (0.2ms)  SELECT "taggable_examples".* FROM "taggable_examples" INNER JOIN "topical_taggings" ON "topical_taggings"."taggable_id" = "taggable_examples"."id" AND "topical_taggings"."taggable_type" = ? INNER JOIN "topical_tags" ON "topical_tags"."id" = "topical_taggings"."tag_id" WHERE "topical_tags"."context" = ? AND "topical_tags"."name" = ?  [["taggable_type", "TaggableExample"], ["context", "species"], ["name", "Feline"]]
   (0.4ms)  rollback transaction
   (0.8ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Feline"], ["slug", "feline"], ["context", "species"], ["created_at", 2017-04-04 22:35:46 UTC], ["updated_at", 2017-04-04 22:35:46 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Canine"], ["slug", "canine"], ["context", "species"], ["created_at", 2017-04-04 22:35:46 UTC], ["updated_at", 2017-04-04 22:35:46 UTC]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.2ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "taggable_examples" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", 2017-04-04 22:35:46 UTC], ["updated_at", 2017-04-04 22:35:46 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 1], ["created_at", 2017-04-04 22:35:46 UTC], ["updated_at", 2017-04-04 22:35:46 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 2], ["created_at", 2017-04-04 22:35:46 UTC], ["updated_at", 2017-04-04 22:35:46 UTC]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  TaggableExample Load (0.2ms)  SELECT "taggable_examples".* FROM "taggable_examples" INNER JOIN "topical_taggings" ON "topical_taggings"."taggable_id" = "taggable_examples"."id" AND "topical_taggings"."taggable_type" = ? INNER JOIN "topical_tags" ON "topical_tags"."id" = "topical_taggings"."tag_id" WHERE "topical_tags"."id" = ?  [["taggable_type", "TaggableExample"], ["id", 1]]
   (0.4ms)  rollback transaction
   (0.8ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  rollback transaction
   (0.8ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.8ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  rollback transaction
   (0.8ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.0ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2017-04-04 22:35:46 UTC], ["updated_at", 2017-04-04 22:35:46 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", " cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
   (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
   (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Fool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "fool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Fool"], ["slug", "fool"], ["context", "beans"], ["created_at", 2017-04-04 22:35:46 UTC], ["updated_at", 2017-04-04 22:35:46 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "jeans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "jeans"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "jeans"], ["created_at", 2017-04-04 22:35:46 UTC], ["updated_at", 2017-04-04 22:35:46 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.4ms)  rollback transaction
   (0.7ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2017-04-04 22:35:46 UTC], ["updated_at", 2017-04-04 22:35:46 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" IS NULL LIMIT ?  [["name", ""], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" IS NULL LIMIT ?  [["slug", ""], ["LIMIT", 1]]
   (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" IS NULL LIMIT ?  [["name", " "], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" IS NULL LIMIT ?  [["slug", ""], ["LIMIT", 1]]
   (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
   (0.4ms)  rollback transaction
   (1.0ms)  DELETE FROM "taggable_examples";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (1.0ms)  DELETE FROM "topical_taggings";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.9ms)  DELETE FROM "topical_tags";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2017-04-04 22:35:46 UTC], ["updated_at", 2017-04-04 22:35:46 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "jeans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "jeans"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "jeans"], ["created_at", 2017-04-04 22:35:46 UTC], ["updated_at", 2017-04-04 22:35:46 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "spleens"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "spleens"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "spleens"], ["created_at", 2017-04-04 22:35:46 UTC], ["updated_at", 2017-04-04 22:35:46 UTC]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.2ms)  SELECT "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."context" = ?  [["context", "beans"]]
   (0.5ms)  rollback transaction
   (0.9ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.6ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.0ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2017-04-04 22:35:46 UTC], ["updated_at", 2017-04-04 22:35:46 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "jeans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "jeans"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "jeans"], ["created_at", 2017-04-04 22:35:46 UTC], ["updated_at", 2017-04-04 22:35:46 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "spleens"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "spleens"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "spleens"], ["created_at", 2017-04-04 22:35:46 UTC], ["updated_at", 2017-04-04 22:35:46 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."context" = ?  [["context", "beans"]]
   (0.4ms)  rollback transaction
   (0.8ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.9ms)  DELETE FROM "topical_tags";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2017-04-04 22:35:46 UTC], ["updated_at", 2017-04-04 22:35:46 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "jeans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.2ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "jeans"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "jeans"], ["created_at", 2017-04-04 22:35:46 UTC], ["updated_at", 2017-04-04 22:35:46 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "spleens"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "spleens"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "spleens"], ["created_at", 2017-04-04 22:35:46 UTC], ["updated_at", 2017-04-04 22:35:46 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."context" = ?  [["context", "jeans"]]
   (0.3ms)  rollback transaction
   (0.8ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.6ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2017-04-04 22:35:46 UTC], ["updated_at", 2017-04-04 22:35:46 UTC]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "jeans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "jeans"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "jeans"], ["created_at", 2017-04-04 22:35:46 UTC], ["updated_at", 2017-04-04 22:35:46 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "spleens"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "spleens"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "spleens"], ["created_at", 2017-04-04 22:35:46 UTC], ["updated_at", 2017-04-04 22:35:46 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."context" = ?  [["context", "jeans"]]
   (0.3ms)  rollback transaction
   (0.8ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.0ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2017-04-04 22:35:46 UTC], ["updated_at", 2017-04-04 22:35:46 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "jeans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "jeans"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "jeans"], ["created_at", 2017-04-04 22:35:46 UTC], ["updated_at", 2017-04-04 22:35:46 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "spleens"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "spleens"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "spleens"], ["created_at", 2017-04-04 22:35:46 UTC], ["updated_at", 2017-04-04 22:35:46 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."context" = ?  [["context", "spleens"]]
   (0.3ms)  rollback transaction
   (0.8ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.2ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2017-04-04 22:35:46 UTC], ["updated_at", 2017-04-04 22:35:46 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "jeans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "jeans"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "jeans"], ["created_at", 2017-04-04 22:35:46 UTC], ["updated_at", 2017-04-04 22:35:46 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "spleens"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "spleens"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "spleens"], ["created_at", 2017-04-04 22:35:46 UTC], ["updated_at", 2017-04-04 22:35:46 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."context" = ?  [["context", "spleens"]]
   (0.5ms)  rollback transaction
   (0.7ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.8ms)  DELETE FROM "topical_tags";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.0ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2017-04-04 22:35:46 UTC], ["updated_at", 2017-04-04 22:35:46 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Steamin' Hot"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "steamin-hot"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Steamin' Hot"], ["slug", "steamin-hot"], ["context", "beans"], ["created_at", 2017-04-04 22:35:46 UTC], ["updated_at", 2017-04-04 22:35:46 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.4ms)  rollback transaction
   (0.8ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.0ms)  begin transaction
   (0.0ms)  rollback transaction
   (0.8ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.8ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
  ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
   (1.7ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.8ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.0ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.8ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.6ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "taggable_examples" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", 2017-04-04 22:36:02 UTC], ["updated_at", 2017-04-04 22:36:02 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Rabbit"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "rabbit"], ["context", "species"], ["LIMIT", 1]]
  SQL (6.9ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Rabbit"], ["slug", "rabbit"], ["context", "species"], ["created_at", 2017-04-04 22:36:02 UTC], ["updated_at", 2017-04-04 22:36:02 UTC]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Horse"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "horse"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Horse"], ["slug", "horse"], ["context", "species"], ["created_at", 2017-04-04 22:36:02 UTC], ["updated_at", 2017-04-04 22:36:02 UTC]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Blue"], ["context", "colors"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "blue"], ["context", "colors"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Blue"], ["slug", "blue"], ["context", "colors"], ["created_at", 2017-04-04 22:36:02 UTC], ["updated_at", 2017-04-04 22:36:02 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.1ms)  SELECT "topical_tags".* FROM "topical_tags" INNER JOIN "topical_taggings" ON "topical_tags"."id" = "topical_taggings"."tag_id" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? ORDER BY "topical_taggings"."position" ASC  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 1], ["created_at", 2017-04-04 22:36:02 UTC], ["updated_at", 2017-04-04 22:36:02 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 2], ["created_at", 2017-04-04 22:36:02 UTC], ["updated_at", 2017-04-04 22:36:02 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 3], ["created_at", 2017-04-04 22:36:02 UTC], ["updated_at", 2017-04-04 22:36:02 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.1ms)  SELECT "topical_tags".* FROM "topical_tags" INNER JOIN "topical_taggings" ON "topical_tags"."id" = "topical_taggings"."tag_id" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? AND "topical_tags"."context" = ? ORDER BY "topical_taggings"."position" ASC  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["context", "species"]]
   (1.2ms)  rollback transaction
   (0.7ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.6ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.6ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
  Topical::Tag Load (0.4ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
   (0.1ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Feline"], ["slug", "feline"], ["context", "species"], ["created_at", 2017-04-04 22:36:02 UTC], ["updated_at", 2017-04-04 22:36:02 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.8ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Canine"], ["slug", "canine"], ["context", "species"], ["created_at", 2017-04-04 22:36:02 UTC], ["updated_at", 2017-04-04 22:36:02 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.9ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.1ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "taggable_examples" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", 2017-04-04 22:36:02 UTC], ["updated_at", 2017-04-04 22:36:02 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 1], ["created_at", 2017-04-04 22:36:02 UTC], ["updated_at", 2017-04-04 22:36:02 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 2], ["created_at", 2017-04-04 22:36:02 UTC], ["updated_at", 2017-04-04 22:36:02 UTC]]
   (0.5ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SELECT COUNT(*) FROM "topical_taggings" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ?  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
   (0.4ms)  rollback transaction
   (0.7ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Feline"], ["slug", "feline"], ["context", "species"], ["created_at", 2017-04-04 22:36:02 UTC], ["updated_at", 2017-04-04 22:36:02 UTC]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "turtle"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Turtle"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "turtle"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Turtle"], ["slug", "turtle"], ["context", "species"], ["created_at", 2017-04-04 22:36:02 UTC], ["updated_at", 2017-04-04 22:36:02 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.6ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Canine"], ["slug", "canine"], ["context", "species"], ["created_at", 2017-04-04 22:36:02 UTC], ["updated_at", 2017-04-04 22:36:02 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Turtle"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "turtle"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 3], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 3], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "turtle"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "turtle"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Turtle"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "turtle"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 3], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 3], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "taggable_examples" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", 2017-04-04 22:36:02 UTC], ["updated_at", 2017-04-04 22:36:02 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 1], ["created_at", 2017-04-04 22:36:02 UTC], ["updated_at", 2017-04-04 22:36:02 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 2], ["created_at", 2017-04-04 22:36:02 UTC], ["updated_at", 2017-04-04 22:36:02 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 3], ["created_at", 2017-04-04 22:36:02 UTC], ["updated_at", 2017-04-04 22:36:02 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SELECT COUNT(*) FROM "topical_taggings" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ?  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
  Topical::Tag Load (0.2ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 3], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 3], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  DELETE FROM "topical_taggings" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? AND "topical_taggings"."tag_id" = 2  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
  SQL (0.1ms)  UPDATE "topical_taggings" SET "position" = 0 WHERE "topical_taggings"."id" IN (SELECT "topical_taggings"."id" FROM "topical_taggings" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? AND "topical_taggings"."tag_id" = 1 ORDER BY "topical_taggings"."position" ASC)  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
  SQL (0.1ms)  UPDATE "topical_taggings" SET "position" = 1 WHERE "topical_taggings"."id" IN (SELECT "topical_taggings"."id" FROM "topical_taggings" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? AND "topical_taggings"."tag_id" = 3 ORDER BY "topical_taggings"."position" ASC)  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
   (0.1ms)  SAVEPOINT active_record_1
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  TaggableExample Load (0.1ms)  SELECT  "taggable_examples".* FROM "taggable_examples" WHERE "taggable_examples"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
   (0.1ms)  SELECT COUNT(*) FROM "topical_taggings" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ?  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
  Topical::Tag Load (0.1ms)  SELECT "topical_tags".* FROM "topical_tags" INNER JOIN "topical_taggings" ON "topical_tags"."id" = "topical_taggings"."tag_id" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? AND "topical_tags"."context" = ? ORDER BY "topical_taggings"."position" ASC  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["context", "species"]]
   (0.1ms)  SELECT COUNT(*) FROM "topical_tags" WHERE "topical_tags"."name" = ?  [["name", "Turtle"]]
   (0.4ms)  rollback transaction
   (0.7ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.9ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Feline"], ["slug", "feline"], ["context", "species"], ["created_at", 2017-04-04 22:36:02 UTC], ["updated_at", 2017-04-04 22:36:02 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Canine"], ["slug", "canine"], ["context", "species"], ["created_at", 2017-04-04 22:36:02 UTC], ["updated_at", 2017-04-04 22:36:02 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "taggable_examples" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", 2017-04-04 22:36:02 UTC], ["updated_at", 2017-04-04 22:36:02 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 1], ["created_at", 2017-04-04 22:36:02 UTC], ["updated_at", 2017-04-04 22:36:02 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 2], ["created_at", 2017-04-04 22:36:02 UTC], ["updated_at", 2017-04-04 22:36:02 UTC]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SELECT COUNT(*) FROM "topical_taggings" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ?  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
   (0.4ms)  rollback transaction
   (0.7ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Canine"], ["slug", "canine"], ["context", "species"], ["created_at", 2017-04-04 22:36:02 UTC], ["updated_at", 2017-04-04 22:36:02 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Feline"], ["slug", "feline"], ["context", "species"], ["created_at", 2017-04-04 22:36:02 UTC], ["updated_at", 2017-04-04 22:36:02 UTC]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
   (0.5ms)  rollback transaction
   (1.1ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.9ms)  DELETE FROM "topical_taggings";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (1.0ms)  DELETE FROM "topical_tags";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Feline"], ["slug", "feline"], ["context", "species"], ["created_at", 2017-04-04 22:36:02 UTC], ["updated_at", 2017-04-04 22:36:02 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Canine"], ["slug", "canine"], ["context", "species"], ["created_at", 2017-04-04 22:36:02 UTC], ["updated_at", 2017-04-04 22:36:02 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.2ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "taggable_examples" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", 2017-04-04 22:36:02 UTC], ["updated_at", 2017-04-04 22:36:02 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 1], ["created_at", 2017-04-04 22:36:02 UTC], ["updated_at", 2017-04-04 22:36:02 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 2], ["created_at", 2017-04-04 22:36:02 UTC], ["updated_at", 2017-04-04 22:36:02 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  TaggableExample Load (0.2ms)  SELECT "taggable_examples".* FROM "taggable_examples" INNER JOIN "topical_taggings" ON "topical_taggings"."taggable_id" = "taggable_examples"."id" AND "topical_taggings"."taggable_type" = ? INNER JOIN "topical_tags" ON "topical_tags"."id" = "topical_taggings"."tag_id" WHERE "topical_tags"."context" = ? AND "topical_tags"."name" = ?  [["taggable_type", "TaggableExample"], ["context", "species"], ["name", "Feline"]]
   (0.6ms)  rollback transaction
   (1.0ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.9ms)  DELETE FROM "topical_taggings";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (1.0ms)  DELETE FROM "topical_tags";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Feline"], ["slug", "feline"], ["context", "species"], ["created_at", 2017-04-04 22:36:02 UTC], ["updated_at", 2017-04-04 22:36:02 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Canine"], ["slug", "canine"], ["context", "species"], ["created_at", 2017-04-04 22:36:02 UTC], ["updated_at", 2017-04-04 22:36:02 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "taggable_examples" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", 2017-04-04 22:36:02 UTC], ["updated_at", 2017-04-04 22:36:02 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 1], ["created_at", 2017-04-04 22:36:02 UTC], ["updated_at", 2017-04-04 22:36:02 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 2], ["created_at", 2017-04-04 22:36:02 UTC], ["updated_at", 2017-04-04 22:36:02 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  TaggableExample Load (0.1ms)  SELECT "taggable_examples".* FROM "taggable_examples" INNER JOIN "topical_taggings" ON "topical_taggings"."taggable_id" = "taggable_examples"."id" AND "topical_taggings"."taggable_type" = ? INNER JOIN "topical_tags" ON "topical_tags"."id" = "topical_taggings"."tag_id" WHERE "topical_tags"."id" = ?  [["taggable_type", "TaggableExample"], ["id", 1]]
   (0.4ms)  rollback transaction
   (0.8ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  rollback transaction
   (0.9ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  rollback transaction
   (0.8ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.8ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2017-04-04 22:36:02 UTC], ["updated_at", 2017-04-04 22:36:02 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", " cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
   (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
   (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Fool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "fool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Fool"], ["slug", "fool"], ["context", "beans"], ["created_at", 2017-04-04 22:36:02 UTC], ["updated_at", 2017-04-04 22:36:02 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "jeans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "jeans"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "jeans"], ["created_at", 2017-04-04 22:36:02 UTC], ["updated_at", 2017-04-04 22:36:02 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.4ms)  rollback transaction
   (0.9ms)  DELETE FROM "taggable_examples";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (1.0ms)  DELETE FROM "topical_taggings";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.9ms)  DELETE FROM "topical_tags";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2017-04-04 22:36:02 UTC], ["updated_at", 2017-04-04 22:36:02 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" IS NULL LIMIT ?  [["name", ""], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" IS NULL LIMIT ?  [["slug", ""], ["LIMIT", 1]]
   (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" IS NULL LIMIT ?  [["name", " "], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" IS NULL LIMIT ?  [["slug", ""], ["LIMIT", 1]]
   (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
   (0.3ms)  rollback transaction
   (0.8ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2017-04-04 22:36:02 UTC], ["updated_at", 2017-04-04 22:36:02 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "jeans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "jeans"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "jeans"], ["created_at", 2017-04-04 22:36:02 UTC], ["updated_at", 2017-04-04 22:36:02 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "spleens"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "spleens"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "spleens"], ["created_at", 2017-04-04 22:36:03 UTC], ["updated_at", 2017-04-04 22:36:03 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.1ms)  SELECT "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."context" = ?  [["context", "beans"]]
   (0.5ms)  rollback transaction
   (0.8ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2017-04-04 22:36:03 UTC], ["updated_at", 2017-04-04 22:36:03 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "jeans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "jeans"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "jeans"], ["created_at", 2017-04-04 22:36:03 UTC], ["updated_at", 2017-04-04 22:36:03 UTC]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "spleens"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "spleens"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "spleens"], ["created_at", 2017-04-04 22:36:03 UTC], ["updated_at", 2017-04-04 22:36:03 UTC]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."context" = ?  [["context", "beans"]]
   (0.3ms)  rollback transaction
   (0.7ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.3ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2017-04-04 22:36:03 UTC], ["updated_at", 2017-04-04 22:36:03 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "jeans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "jeans"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "jeans"], ["created_at", 2017-04-04 22:36:03 UTC], ["updated_at", 2017-04-04 22:36:03 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "spleens"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "spleens"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "spleens"], ["created_at", 2017-04-04 22:36:03 UTC], ["updated_at", 2017-04-04 22:36:03 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."context" = ?  [["context", "jeans"]]
   (0.3ms)  rollback transaction
   (0.7ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2017-04-04 22:36:03 UTC], ["updated_at", 2017-04-04 22:36:03 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "jeans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "jeans"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "jeans"], ["created_at", 2017-04-04 22:36:03 UTC], ["updated_at", 2017-04-04 22:36:03 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "spleens"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "spleens"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "spleens"], ["created_at", 2017-04-04 22:36:03 UTC], ["updated_at", 2017-04-04 22:36:03 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."context" = ?  [["context", "jeans"]]
   (0.4ms)  rollback transaction
   (0.7ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.8ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2017-04-04 22:36:03 UTC], ["updated_at", 2017-04-04 22:36:03 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "jeans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "jeans"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "jeans"], ["created_at", 2017-04-04 22:36:03 UTC], ["updated_at", 2017-04-04 22:36:03 UTC]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "spleens"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "spleens"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "spleens"], ["created_at", 2017-04-04 22:36:03 UTC], ["updated_at", 2017-04-04 22:36:03 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."context" = ?  [["context", "spleens"]]
   (0.3ms)  rollback transaction
   (0.7ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.8ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.6ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2017-04-04 22:36:03 UTC], ["updated_at", 2017-04-04 22:36:03 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "jeans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "jeans"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "jeans"], ["created_at", 2017-04-04 22:36:03 UTC], ["updated_at", 2017-04-04 22:36:03 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "spleens"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "spleens"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "spleens"], ["created_at", 2017-04-04 22:36:03 UTC], ["updated_at", 2017-04-04 22:36:03 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."context" = ?  [["context", "spleens"]]
   (0.4ms)  rollback transaction
   (0.7ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (1.1ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2017-04-04 22:36:03 UTC], ["updated_at", 2017-04-04 22:36:03 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Steamin' Hot"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "steamin-hot"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Steamin' Hot"], ["slug", "steamin-hot"], ["context", "beans"], ["created_at", 2017-04-04 22:36:03 UTC], ["updated_at", 2017-04-04 22:36:03 UTC]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.5ms)  rollback transaction
   (0.7ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.9ms)  DELETE FROM "topical_taggings";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.9ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  rollback transaction
   (1.0ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.8ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
  ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
   (2.2ms)  DELETE FROM "taggable_examples";
   (0.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.3ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (1.4ms)  DELETE FROM "topical_taggings";
   (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.2ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (1.1ms)  DELETE FROM "topical_tags";
   (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.3ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.2ms)  begin transaction
   (0.0ms)  rollback transaction
   (0.8ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.9ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "taggable_examples" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", 2017-04-04 22:36:39 UTC], ["updated_at", 2017-04-04 22:36:39 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Rabbit"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "rabbit"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Rabbit"], ["slug", "rabbit"], ["context", "species"], ["created_at", 2017-04-04 22:36:39 UTC], ["updated_at", 2017-04-04 22:36:39 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Horse"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "horse"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Horse"], ["slug", "horse"], ["context", "species"], ["created_at", 2017-04-04 22:36:39 UTC], ["updated_at", 2017-04-04 22:36:39 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Blue"], ["context", "colors"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "blue"], ["context", "colors"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Blue"], ["slug", "blue"], ["context", "colors"], ["created_at", 2017-04-04 22:36:39 UTC], ["updated_at", 2017-04-04 22:36:39 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.1ms)  SELECT "topical_tags".* FROM "topical_tags" INNER JOIN "topical_taggings" ON "topical_tags"."id" = "topical_taggings"."tag_id" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? ORDER BY "topical_taggings"."position" ASC  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 1], ["created_at", 2017-04-04 22:36:39 UTC], ["updated_at", 2017-04-04 22:36:39 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 2], ["created_at", 2017-04-04 22:36:39 UTC], ["updated_at", 2017-04-04 22:36:39 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 3], ["created_at", 2017-04-04 22:36:39 UTC], ["updated_at", 2017-04-04 22:36:39 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.2ms)  SELECT "topical_tags".* FROM "topical_tags" INNER JOIN "topical_taggings" ON "topical_tags"."id" = "topical_taggings"."tag_id" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? AND "topical_tags"."context" = ? ORDER BY "topical_taggings"."position" ASC  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["context", "species"]]
   (1.2ms)  rollback transaction
   (1.1ms)  DELETE FROM "taggable_examples";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (1.0ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (1.0ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Feline"], ["slug", "feline"], ["context", "species"], ["created_at", 2017-04-04 22:36:39 UTC], ["updated_at", 2017-04-04 22:36:39 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Canine"], ["slug", "canine"], ["context", "species"], ["created_at", 2017-04-04 22:36:39 UTC], ["updated_at", 2017-04-04 22:36:39 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "taggable_examples" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", 2017-04-04 22:36:39 UTC], ["updated_at", 2017-04-04 22:36:39 UTC]]
  SQL (0.2ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 1], ["created_at", 2017-04-04 22:36:39 UTC], ["updated_at", 2017-04-04 22:36:39 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 2], ["created_at", 2017-04-04 22:36:39 UTC], ["updated_at", 2017-04-04 22:36:39 UTC]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SELECT COUNT(*) FROM "topical_taggings" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ?  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
   (0.6ms)  rollback transaction
   (1.1ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (1.0ms)  DELETE FROM "topical_taggings";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.9ms)  DELETE FROM "topical_tags";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.4ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Feline"], ["slug", "feline"], ["context", "species"], ["created_at", 2017-04-04 22:36:39 UTC], ["updated_at", 2017-04-04 22:36:39 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "turtle"], ["context", :species], ["LIMIT", 1]]
   (0.1ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Turtle"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "turtle"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Turtle"], ["slug", "turtle"], ["context", "species"], ["created_at", 2017-04-04 22:36:39 UTC], ["updated_at", 2017-04-04 22:36:39 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Canine"], ["slug", "canine"], ["context", "species"], ["created_at", 2017-04-04 22:36:39 UTC], ["updated_at", 2017-04-04 22:36:39 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Turtle"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "turtle"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 3], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 3], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "turtle"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "turtle"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.1ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.2ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Turtle"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "turtle"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 3], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 3], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "taggable_examples" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", 2017-04-04 22:36:39 UTC], ["updated_at", 2017-04-04 22:36:39 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 1], ["created_at", 2017-04-04 22:36:39 UTC], ["updated_at", 2017-04-04 22:36:39 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 2], ["created_at", 2017-04-04 22:36:39 UTC], ["updated_at", 2017-04-04 22:36:39 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 3], ["created_at", 2017-04-04 22:36:39 UTC], ["updated_at", 2017-04-04 22:36:39 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SELECT COUNT(*) FROM "topical_taggings" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ?  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 3], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 3], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  DELETE FROM "topical_taggings" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? AND "topical_taggings"."tag_id" = 2  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.2ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
  SQL (0.2ms)  UPDATE "topical_taggings" SET "position" = 0 WHERE "topical_taggings"."id" IN (SELECT "topical_taggings"."id" FROM "topical_taggings" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? AND "topical_taggings"."tag_id" = 1 ORDER BY "topical_taggings"."position" ASC)  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
  SQL (0.1ms)  UPDATE "topical_taggings" SET "position" = 1 WHERE "topical_taggings"."id" IN (SELECT "topical_taggings"."id" FROM "topical_taggings" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? AND "topical_taggings"."tag_id" = 3 ORDER BY "topical_taggings"."position" ASC)  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
   (0.0ms)  SAVEPOINT active_record_1
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  TaggableExample Load (0.1ms)  SELECT  "taggable_examples".* FROM "taggable_examples" WHERE "taggable_examples"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
   (0.1ms)  SELECT COUNT(*) FROM "topical_taggings" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ?  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
  Topical::Tag Load (0.1ms)  SELECT "topical_tags".* FROM "topical_tags" INNER JOIN "topical_taggings" ON "topical_tags"."id" = "topical_taggings"."tag_id" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? AND "topical_tags"."context" = ? ORDER BY "topical_taggings"."position" ASC  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["context", "species"]]
   (0.1ms)  SELECT COUNT(*) FROM "topical_tags" WHERE "topical_tags"."name" = ?  [["name", "Turtle"]]
   (0.4ms)  rollback transaction
   (0.8ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.0ms)  begin transaction
  Topical::Tag Load (0.7ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Feline"], ["slug", "feline"], ["context", "species"], ["created_at", 2017-04-04 22:36:39 UTC], ["updated_at", 2017-04-04 22:36:39 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Canine"], ["slug", "canine"], ["context", "species"], ["created_at", 2017-04-04 22:36:39 UTC], ["updated_at", 2017-04-04 22:36:39 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.6ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "taggable_examples" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", 2017-04-04 22:36:39 UTC], ["updated_at", 2017-04-04 22:36:39 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 1], ["created_at", 2017-04-04 22:36:39 UTC], ["updated_at", 2017-04-04 22:36:39 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 2], ["created_at", 2017-04-04 22:36:39 UTC], ["updated_at", 2017-04-04 22:36:39 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SELECT COUNT(*) FROM "topical_taggings" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ?  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
   (0.6ms)  rollback transaction
   (1.0ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.6ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (1.1ms)  DELETE FROM "topical_taggings";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.2ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.9ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.0ms)  begin transaction
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Canine"], ["slug", "canine"], ["context", "species"], ["created_at", 2017-04-04 22:36:39 UTC], ["updated_at", 2017-04-04 22:36:39 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Feline"], ["slug", "feline"], ["context", "species"], ["created_at", 2017-04-04 22:36:39 UTC], ["updated_at", 2017-04-04 22:36:39 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Load (1.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "taggable_examples" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", 2017-04-04 22:36:39 UTC], ["updated_at", 2017-04-04 22:36:39 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 1], ["created_at", 2017-04-04 22:36:39 UTC], ["updated_at", 2017-04-04 22:36:39 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 2], ["created_at", 2017-04-04 22:36:39 UTC], ["updated_at", 2017-04-04 22:36:39 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SELECT COUNT(*) FROM "topical_tags" INNER JOIN "topical_taggings" ON "topical_tags"."id" = "topical_taggings"."tag_id" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? AND "topical_tags"."context" = ?  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["context", "species"]]
   (0.4ms)  rollback transaction
   (0.8ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.8ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Feline"], ["slug", "feline"], ["context", "species"], ["created_at", 2017-04-04 22:36:39 UTC], ["updated_at", 2017-04-04 22:36:39 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Canine"], ["slug", "canine"], ["context", "species"], ["created_at", 2017-04-04 22:36:39 UTC], ["updated_at", 2017-04-04 22:36:39 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "taggable_examples" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", 2017-04-04 22:36:39 UTC], ["updated_at", 2017-04-04 22:36:39 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 1], ["created_at", 2017-04-04 22:36:39 UTC], ["updated_at", 2017-04-04 22:36:39 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 2], ["created_at", 2017-04-04 22:36:39 UTC], ["updated_at", 2017-04-04 22:36:39 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  TaggableExample Load (0.2ms)  SELECT "taggable_examples".* FROM "taggable_examples" INNER JOIN "topical_taggings" ON "topical_taggings"."taggable_id" = "taggable_examples"."id" AND "topical_taggings"."taggable_type" = ? INNER JOIN "topical_tags" ON "topical_tags"."id" = "topical_taggings"."tag_id" WHERE "topical_tags"."context" = ? AND "topical_tags"."name" = ?  [["taggable_type", "TaggableExample"], ["context", "species"], ["name", "Feline"]]
   (0.5ms)  rollback transaction
   (1.0ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.9ms)  DELETE FROM "topical_taggings";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.9ms)  DELETE FROM "topical_tags";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.4ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Feline"], ["slug", "feline"], ["context", "species"], ["created_at", 2017-04-04 22:36:39 UTC], ["updated_at", 2017-04-04 22:36:39 UTC]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Canine"], ["slug", "canine"], ["context", "species"], ["created_at", 2017-04-04 22:36:39 UTC], ["updated_at", 2017-04-04 22:36:39 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "taggable_examples" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", 2017-04-04 22:36:39 UTC], ["updated_at", 2017-04-04 22:36:39 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 1], ["created_at", 2017-04-04 22:36:39 UTC], ["updated_at", 2017-04-04 22:36:39 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 2], ["created_at", 2017-04-04 22:36:39 UTC], ["updated_at", 2017-04-04 22:36:39 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  TaggableExample Load (0.1ms)  SELECT "taggable_examples".* FROM "taggable_examples" INNER JOIN "topical_taggings" ON "topical_taggings"."taggable_id" = "taggable_examples"."id" AND "topical_taggings"."taggable_type" = ? INNER JOIN "topical_tags" ON "topical_tags"."id" = "topical_taggings"."tag_id" WHERE "topical_tags"."id" = ?  [["taggable_type", "TaggableExample"], ["id", 1]]
   (0.5ms)  rollback transaction
   (0.7ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.8ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.8ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.8ms)  DELETE FROM "topical_taggings";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.8ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.0ms)  begin transaction
   (0.0ms)  rollback transaction
   (0.8ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.6ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2017-04-04 22:36:39 UTC], ["updated_at", 2017-04-04 22:36:39 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", " cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
   (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
   (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Fool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "fool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Fool"], ["slug", "fool"], ["context", "beans"], ["created_at", 2017-04-04 22:36:39 UTC], ["updated_at", 2017-04-04 22:36:39 UTC]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "jeans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "jeans"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "jeans"], ["created_at", 2017-04-04 22:36:39 UTC], ["updated_at", 2017-04-04 22:36:39 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.4ms)  rollback transaction
   (0.9ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.8ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.0ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2017-04-04 22:36:39 UTC], ["updated_at", 2017-04-04 22:36:39 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" IS NULL LIMIT ?  [["name", ""], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" IS NULL LIMIT ?  [["slug", ""], ["LIMIT", 1]]
   (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" IS NULL LIMIT ?  [["name", " "], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" IS NULL LIMIT ?  [["slug", ""], ["LIMIT", 1]]
   (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
   (0.4ms)  rollback transaction
   (0.9ms)  DELETE FROM "taggable_examples";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.8ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.4ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2017-04-04 22:36:39 UTC], ["updated_at", 2017-04-04 22:36:39 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "jeans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "jeans"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "jeans"], ["created_at", 2017-04-04 22:36:39 UTC], ["updated_at", 2017-04-04 22:36:39 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "spleens"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "spleens"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "spleens"], ["created_at", 2017-04-04 22:36:39 UTC], ["updated_at", 2017-04-04 22:36:39 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.1ms)  SELECT "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."context" = ?  [["context", "beans"]]
   (0.4ms)  rollback transaction
   (1.0ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.9ms)  DELETE FROM "topical_taggings";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2017-04-04 22:36:39 UTC], ["updated_at", 2017-04-04 22:36:39 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "jeans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "jeans"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "jeans"], ["created_at", 2017-04-04 22:36:39 UTC], ["updated_at", 2017-04-04 22:36:39 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "spleens"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "spleens"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "spleens"], ["created_at", 2017-04-04 22:36:39 UTC], ["updated_at", 2017-04-04 22:36:39 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."context" = ?  [["context", "beans"]]
   (0.3ms)  rollback transaction
   (0.8ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.2ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2017-04-04 22:36:39 UTC], ["updated_at", 2017-04-04 22:36:39 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "jeans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "jeans"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "jeans"], ["created_at", 2017-04-04 22:36:39 UTC], ["updated_at", 2017-04-04 22:36:39 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "spleens"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "spleens"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "spleens"], ["created_at", 2017-04-04 22:36:39 UTC], ["updated_at", 2017-04-04 22:36:39 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."context" = ?  [["context", "jeans"]]
   (0.3ms)  rollback transaction
   (0.8ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2017-04-04 22:36:39 UTC], ["updated_at", 2017-04-04 22:36:39 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "jeans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "jeans"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "jeans"], ["created_at", 2017-04-04 22:36:39 UTC], ["updated_at", 2017-04-04 22:36:39 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "spleens"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "spleens"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "spleens"], ["created_at", 2017-04-04 22:36:39 UTC], ["updated_at", 2017-04-04 22:36:39 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."context" = ?  [["context", "jeans"]]
   (0.3ms)  rollback transaction
   (0.8ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.7ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2017-04-04 22:36:39 UTC], ["updated_at", 2017-04-04 22:36:39 UTC]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "jeans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "jeans"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "jeans"], ["created_at", 2017-04-04 22:36:39 UTC], ["updated_at", 2017-04-04 22:36:39 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "spleens"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "spleens"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "spleens"], ["created_at", 2017-04-04 22:36:39 UTC], ["updated_at", 2017-04-04 22:36:39 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."context" = ?  [["context", "spleens"]]
   (0.3ms)  rollback transaction
   (0.8ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2017-04-04 22:36:39 UTC], ["updated_at", 2017-04-04 22:36:39 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "jeans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "jeans"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "jeans"], ["created_at", 2017-04-04 22:36:39 UTC], ["updated_at", 2017-04-04 22:36:39 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "spleens"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "spleens"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "spleens"], ["created_at", 2017-04-04 22:36:39 UTC], ["updated_at", 2017-04-04 22:36:39 UTC]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.1ms)  SELECT "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."context" = ?  [["context", "spleens"]]
   (0.4ms)  rollback transaction
   (0.9ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2017-04-04 22:36:39 UTC], ["updated_at", 2017-04-04 22:36:39 UTC]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Steamin' Hot"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "steamin-hot"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Steamin' Hot"], ["slug", "steamin-hot"], ["context", "beans"], ["created_at", 2017-04-04 22:36:39 UTC], ["updated_at", 2017-04-04 22:36:39 UTC]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.3ms)  rollback transaction
   (0.7ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.8ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  rollback transaction
   (0.9ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.8ms)  DELETE FROM "topical_taggings";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.8ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
  ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
   (1.6ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  rollback transaction
   (1.0ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.8ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "taggable_examples" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", 2017-04-04 22:48:11 UTC], ["updated_at", 2017-04-04 22:48:11 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Rabbit"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "rabbit"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Rabbit"], ["slug", "rabbit"], ["context", "species"], ["created_at", 2017-04-04 22:48:11 UTC], ["updated_at", 2017-04-04 22:48:11 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Horse"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "horse"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Horse"], ["slug", "horse"], ["context", "species"], ["created_at", 2017-04-04 22:48:11 UTC], ["updated_at", 2017-04-04 22:48:11 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Blue"], ["context", "colors"], ["LIMIT", 1]]
  Topical::Tag Exists (0.0ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "blue"], ["context", "colors"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Blue"], ["slug", "blue"], ["context", "colors"], ["created_at", 2017-04-04 22:48:11 UTC], ["updated_at", 2017-04-04 22:48:11 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.1ms)  SELECT "topical_tags".* FROM "topical_tags" INNER JOIN "topical_taggings" ON "topical_tags"."id" = "topical_taggings"."tag_id" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? ORDER BY "topical_taggings"."position" ASC  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 1], ["created_at", 2017-04-04 22:48:11 UTC], ["updated_at", 2017-04-04 22:48:11 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 2], ["created_at", 2017-04-04 22:48:11 UTC], ["updated_at", 2017-04-04 22:48:11 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 3], ["created_at", 2017-04-04 22:48:11 UTC], ["updated_at", 2017-04-04 22:48:11 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.1ms)  SELECT "topical_tags".* FROM "topical_tags" INNER JOIN "topical_taggings" ON "topical_tags"."id" = "topical_taggings"."tag_id" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? AND "topical_tags"."context" = ? ORDER BY "topical_taggings"."position" ASC  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["context", "species"]]
   (1.1ms)  rollback transaction
   (1.0ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.9ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.9ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.4ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Feline"], ["slug", "feline"], ["context", "species"], ["created_at", 2017-04-04 22:48:11 UTC], ["updated_at", 2017-04-04 22:48:11 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Canine"], ["slug", "canine"], ["context", "species"], ["created_at", 2017-04-04 22:48:11 UTC], ["updated_at", 2017-04-04 22:48:11 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.5ms)  rollback transaction
   (0.9ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.8ms)  DELETE FROM "topical_tags";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Feline"], ["slug", "feline"], ["context", "species"], ["created_at", 2017-04-04 22:48:11 UTC], ["updated_at", 2017-04-04 22:48:11 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "turtle"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Turtle"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "turtle"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Turtle"], ["slug", "turtle"], ["context", "species"], ["created_at", 2017-04-04 22:48:11 UTC], ["updated_at", 2017-04-04 22:48:11 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Canine"], ["slug", "canine"], ["context", "species"], ["created_at", 2017-04-04 22:48:11 UTC], ["updated_at", 2017-04-04 22:48:11 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Turtle"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "turtle"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 3], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 3], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "turtle"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.2ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "turtle"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Turtle"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "turtle"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 3], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 3], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "taggable_examples" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", 2017-04-04 22:48:11 UTC], ["updated_at", 2017-04-04 22:48:11 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 1], ["created_at", 2017-04-04 22:48:11 UTC], ["updated_at", 2017-04-04 22:48:11 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 2], ["created_at", 2017-04-04 22:48:11 UTC], ["updated_at", 2017-04-04 22:48:11 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 3], ["created_at", 2017-04-04 22:48:11 UTC], ["updated_at", 2017-04-04 22:48:11 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SELECT COUNT(*) FROM "topical_taggings" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ?  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 3], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 3], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  DELETE FROM "topical_taggings" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? AND "topical_taggings"."tag_id" = 2  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
  SQL (0.1ms)  UPDATE "topical_taggings" SET "position" = 0 WHERE "topical_taggings"."id" IN (SELECT "topical_taggings"."id" FROM "topical_taggings" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? AND "topical_taggings"."tag_id" = 1 ORDER BY "topical_taggings"."position" ASC)  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
  SQL (0.1ms)  UPDATE "topical_taggings" SET "position" = 1 WHERE "topical_taggings"."id" IN (SELECT "topical_taggings"."id" FROM "topical_taggings" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? AND "topical_taggings"."tag_id" = 3 ORDER BY "topical_taggings"."position" ASC)  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
   (0.0ms)  SAVEPOINT active_record_1
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  TaggableExample Load (0.1ms)  SELECT  "taggable_examples".* FROM "taggable_examples" WHERE "taggable_examples"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
   (0.1ms)  SELECT COUNT(*) FROM "topical_taggings" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ?  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
   (0.1ms)  SELECT COUNT(*) FROM "topical_tags" WHERE "topical_tags"."name" = ?  [["name", "Turtle"]]
   (0.4ms)  rollback transaction
   (0.8ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (1.0ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  rollback transaction
   (0.9ms)  DELETE FROM "taggable_examples";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.8ms)  DELETE FROM "topical_taggings";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.8ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Feline"], ["slug", "feline"], ["context", "species"], ["created_at", 2017-04-04 22:48:11 UTC], ["updated_at", 2017-04-04 22:48:11 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Canine"], ["slug", "canine"], ["context", "species"], ["created_at", 2017-04-04 22:48:11 UTC], ["updated_at", 2017-04-04 22:48:11 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "taggable_examples" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", 2017-04-04 22:48:11 UTC], ["updated_at", 2017-04-04 22:48:11 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 1], ["created_at", 2017-04-04 22:48:11 UTC], ["updated_at", 2017-04-04 22:48:11 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 2], ["created_at", 2017-04-04 22:48:11 UTC], ["updated_at", 2017-04-04 22:48:11 UTC]]
   (0.2ms)  RELEASE SAVEPOINT active_record_1
  TaggableExample Load (0.2ms)  SELECT "taggable_examples".* FROM "taggable_examples" INNER JOIN "topical_taggings" ON "topical_taggings"."taggable_id" = "taggable_examples"."id" AND "topical_taggings"."taggable_type" = ? INNER JOIN "topical_tags" ON "topical_tags"."id" = "topical_taggings"."tag_id" WHERE "topical_tags"."context" = ? AND "topical_tags"."name" = ?  [["taggable_type", "TaggableExample"], ["context", "species"], ["name", "Feline"]]
   (0.4ms)  rollback transaction
   (0.7ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Feline"], ["slug", "feline"], ["context", "species"], ["created_at", 2017-04-04 22:48:11 UTC], ["updated_at", 2017-04-04 22:48:11 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.1ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.2ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Canine"], ["slug", "canine"], ["context", "species"], ["created_at", 2017-04-04 22:48:11 UTC], ["updated_at", 2017-04-04 22:48:11 UTC]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  SQL (0.3ms)  INSERT INTO "taggable_examples" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", 2017-04-04 22:48:11 UTC], ["updated_at", 2017-04-04 22:48:11 UTC]]
  SQL (0.2ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 1], ["created_at", 2017-04-04 22:48:11 UTC], ["updated_at", 2017-04-04 22:48:11 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 2], ["created_at", 2017-04-04 22:48:11 UTC], ["updated_at", 2017-04-04 22:48:11 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  TaggableExample Load (0.1ms)  SELECT "taggable_examples".* FROM "taggable_examples" INNER JOIN "topical_taggings" ON "topical_taggings"."taggable_id" = "taggable_examples"."id" AND "topical_taggings"."taggable_type" = ? INNER JOIN "topical_tags" ON "topical_tags"."id" = "topical_taggings"."tag_id" WHERE "topical_tags"."id" = ?  [["taggable_type", "TaggableExample"], ["id", 1]]
   (0.4ms)  rollback transaction
   (0.8ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  rollback transaction
   (0.8ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  rollback transaction
   (0.8ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2017-04-04 22:48:11 UTC], ["updated_at", 2017-04-04 22:48:11 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", " cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
   (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
   (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Fool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "fool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Fool"], ["slug", "fool"], ["context", "beans"], ["created_at", 2017-04-04 22:48:11 UTC], ["updated_at", 2017-04-04 22:48:11 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "jeans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "jeans"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "jeans"], ["created_at", 2017-04-04 22:48:11 UTC], ["updated_at", 2017-04-04 22:48:11 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.3ms)  rollback transaction
   (0.7ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2017-04-04 22:48:11 UTC], ["updated_at", 2017-04-04 22:48:11 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" IS NULL LIMIT ?  [["name", ""], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" IS NULL LIMIT ?  [["slug", ""], ["LIMIT", 1]]
   (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" IS NULL LIMIT ?  [["name", " "], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" IS NULL LIMIT ?  [["slug", ""], ["LIMIT", 1]]
   (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
   (0.4ms)  rollback transaction
   (0.7ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2017-04-04 22:48:11 UTC], ["updated_at", 2017-04-04 22:48:11 UTC]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.3ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "jeans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.2ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "jeans"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "jeans"], ["created_at", 2017-04-04 22:48:11 UTC], ["updated_at", 2017-04-04 22:48:11 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "spleens"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "spleens"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "spleens"], ["created_at", 2017-04-04 22:48:11 UTC], ["updated_at", 2017-04-04 22:48:11 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.1ms)  SELECT "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."context" = ?  [["context", "beans"]]
   (0.3ms)  rollback transaction
   (0.7ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2017-04-04 22:48:11 UTC], ["updated_at", 2017-04-04 22:48:11 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "jeans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "jeans"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "jeans"], ["created_at", 2017-04-04 22:48:11 UTC], ["updated_at", 2017-04-04 22:48:11 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "spleens"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "spleens"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "spleens"], ["created_at", 2017-04-04 22:48:11 UTC], ["updated_at", 2017-04-04 22:48:11 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."context" = ?  [["context", "beans"]]
   (0.6ms)  rollback transaction
   (0.8ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2017-04-04 22:48:11 UTC], ["updated_at", 2017-04-04 22:48:11 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "jeans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "jeans"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "jeans"], ["created_at", 2017-04-04 22:48:11 UTC], ["updated_at", 2017-04-04 22:48:11 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "spleens"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "spleens"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "spleens"], ["created_at", 2017-04-04 22:48:11 UTC], ["updated_at", 2017-04-04 22:48:11 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."context" = ?  [["context", "jeans"]]
   (0.4ms)  rollback transaction
   (1.0ms)  DELETE FROM "taggable_examples";
   (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.9ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.6ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2017-04-04 22:48:11 UTC], ["updated_at", 2017-04-04 22:48:11 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "jeans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "jeans"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "jeans"], ["created_at", 2017-04-04 22:48:11 UTC], ["updated_at", 2017-04-04 22:48:11 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "spleens"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "spleens"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "spleens"], ["created_at", 2017-04-04 22:48:11 UTC], ["updated_at", 2017-04-04 22:48:11 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."context" = ?  [["context", "jeans"]]
   (0.3ms)  rollback transaction
   (0.8ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2017-04-04 22:48:11 UTC], ["updated_at", 2017-04-04 22:48:11 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "jeans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "jeans"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "jeans"], ["created_at", 2017-04-04 22:48:11 UTC], ["updated_at", 2017-04-04 22:48:11 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "spleens"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "spleens"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "spleens"], ["created_at", 2017-04-04 22:48:11 UTC], ["updated_at", 2017-04-04 22:48:11 UTC]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.1ms)  SELECT "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."context" = ?  [["context", "spleens"]]
   (0.4ms)  rollback transaction
   (0.7ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.8ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.8ms)  DELETE FROM "topical_tags";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2017-04-04 22:48:11 UTC], ["updated_at", 2017-04-04 22:48:11 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "jeans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "jeans"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "jeans"], ["created_at", 2017-04-04 22:48:11 UTC], ["updated_at", 2017-04-04 22:48:11 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "spleens"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "spleens"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "spleens"], ["created_at", 2017-04-04 22:48:11 UTC], ["updated_at", 2017-04-04 22:48:11 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."context" = ?  [["context", "spleens"]]
   (0.3ms)  rollback transaction
   (0.8ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2017-04-04 22:48:11 UTC], ["updated_at", 2017-04-04 22:48:11 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Steamin' Hot"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "steamin-hot"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Steamin' Hot"], ["slug", "steamin-hot"], ["context", "beans"], ["created_at", 2017-04-04 22:48:11 UTC], ["updated_at", 2017-04-04 22:48:11 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.4ms)  rollback transaction
   (0.9ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.8ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.9ms)  DELETE FROM "topical_tags";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
  ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"
   (1.6ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  rollback transaction
   (0.8ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.6ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "taggable_examples" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", 2017-04-04 22:48:38 UTC], ["updated_at", 2017-04-04 22:48:38 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Rabbit"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "rabbit"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Rabbit"], ["slug", "rabbit"], ["context", "species"], ["created_at", 2017-04-04 22:48:38 UTC], ["updated_at", 2017-04-04 22:48:38 UTC]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Horse"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "horse"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Horse"], ["slug", "horse"], ["context", "species"], ["created_at", 2017-04-04 22:48:38 UTC], ["updated_at", 2017-04-04 22:48:38 UTC]]
   (0.2ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.2ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Blue"], ["context", "colors"], ["LIMIT", 1]]
  Topical::Tag Exists (0.2ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "blue"], ["context", "colors"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Blue"], ["slug", "blue"], ["context", "colors"], ["created_at", 2017-04-04 22:48:38 UTC], ["updated_at", 2017-04-04 22:48:38 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.1ms)  SELECT "topical_tags".* FROM "topical_tags" INNER JOIN "topical_taggings" ON "topical_tags"."id" = "topical_taggings"."tag_id" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? ORDER BY "topical_taggings"."position" ASC  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 1], ["created_at", 2017-04-04 22:48:38 UTC], ["updated_at", 2017-04-04 22:48:38 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 2], ["created_at", 2017-04-04 22:48:38 UTC], ["updated_at", 2017-04-04 22:48:38 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 3], ["created_at", 2017-04-04 22:48:38 UTC], ["updated_at", 2017-04-04 22:48:38 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.1ms)  SELECT "topical_tags".* FROM "topical_tags" INNER JOIN "topical_taggings" ON "topical_tags"."id" = "topical_taggings"."tag_id" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? AND "topical_tags"."context" = ? ORDER BY "topical_taggings"."position" ASC  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["context", "species"]]
   (1.2ms)  rollback transaction
   (1.1ms)  DELETE FROM "taggable_examples";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (1.0ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.9ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Feline"], ["slug", "feline"], ["context", "species"], ["created_at", 2017-04-04 22:48:38 UTC], ["updated_at", 2017-04-04 22:48:38 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.1ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Canine"], ["slug", "canine"], ["context", "species"], ["created_at", 2017-04-04 22:48:38 UTC], ["updated_at", 2017-04-04 22:48:38 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.5ms)  rollback transaction
   (0.9ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.9ms)  DELETE FROM "topical_taggings";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.9ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
   (0.1ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Feline"], ["slug", "feline"], ["context", "species"], ["created_at", 2017-04-04 22:48:38 UTC], ["updated_at", 2017-04-04 22:48:38 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "turtle"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Turtle"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "turtle"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Turtle"], ["slug", "turtle"], ["context", "species"], ["created_at", 2017-04-04 22:48:38 UTC], ["updated_at", 2017-04-04 22:48:38 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Canine"], ["slug", "canine"], ["context", "species"], ["created_at", 2017-04-04 22:48:38 UTC], ["updated_at", 2017-04-04 22:48:38 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Turtle"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "turtle"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 3], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 3], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "turtle"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "turtle"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Turtle"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "turtle"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 3], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 3], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "taggable_examples" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", 2017-04-04 22:48:38 UTC], ["updated_at", 2017-04-04 22:48:38 UTC]]
  SQL (0.3ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 1], ["created_at", 2017-04-04 22:48:38 UTC], ["updated_at", 2017-04-04 22:48:38 UTC]]
  SQL (0.2ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 2], ["created_at", 2017-04-04 22:48:38 UTC], ["updated_at", 2017-04-04 22:48:38 UTC]]
  SQL (0.2ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 3], ["created_at", 2017-04-04 22:48:38 UTC], ["updated_at", 2017-04-04 22:48:38 UTC]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SELECT COUNT(*) FROM "topical_taggings" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ?  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 3], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 3], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  DELETE FROM "topical_taggings" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? AND "topical_taggings"."tag_id" = 2  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
  SQL (0.1ms)  UPDATE "topical_taggings" SET "position" = 0 WHERE "topical_taggings"."id" IN (SELECT "topical_taggings"."id" FROM "topical_taggings" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? AND "topical_taggings"."tag_id" = 1 ORDER BY "topical_taggings"."position" ASC)  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
  SQL (0.1ms)  UPDATE "topical_taggings" SET "position" = 1 WHERE "topical_taggings"."id" IN (SELECT "topical_taggings"."id" FROM "topical_taggings" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? AND "topical_taggings"."tag_id" = 3 ORDER BY "topical_taggings"."position" ASC)  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
   (0.0ms)  SAVEPOINT active_record_1
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  TaggableExample Load (0.1ms)  SELECT  "taggable_examples".* FROM "taggable_examples" WHERE "taggable_examples"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
   (0.1ms)  SELECT COUNT(*) FROM "topical_taggings" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ?  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
   (0.1ms)  SELECT COUNT(*) FROM "topical_tags" WHERE "topical_tags"."name" = ?  [["name", "Turtle"]]
   (0.6ms)  rollback transaction
   (1.1ms)  DELETE FROM "taggable_examples";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.2ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.9ms)  DELETE FROM "topical_taggings";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.9ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.0ms)  begin transaction
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Feline"], ["slug", "feline"], ["context", "species"], ["created_at", 2017-04-04 22:48:38 UTC], ["updated_at", 2017-04-04 22:48:38 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Canine"], ["slug", "canine"], ["context", "species"], ["created_at", 2017-04-04 22:48:38 UTC], ["updated_at", 2017-04-04 22:48:38 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "taggable_examples" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", 2017-04-04 22:48:38 UTC], ["updated_at", 2017-04-04 22:48:38 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 1], ["created_at", 2017-04-04 22:48:38 UTC], ["updated_at", 2017-04-04 22:48:38 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 2], ["created_at", 2017-04-04 22:48:38 UTC], ["updated_at", 2017-04-04 22:48:38 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SELECT COUNT(*) FROM "topical_taggings" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ?  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
   (0.4ms)  rollback transaction
   (0.8ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Feline"], ["slug", "feline"], ["context", "species"], ["created_at", 2017-04-04 22:48:38 UTC], ["updated_at", 2017-04-04 22:48:38 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.2ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Canine"], ["slug", "canine"], ["context", "species"], ["created_at", 2017-04-04 22:48:38 UTC], ["updated_at", 2017-04-04 22:48:38 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "taggable_examples" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", 2017-04-04 22:48:38 UTC], ["updated_at", 2017-04-04 22:48:38 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 1], ["created_at", 2017-04-04 22:48:38 UTC], ["updated_at", 2017-04-04 22:48:38 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 2], ["created_at", 2017-04-04 22:48:38 UTC], ["updated_at", 2017-04-04 22:48:38 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  TaggableExample Load (0.2ms)  SELECT "taggable_examples".* FROM "taggable_examples" INNER JOIN "topical_taggings" ON "topical_taggings"."taggable_id" = "taggable_examples"."id" AND "topical_taggings"."taggable_type" = ? INNER JOIN "topical_tags" ON "topical_tags"."id" = "topical_taggings"."tag_id" WHERE "topical_tags"."context" = ? AND "topical_tags"."name" = ?  [["taggable_type", "TaggableExample"], ["context", "species"], ["name", "Feline"]]
   (0.6ms)  rollback transaction
   (1.0ms)  DELETE FROM "taggable_examples";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.9ms)  DELETE FROM "topical_taggings";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.9ms)  DELETE FROM "topical_tags";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.3ms)  begin transaction
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Feline"], ["slug", "feline"], ["context", "species"], ["created_at", 2017-04-04 22:48:38 UTC], ["updated_at", 2017-04-04 22:48:38 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Canine"], ["slug", "canine"], ["context", "species"], ["created_at", 2017-04-04 22:48:38 UTC], ["updated_at", 2017-04-04 22:48:38 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.2ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "taggable_examples" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", 2017-04-04 22:48:38 UTC], ["updated_at", 2017-04-04 22:48:38 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 1], ["created_at", 2017-04-04 22:48:38 UTC], ["updated_at", 2017-04-04 22:48:38 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 2], ["created_at", 2017-04-04 22:48:38 UTC], ["updated_at", 2017-04-04 22:48:38 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  TaggableExample Load (0.1ms)  SELECT "taggable_examples".* FROM "taggable_examples" INNER JOIN "topical_taggings" ON "topical_taggings"."taggable_id" = "taggable_examples"."id" AND "topical_taggings"."taggable_type" = ? INNER JOIN "topical_tags" ON "topical_tags"."id" = "topical_taggings"."tag_id" WHERE "topical_tags"."id" = ?  [["taggable_type", "TaggableExample"], ["id", 1]]
   (0.6ms)  rollback transaction
   (1.0ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.9ms)  DELETE FROM "topical_taggings";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.9ms)  DELETE FROM "topical_tags";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (1.0ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  rollback transaction
   (0.9ms)  DELETE FROM "taggable_examples";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.8ms)  DELETE FROM "topical_tags";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2017-04-04 22:48:38 UTC], ["updated_at", 2017-04-04 22:48:38 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", " cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
   (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
   (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Fool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "fool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Fool"], ["slug", "fool"], ["context", "beans"], ["created_at", 2017-04-04 22:48:38 UTC], ["updated_at", 2017-04-04 22:48:38 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "jeans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "jeans"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "jeans"], ["created_at", 2017-04-04 22:48:38 UTC], ["updated_at", 2017-04-04 22:48:38 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.3ms)  rollback transaction
   (0.7ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.8ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2017-04-04 22:48:38 UTC], ["updated_at", 2017-04-04 22:48:38 UTC]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" IS NULL LIMIT ?  [["name", ""], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" IS NULL LIMIT ?  [["slug", ""], ["LIMIT", 1]]
   (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" IS NULL LIMIT ?  [["name", " "], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" IS NULL LIMIT ?  [["slug", ""], ["LIMIT", 1]]
   (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
   (0.3ms)  rollback transaction
   (0.8ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.6ms)  DELETE FROM "topical_tags";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2017-04-04 22:48:38 UTC], ["updated_at", 2017-04-04 22:48:38 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "jeans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "jeans"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "jeans"], ["created_at", 2017-04-04 22:48:38 UTC], ["updated_at", 2017-04-04 22:48:38 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.2ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "spleens"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "spleens"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "spleens"], ["created_at", 2017-04-04 22:48:38 UTC], ["updated_at", 2017-04-04 22:48:38 UTC]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.2ms)  SELECT "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."context" = ?  [["context", "beans"]]
   (0.4ms)  rollback transaction
   (1.0ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.9ms)  DELETE FROM "topical_taggings";
   (6.8ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.9ms)  DELETE FROM "topical_tags";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2017-04-04 22:48:38 UTC], ["updated_at", 2017-04-04 22:48:38 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "jeans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "jeans"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "jeans"], ["created_at", 2017-04-04 22:48:38 UTC], ["updated_at", 2017-04-04 22:48:38 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "spleens"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "spleens"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "spleens"], ["created_at", 2017-04-04 22:48:38 UTC], ["updated_at", 2017-04-04 22:48:38 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.1ms)  SELECT "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."context" = ?  [["context", "beans"]]
   (0.4ms)  rollback transaction
   (1.0ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.8ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.0ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2017-04-04 22:48:38 UTC], ["updated_at", 2017-04-04 22:48:38 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "jeans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "jeans"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "jeans"], ["created_at", 2017-04-04 22:48:38 UTC], ["updated_at", 2017-04-04 22:48:38 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "spleens"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "spleens"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "spleens"], ["created_at", 2017-04-04 22:48:38 UTC], ["updated_at", 2017-04-04 22:48:38 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."context" = ?  [["context", "jeans"]]
   (0.4ms)  rollback transaction
   (1.2ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.6ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.0ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2017-04-04 22:48:38 UTC], ["updated_at", 2017-04-04 22:48:38 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "jeans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "jeans"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "jeans"], ["created_at", 2017-04-04 22:48:38 UTC], ["updated_at", 2017-04-04 22:48:38 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "spleens"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "spleens"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "spleens"], ["created_at", 2017-04-04 22:48:38 UTC], ["updated_at", 2017-04-04 22:48:38 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."context" = ?  [["context", "jeans"]]
   (0.3ms)  rollback transaction
   (0.8ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2017-04-04 22:48:38 UTC], ["updated_at", 2017-04-04 22:48:38 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "jeans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "jeans"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "jeans"], ["created_at", 2017-04-04 22:48:38 UTC], ["updated_at", 2017-04-04 22:48:38 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "spleens"], ["LIMIT", 1]]
  Topical::Tag Exists (0.2ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "spleens"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "spleens"], ["created_at", 2017-04-04 22:48:38 UTC], ["updated_at", 2017-04-04 22:48:38 UTC]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.1ms)  SELECT "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."context" = ?  [["context", "spleens"]]
   (0.5ms)  rollback transaction
   (1.2ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.8ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2017-04-04 22:48:38 UTC], ["updated_at", 2017-04-04 22:48:38 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "jeans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "jeans"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "jeans"], ["created_at", 2017-04-04 22:48:38 UTC], ["updated_at", 2017-04-04 22:48:38 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "spleens"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "spleens"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "spleens"], ["created_at", 2017-04-04 22:48:38 UTC], ["updated_at", 2017-04-04 22:48:38 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."context" = ?  [["context", "spleens"]]
   (0.4ms)  rollback transaction
   (1.0ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.9ms)  DELETE FROM "topical_taggings";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.9ms)  DELETE FROM "topical_tags";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2017-04-04 22:48:38 UTC], ["updated_at", 2017-04-04 22:48:38 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Steamin' Hot"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.2ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "steamin-hot"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Steamin' Hot"], ["slug", "steamin-hot"], ["context", "beans"], ["created_at", 2017-04-04 22:48:38 UTC], ["updated_at", 2017-04-04 22:48:38 UTC]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.6ms)  rollback transaction
   (1.0ms)  DELETE FROM "taggable_examples";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.9ms)  DELETE FROM "topical_taggings";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (1.0ms)  DELETE FROM "topical_tags";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  rollback transaction
   (0.8ms)  DELETE FROM "taggable_examples";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.8ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
  ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
   (1.5ms)  DELETE FROM "taggable_examples";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.2ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (1.2ms)  DELETE FROM "topical_taggings";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.9ms)  DELETE FROM "topical_tags";
   (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.2ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.2ms)  begin transaction
   (0.0ms)  rollback transaction
   (0.8ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "taggable_examples" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", 2017-04-04 22:48:56 UTC], ["updated_at", 2017-04-04 22:48:56 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Rabbit"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "rabbit"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Rabbit"], ["slug", "rabbit"], ["context", "species"], ["created_at", 2017-04-04 22:48:57 UTC], ["updated_at", 2017-04-04 22:48:57 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Horse"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.0ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "horse"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Horse"], ["slug", "horse"], ["context", "species"], ["created_at", 2017-04-04 22:48:57 UTC], ["updated_at", 2017-04-04 22:48:57 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Blue"], ["context", "colors"], ["LIMIT", 1]]
  Topical::Tag Exists (0.0ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "blue"], ["context", "colors"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Blue"], ["slug", "blue"], ["context", "colors"], ["created_at", 2017-04-04 22:48:57 UTC], ["updated_at", 2017-04-04 22:48:57 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.1ms)  SELECT "topical_tags".* FROM "topical_tags" INNER JOIN "topical_taggings" ON "topical_tags"."id" = "topical_taggings"."tag_id" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? ORDER BY "topical_taggings"."position" ASC  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 1], ["created_at", 2017-04-04 22:48:57 UTC], ["updated_at", 2017-04-04 22:48:57 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 2], ["created_at", 2017-04-04 22:48:57 UTC], ["updated_at", 2017-04-04 22:48:57 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 3], ["created_at", 2017-04-04 22:48:57 UTC], ["updated_at", 2017-04-04 22:48:57 UTC]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.1ms)  SELECT "topical_tags".* FROM "topical_tags" INNER JOIN "topical_taggings" ON "topical_tags"."id" = "topical_taggings"."tag_id" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? AND "topical_tags"."context" = ? ORDER BY "topical_taggings"."position" ASC  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["context", "species"]]
   (1.1ms)  rollback transaction
   (1.1ms)  DELETE FROM "taggable_examples";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.9ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.9ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.3ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Feline"], ["slug", "feline"], ["context", "species"], ["created_at", 2017-04-04 22:48:57 UTC], ["updated_at", 2017-04-04 22:48:57 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Canine"], ["slug", "canine"], ["context", "species"], ["created_at", 2017-04-04 22:48:57 UTC], ["updated_at", 2017-04-04 22:48:57 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "taggable_examples" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", 2017-04-04 22:48:57 UTC], ["updated_at", 2017-04-04 22:48:57 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 1], ["created_at", 2017-04-04 22:48:57 UTC], ["updated_at", 2017-04-04 22:48:57 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 2], ["created_at", 2017-04-04 22:48:57 UTC], ["updated_at", 2017-04-04 22:48:57 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SELECT COUNT(*) FROM "topical_taggings" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ?  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
   (0.5ms)  rollback transaction
   (1.0ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.8ms)  DELETE FROM "topical_taggings";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.9ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Feline"], ["slug", "feline"], ["context", "species"], ["created_at", 2017-04-04 22:48:57 UTC], ["updated_at", 2017-04-04 22:48:57 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "turtle"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Turtle"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "turtle"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Turtle"], ["slug", "turtle"], ["context", "species"], ["created_at", 2017-04-04 22:48:57 UTC], ["updated_at", 2017-04-04 22:48:57 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Canine"], ["slug", "canine"], ["context", "species"], ["created_at", 2017-04-04 22:48:57 UTC], ["updated_at", 2017-04-04 22:48:57 UTC]]
   (0.2ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Turtle"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "turtle"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 3], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 3], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "turtle"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "turtle"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Turtle"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "turtle"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 3], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 3], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "taggable_examples" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", 2017-04-04 22:48:57 UTC], ["updated_at", 2017-04-04 22:48:57 UTC]]
  SQL (0.2ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 1], ["created_at", 2017-04-04 22:48:57 UTC], ["updated_at", 2017-04-04 22:48:57 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 2], ["created_at", 2017-04-04 22:48:57 UTC], ["updated_at", 2017-04-04 22:48:57 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 3], ["created_at", 2017-04-04 22:48:57 UTC], ["updated_at", 2017-04-04 22:48:57 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SELECT COUNT(*) FROM "topical_taggings" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ?  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 3], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.2ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 3], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  DELETE FROM "topical_taggings" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? AND "topical_taggings"."tag_id" = 2  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
  SQL (0.2ms)  UPDATE "topical_taggings" SET "position" = 0 WHERE "topical_taggings"."id" IN (SELECT "topical_taggings"."id" FROM "topical_taggings" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? AND "topical_taggings"."tag_id" = 1 ORDER BY "topical_taggings"."position" ASC)  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
  SQL (0.1ms)  UPDATE "topical_taggings" SET "position" = 1 WHERE "topical_taggings"."id" IN (SELECT "topical_taggings"."id" FROM "topical_taggings" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ? AND "topical_taggings"."tag_id" = 3 ORDER BY "topical_taggings"."position" ASC)  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
   (0.0ms)  SAVEPOINT active_record_1
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  TaggableExample Load (0.1ms)  SELECT  "taggable_examples".* FROM "taggable_examples" WHERE "taggable_examples"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
   (0.1ms)  SELECT COUNT(*) FROM "topical_taggings" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ?  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
   (0.1ms)  SELECT COUNT(*) FROM "topical_tags" WHERE "topical_tags"."name" = ?  [["name", "Turtle"]]
   (1.2ms)  rollback transaction
   (0.8ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Feline"], ["slug", "feline"], ["context", "species"], ["created_at", 2017-04-04 22:48:57 UTC], ["updated_at", 2017-04-04 22:48:57 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.2ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Canine"], ["slug", "canine"], ["context", "species"], ["created_at", 2017-04-04 22:48:57 UTC], ["updated_at", 2017-04-04 22:48:57 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "taggable_examples" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", 2017-04-04 22:48:57 UTC], ["updated_at", 2017-04-04 22:48:57 UTC]]
  SQL (0.2ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 1], ["created_at", 2017-04-04 22:48:57 UTC], ["updated_at", 2017-04-04 22:48:57 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 2], ["created_at", 2017-04-04 22:48:57 UTC], ["updated_at", 2017-04-04 22:48:57 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SELECT COUNT(*) FROM "topical_taggings" WHERE "topical_taggings"."taggable_id" = ? AND "topical_taggings"."taggable_type" = ?  [["taggable_id", 1], ["taggable_type", "TaggableExample"]]
   (0.5ms)  rollback transaction
   (0.9ms)  DELETE FROM "taggable_examples";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.9ms)  DELETE FROM "topical_taggings";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.9ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Feline"], ["slug", "feline"], ["context", "species"], ["created_at", 2017-04-04 22:48:57 UTC], ["updated_at", 2017-04-04 22:48:57 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Canine"], ["slug", "canine"], ["context", "species"], ["created_at", 2017-04-04 22:48:57 UTC], ["updated_at", 2017-04-04 22:48:57 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "taggable_examples" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", 2017-04-04 22:48:57 UTC], ["updated_at", 2017-04-04 22:48:57 UTC]]
  SQL (0.2ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 1], ["created_at", 2017-04-04 22:48:57 UTC], ["updated_at", 2017-04-04 22:48:57 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 2], ["created_at", 2017-04-04 22:48:57 UTC], ["updated_at", 2017-04-04 22:48:57 UTC]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  TaggableExample Load (0.2ms)  SELECT "taggable_examples".* FROM "taggable_examples" INNER JOIN "topical_taggings" ON "topical_taggings"."taggable_id" = "taggable_examples"."id" AND "topical_taggings"."taggable_type" = ? INNER JOIN "topical_tags" ON "topical_tags"."id" = "topical_taggings"."tag_id" WHERE "topical_tags"."context" = ? AND "topical_tags"."name" = ?  [["taggable_type", "TaggableExample"], ["context", "species"], ["name", "Feline"]]
   (0.5ms)  rollback transaction
   (0.9ms)  DELETE FROM "taggable_examples";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.9ms)  DELETE FROM "topical_taggings";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (1.0ms)  DELETE FROM "topical_tags";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.5ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Feline"], ["slug", "feline"], ["context", "species"], ["created_at", 2017-04-04 22:48:57 UTC], ["updated_at", 2017-04-04 22:48:57 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Canine"], ["slug", "canine"], ["context", "species"], ["created_at", 2017-04-04 22:48:57 UTC], ["updated_at", 2017-04-04 22:48:57 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "feline"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.0ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? ORDER BY "topical_tags"."id" ASC LIMIT ?  [["slug", "canine"], ["context", :species], ["LIMIT", 1]]
  Topical::Tag Load (0.1ms)  SELECT  "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["context", :species], ["LIMIT", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "feline"], ["id", 1], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["name", "Canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND ("topical_tags"."id" != ?) AND "topical_tags"."context" = ? LIMIT ?  [["slug", "canine"], ["id", 2], ["context", "species"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "taggable_examples" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", 2017-04-04 22:48:57 UTC], ["updated_at", 2017-04-04 22:48:57 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 1], ["created_at", 2017-04-04 22:48:57 UTC], ["updated_at", 2017-04-04 22:48:57 UTC]]
  SQL (0.1ms)  INSERT INTO "topical_taggings" ("taggable_id", "taggable_type", "tag_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["taggable_id", 1], ["taggable_type", "TaggableExample"], ["tag_id", 2], ["created_at", 2017-04-04 22:48:57 UTC], ["updated_at", 2017-04-04 22:48:57 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  TaggableExample Load (0.1ms)  SELECT "taggable_examples".* FROM "taggable_examples" INNER JOIN "topical_taggings" ON "topical_taggings"."taggable_id" = "taggable_examples"."id" AND "topical_taggings"."taggable_type" = ? INNER JOIN "topical_tags" ON "topical_tags"."id" = "topical_taggings"."tag_id" WHERE "topical_tags"."id" = ?  [["taggable_type", "TaggableExample"], ["id", 1]]
   (0.4ms)  rollback transaction
   (0.7ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.8ms)  DELETE FROM "taggable_examples";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.8ms)  DELETE FROM "topical_taggings";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (1.1ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  rollback transaction
   (0.8ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.3ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2017-04-04 22:48:57 UTC], ["updated_at", 2017-04-04 22:48:57 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", " cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
   (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
   (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Fool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "fool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Fool"], ["slug", "fool"], ["context", "beans"], ["created_at", 2017-04-04 22:48:57 UTC], ["updated_at", 2017-04-04 22:48:57 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "jeans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "jeans"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "jeans"], ["created_at", 2017-04-04 22:48:57 UTC], ["updated_at", 2017-04-04 22:48:57 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.4ms)  rollback transaction
   (0.7ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.8ms)  DELETE FROM "topical_taggings";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2017-04-04 22:48:57 UTC], ["updated_at", 2017-04-04 22:48:57 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" IS NULL LIMIT ?  [["name", ""], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" IS NULL LIMIT ?  [["slug", ""], ["LIMIT", 1]]
   (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" IS NULL LIMIT ?  [["name", " "], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" IS NULL LIMIT ?  [["slug", ""], ["LIMIT", 1]]
   (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
   (0.3ms)  rollback transaction
   (0.9ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2017-04-04 22:48:57 UTC], ["updated_at", 2017-04-04 22:48:57 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "jeans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "jeans"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "jeans"], ["created_at", 2017-04-04 22:48:57 UTC], ["updated_at", 2017-04-04 22:48:57 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "spleens"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "spleens"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "spleens"], ["created_at", 2017-04-04 22:48:57 UTC], ["updated_at", 2017-04-04 22:48:57 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.1ms)  SELECT "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."context" = ?  [["context", "beans"]]
   (0.4ms)  rollback transaction
   (0.7ms)  DELETE FROM "taggable_examples";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (1.0ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2017-04-04 22:48:57 UTC], ["updated_at", 2017-04-04 22:48:57 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "jeans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "jeans"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "jeans"], ["created_at", 2017-04-04 22:48:57 UTC], ["updated_at", 2017-04-04 22:48:57 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "spleens"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "spleens"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "spleens"], ["created_at", 2017-04-04 22:48:57 UTC], ["updated_at", 2017-04-04 22:48:57 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."context" = ?  [["context", "beans"]]
   (0.4ms)  rollback transaction
   (1.0ms)  DELETE FROM "taggable_examples";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.9ms)  DELETE FROM "topical_taggings";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.8ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2017-04-04 22:48:57 UTC], ["updated_at", 2017-04-04 22:48:57 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "jeans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "jeans"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "jeans"], ["created_at", 2017-04-04 22:48:57 UTC], ["updated_at", 2017-04-04 22:48:57 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.3ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "spleens"], ["LIMIT", 1]]
  Topical::Tag Exists (0.3ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "spleens"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "spleens"], ["created_at", 2017-04-04 22:48:57 UTC], ["updated_at", 2017-04-04 22:48:57 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."context" = ?  [["context", "jeans"]]
   (0.3ms)  rollback transaction
   (0.7ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2017-04-04 22:48:57 UTC], ["updated_at", 2017-04-04 22:48:57 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "jeans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "jeans"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "jeans"], ["created_at", 2017-04-04 22:48:57 UTC], ["updated_at", 2017-04-04 22:48:57 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "spleens"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "spleens"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "spleens"], ["created_at", 2017-04-04 22:48:57 UTC], ["updated_at", 2017-04-04 22:48:57 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."context" = ?  [["context", "jeans"]]
   (0.4ms)  rollback transaction
   (0.7ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2017-04-04 22:48:57 UTC], ["updated_at", 2017-04-04 22:48:57 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.3ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "jeans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.3ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "jeans"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "jeans"], ["created_at", 2017-04-04 22:48:57 UTC], ["updated_at", 2017-04-04 22:48:57 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "spleens"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "spleens"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "spleens"], ["created_at", 2017-04-04 22:48:57 UTC], ["updated_at", 2017-04-04 22:48:57 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."context" = ?  [["context", "spleens"]]
   (0.3ms)  rollback transaction
   (0.7ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.8ms)  DELETE FROM "topical_tags";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2017-04-04 22:48:57 UTC], ["updated_at", 2017-04-04 22:48:57 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "jeans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "jeans"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "jeans"], ["created_at", 2017-04-04 22:48:57 UTC], ["updated_at", 2017-04-04 22:48:57 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "spleens"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "spleens"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "spleens"], ["created_at", 2017-04-04 22:48:57 UTC], ["updated_at", 2017-04-04 22:48:57 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Topical::Tag Load (0.0ms)  SELECT "topical_tags".* FROM "topical_tags" WHERE "topical_tags"."context" = ?  [["context", "spleens"]]
   (0.3ms)  rollback transaction
   (0.7ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.7ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Cool"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "cool"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.2ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Cool"], ["slug", "cool"], ["context", "beans"], ["created_at", 2017-04-04 22:48:57 UTC], ["updated_at", 2017-04-04 22:48:57 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."name" = ? AND "topical_tags"."context" = ? LIMIT ?  [["name", "Steamin' Hot"], ["context", "beans"], ["LIMIT", 1]]
  Topical::Tag Exists (0.1ms)  SELECT  1 AS one FROM "topical_tags" WHERE "topical_tags"."slug" = ? AND "topical_tags"."context" = ? LIMIT ?  [["slug", "steamin-hot"], ["context", "beans"], ["LIMIT", 1]]
  SQL (0.1ms)  INSERT INTO "topical_tags" ("name", "slug", "context", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Steamin' Hot"], ["slug", "steamin-hot"], ["context", "beans"], ["created_at", 2017-04-04 22:48:57 UTC], ["updated_at", 2017-04-04 22:48:57 UTC]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.3ms)  rollback transaction
   (0.7ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.6ms)  DELETE FROM "topical_taggings";
   (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';
   (0.1ms)  begin transaction
   (0.0ms)  rollback transaction
   (0.7ms)  DELETE FROM "taggable_examples";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'taggable_examples';
   (0.8ms)  DELETE FROM "topical_taggings";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_taggings';
   (0.7ms)  DELETE FROM "topical_tags";
   (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
   (0.1ms)  DELETE FROM sqlite_sequence where name = 'topical_tags';