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';